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>{DA0D505A-2149-4E3C-B220-5724DE26EB59}</ProjectGuid>
|
---|
9 | <OutputType>Library</OutputType>
|
---|
10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
11 | <RootNamespace>HeuristicLab.GP</RootNamespace>
|
---|
12 | <AssemblyName>HeuristicLab.GP-3.4</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 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
36 | <DebugSymbols>true</DebugSymbols>
|
---|
37 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
38 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
39 | <DebugType>full</DebugType>
|
---|
40 | <PlatformTarget>x86</PlatformTarget>
|
---|
41 | <ErrorReport>prompt</ErrorReport>
|
---|
42 | </PropertyGroup>
|
---|
43 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
44 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
45 | <DefineConstants>TRACE</DefineConstants>
|
---|
46 | <Optimize>true</Optimize>
|
---|
47 | <DebugType>pdbonly</DebugType>
|
---|
48 | <PlatformTarget>x86</PlatformTarget>
|
---|
49 | <ErrorReport>prompt</ErrorReport>
|
---|
50 | </PropertyGroup>
|
---|
51 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
52 | <DebugSymbols>true</DebugSymbols>
|
---|
53 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
54 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
55 | <DebugType>full</DebugType>
|
---|
56 | <PlatformTarget>x64</PlatformTarget>
|
---|
57 | <ErrorReport>prompt</ErrorReport>
|
---|
58 | </PropertyGroup>
|
---|
59 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
60 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
61 | <DefineConstants>TRACE</DefineConstants>
|
---|
62 | <Optimize>true</Optimize>
|
---|
63 | <DebugType>pdbonly</DebugType>
|
---|
64 | <PlatformTarget>x64</PlatformTarget>
|
---|
65 | <ErrorReport>prompt</ErrorReport>
|
---|
66 | </PropertyGroup>
|
---|
67 | <ItemGroup>
|
---|
68 | <Reference Include="System" />
|
---|
69 | <Reference Include="System.Core">
|
---|
70 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
71 | </Reference>
|
---|
72 | <Reference Include="System.Drawing" />
|
---|
73 | <Reference Include="System.Windows.Forms" />
|
---|
74 | <Reference Include="System.Xml.Linq">
|
---|
75 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
76 | </Reference>
|
---|
77 | <Reference Include="System.Data.DataSetExtensions">
|
---|
78 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
79 | </Reference>
|
---|
80 | <Reference Include="System.Data" />
|
---|
81 | <Reference Include="System.Xml" />
|
---|
82 | </ItemGroup>
|
---|
83 | <ItemGroup>
|
---|
84 | <Compile Include="BakedFunctionTree.cs" />
|
---|
85 | <Compile Include="TrainingWindowSlider.cs" />
|
---|
86 | <Compile Include="DefaultFunctionTreeNameGenerator.cs" />
|
---|
87 | <Compile Include="EqualiserController.cs" />
|
---|
88 | <Compile Include="Logging\TreeArityAnalyser.cs" />
|
---|
89 | <Compile Include="OffspringEqualiser.cs" />
|
---|
90 | <Compile Include="Recombination\SizeConstrictedGPCrossoverBase.cs" />
|
---|
91 | <Compile Include="Recombination\GPCrossoverBase.cs" />
|
---|
92 | <Compile Include="Recombination\UniformCrossover.cs" />
|
---|
93 | <Compile Include="UnknownFunctionException.cs" />
|
---|
94 | <Compile Include="IFunctionTreeNameGenerator.cs" />
|
---|
95 | <Compile Include="IFunctionTreeExporter.cs" />
|
---|
96 | <Compile Include="FunctionBase.cs" />
|
---|
97 | <Compile Include="FunctionView.cs">
|
---|
98 | <SubType>UserControl</SubType>
|
---|
99 | </Compile>
|
---|
100 | <Compile Include="FunctionView.Designer.cs">
|
---|
101 | <DependentUpon>FunctionView.cs</DependentUpon>
|
---|
102 | </Compile>
|
---|
103 | <Compile Include="GPOperatorGroup.cs" />
|
---|
104 | <Compile Include="GPOperatorLibrary.cs" />
|
---|
105 | <Compile Include="GPOperatorLibraryEditor.cs">
|
---|
106 | <SubType>UserControl</SubType>
|
---|
107 | </Compile>
|
---|
108 | <Compile Include="GPOperatorLibraryEditor.Designer.cs">
|
---|
109 | <DependentUpon>GPOperatorLibraryEditor.cs</DependentUpon>
|
---|
110 | </Compile>
|
---|
111 | <Compile Include="HeuristicLabGPPlugin.cs" />
|
---|
112 | <Compile Include="IFunction.cs" />
|
---|
113 | <Compile Include="IFunctionTree.cs" />
|
---|
114 | <Compile Include="Manipulation\ChangeNodeTypeManipulation.cs" />
|
---|
115 | <Compile Include="Manipulation\CutOutNodeManipulation.cs" />
|
---|
116 | <Compile Include="Manipulation\DeleteSubTreeManipulation.cs" />
|
---|
117 | <Compile Include="Manipulation\FullTreeShaker.cs" />
|
---|
118 | <Compile Include="Manipulation\OnePointShaker.cs" />
|
---|
119 | <Compile Include="Manipulation\SubstituteSubTreeManipulation.cs" />
|
---|
120 | <Compile Include="ProbabilisticTreeCreator.cs" />
|
---|
121 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
122 | <Compile Include="RampedTreeCreator.cs" />
|
---|
123 | <Compile Include="Recombination\LangdonHomologousCrossOver.cs" />
|
---|
124 | <Compile Include="Recombination\OnePointCrossOver.cs" />
|
---|
125 | <Compile Include="Recombination\SizeFairCrossOver.cs" />
|
---|
126 | <Compile Include="Recombination\StandardCrossOver.cs" />
|
---|
127 | <Compile Include="TreeGardener.cs" />
|
---|
128 | </ItemGroup>
|
---|
129 | <ItemGroup>
|
---|
130 | <ProjectReference Include="..\..\HeuristicLab.Constraints\3.3\HeuristicLab.Constraints-3.3.csproj">
|
---|
131 | <Project>{19C1E42A-4B48-4EFD-B697-899016F1C198}</Project>
|
---|
132 | <Name>HeuristicLab.Constraints-3.3</Name>
|
---|
133 | </ProjectReference>
|
---|
134 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
135 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
136 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
137 | </ProjectReference>
|
---|
138 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
139 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
140 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
141 | </ProjectReference>
|
---|
142 | <ProjectReference Include="..\..\HeuristicLab.Evolutionary\3.3\HeuristicLab.Evolutionary-3.3.csproj">
|
---|
143 | <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
|
---|
144 | <Name>HeuristicLab.Evolutionary-3.3</Name>
|
---|
145 | </ProjectReference>
|
---|
146 | <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
|
---|
147 | <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
|
---|
148 | <Name>HeuristicLab.Operators-3.3</Name>
|
---|
149 | </ProjectReference>
|
---|
150 | <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
|
---|
151 | <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
|
---|
152 | <Name>HeuristicLab.Persistence-3.3</Name>
|
---|
153 | </ProjectReference>
|
---|
154 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
155 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
156 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
157 | </ProjectReference>
|
---|
158 | <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
|
---|
159 | <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
|
---|
160 | <Name>HeuristicLab.Random-3.3</Name>
|
---|
161 | </ProjectReference>
|
---|
162 | <ProjectReference Include="..\..\HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj">
|
---|
163 | <Project>{2C36CD4F-E5F5-43A4-801A-201EA895FE17}</Project>
|
---|
164 | <Name>HeuristicLab.Selection-3.3</Name>
|
---|
165 | </ProjectReference>
|
---|
166 | </ItemGroup>
|
---|
167 | <ItemGroup>
|
---|
168 | <EmbeddedResource Include="FunctionView.resx">
|
---|
169 | <DependentUpon>FunctionView.cs</DependentUpon>
|
---|
170 | <SubType>Designer</SubType>
|
---|
171 | </EmbeddedResource>
|
---|
172 | <EmbeddedResource Include="GPOperatorLibraryEditor.resx">
|
---|
173 | <DependentUpon>GPOperatorLibraryEditor.cs</DependentUpon>
|
---|
174 | <SubType>Designer</SubType>
|
---|
175 | </EmbeddedResource>
|
---|
176 | </ItemGroup>
|
---|
177 | <ItemGroup>
|
---|
178 | <None Include="HeuristicLab.snk" />
|
---|
179 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
180 | </ItemGroup>
|
---|
181 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
182 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
183 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
184 | <Target Name="BeforeBuild">
|
---|
185 | </Target>
|
---|
186 | <Target Name="AfterBuild">
|
---|
187 | </Target>
|
---|
188 | -->
|
---|
189 | <PropertyGroup>
|
---|
190 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
191 | set ProjectDir=$(ProjectDir)
|
---|
192 | set SolutionDir=$(SolutionDir)
|
---|
193 | set Outdir=$(Outdir)
|
---|
194 |
|
---|
195 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
196 | </PropertyGroup>
|
---|
197 | </Project> |
---|