Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.GP.Boolean/HeuristicLab.GP.Boolean.csproj @ 852

Last change on this file since 852 was 852, checked in by swagner, 15 years ago

Integrated ConfigMerger into build process (#403).
Refactored pre- and post-build scripts (#403).

File size: 5.1 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{A0821479-801F-43DF-B788-AE92FB410DA9}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.GP.Boolean</RootNamespace>
12    <AssemblyName>HeuristicLab.GP.Boolean-1.0</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34  </PropertyGroup>
35  <ItemGroup>
36    <Reference Include="System" />
37    <Reference Include="System.Core">
38      <RequiredTargetFramework>3.5</RequiredTargetFramework>
39    </Reference>
40    <Reference Include="System.Xml.Linq">
41      <RequiredTargetFramework>3.5</RequiredTargetFramework>
42    </Reference>
43    <Reference Include="System.Data.DataSetExtensions">
44      <RequiredTargetFramework>3.5</RequiredTargetFramework>
45    </Reference>
46    <Reference Include="System.Data" />
47    <Reference Include="System.Xml" />
48  </ItemGroup>
49  <ItemGroup>
50    <Compile Include="BooleanTreeInterpreter.cs" />
51    <Compile Include="Not.cs" />
52    <Compile Include="Xor.cs" />
53    <Compile Include="Or.cs" />
54    <Compile Include="Nand.cs" />
55    <Compile Include="Nor.cs" />
56    <Compile Include="Evaluator.cs" />
57    <Compile Include="FunctionLibraryInjector.cs" />
58    <Compile Include="HeuristicLabGPBooleanPlugin.cs" />
59    <Compile Include="And.cs" />
60    <Compile Include="Variable.cs" />
61    <Compile Include="Properties\AssemblyInfo.cs" />
62    <Compile Include="SymbolTable.cs" />
63  </ItemGroup>
64  <ItemGroup>
65    <None Include="HeuristicLab.snk" />
66    <None Include="Properties\AssemblyInfo.frame" />
67  </ItemGroup>
68  <ItemGroup>
69    <ProjectReference Include="..\HeuristicLab.Constraints\HeuristicLab.Constraints.csproj">
70      <Project>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</Project>
71      <Name>HeuristicLab.Constraints</Name>
72    </ProjectReference>
73    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
74      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
75      <Name>HeuristicLab.Core</Name>
76    </ProjectReference>
77    <ProjectReference Include="..\HeuristicLab.DataAnalysis\HeuristicLab.DataAnalysis.csproj">
78      <Project>{7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}</Project>
79      <Name>HeuristicLab.DataAnalysis</Name>
80    </ProjectReference>
81    <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
82      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
83      <Name>HeuristicLab.Data</Name>
84    </ProjectReference>
85    <ProjectReference Include="..\HeuristicLab.GP\HeuristicLab.GP.csproj">
86      <Project>{1F1CF3ED-374C-4288-995B-93F6B872F571}</Project>
87      <Name>HeuristicLab.GP</Name>
88    </ProjectReference>
89    <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
90      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
91      <Name>HeuristicLab.Operators</Name>
92    </ProjectReference>
93    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
94      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
95      <Name>HeuristicLab.PluginInfrastructure</Name>
96    </ProjectReference>
97    <ProjectReference Include="..\HeuristicLab.Random\HeuristicLab.Random.csproj">
98      <Project>{47019A74-F7F7-482E-83AA-D3F4F777E879}</Project>
99      <Name>HeuristicLab.Random</Name>
100    </ProjectReference>
101  </ItemGroup>
102  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
103  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
104       Other similar extension points exist, see Microsoft.Common.targets.
105  <Target Name="BeforeBuild">
106  </Target>
107  <Target Name="AfterBuild">
108  </Target>
109  -->
110  <PropertyGroup>
111    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
112set ProjectDir=$(ProjectDir)
113set SolutionDir=$(SolutionDir)
114set Outdir=$(Outdir)
115
116call PreBuildEvent.cmd</PreBuildEvent>
117  </PropertyGroup>
118</Project>
Note: See TracBrowser for help on using the repository browser.