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>{4BA6068B-647C-454D-AED1-F4833034A476}</ProjectGuid>
|
---|
9 | <OutputType>Library</OutputType>
|
---|
10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
11 | <RootNamespace>HeuristicLab.GP.StructureIdentification</RootNamespace>
|
---|
12 | <AssemblyName>HeuristicLab.GP.StructureIdentification-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="Addition.cs" />
|
---|
85 | <Compile Include="And.cs" />
|
---|
86 | <Compile Include="Average.cs" />
|
---|
87 | <Compile Include="BakedTreeEvaluator.cs" />
|
---|
88 | <Compile Include="ConfigurableFunctionLibraryInjector.cs" />
|
---|
89 | <Compile Include="Constant.cs" />
|
---|
90 | <Compile Include="AlgorithmBase.cs" />
|
---|
91 | <Compile Include="Evaluators\SimpleGPEvaluatorBase.cs" />
|
---|
92 | <Compile Include="TreeEvaluatorBase.cs" />
|
---|
93 | <Compile Include="HL2TreeEvaluator.cs" />
|
---|
94 | <Compile Include="HL2TreeEvaluatorInjector.cs" />
|
---|
95 | <Compile Include="TreeEvaluatorInjector.cs" />
|
---|
96 | <Compile Include="ITreeEvaluator.cs" />
|
---|
97 | <Compile Include="Evaluators\MeanAbsolutePercentageOfRangeErrorEvaluator.cs" />
|
---|
98 | <Compile Include="FunctionLibraryInjector.cs" />
|
---|
99 | <Compile Include="OffspringSelectionGP.cs" />
|
---|
100 | <Compile Include="OffSpringSelectionGpEditor.cs">
|
---|
101 | <SubType>UserControl</SubType>
|
---|
102 | </Compile>
|
---|
103 | <Compile Include="OffSpringSelectionGpEditor.Designer.cs">
|
---|
104 | <DependentUpon>OffSpringSelectionGpEditor.cs</DependentUpon>
|
---|
105 | </Compile>
|
---|
106 | <Compile Include="StandardGpEditor.cs">
|
---|
107 | <SubType>UserControl</SubType>
|
---|
108 | </Compile>
|
---|
109 | <Compile Include="StandardGpEditor.Designer.cs">
|
---|
110 | <DependentUpon>StandardGpEditor.cs</DependentUpon>
|
---|
111 | </Compile>
|
---|
112 | <Compile Include="StandardGP.cs" />
|
---|
113 | <Compile Include="Cosinus.cs" />
|
---|
114 | <Compile Include="Differential.cs" />
|
---|
115 | <Compile Include="Division.cs" />
|
---|
116 | <Compile Include="Equal.cs" />
|
---|
117 | <Compile Include="Evaluators\CoefficientOfDeterminationEvaluator.cs" />
|
---|
118 | <Compile Include="Evaluators\UncertainMeanSquaredErrorEvaluator.cs" />
|
---|
119 | <Compile Include="Evaluators\EarlyStoppingMeanSquaredErrorEvaluator.cs" />
|
---|
120 | <Compile Include="Evaluators\GPEvaluatorBase.cs" />
|
---|
121 | <Compile Include="Evaluators\MeanAbsolutePercentageErrorEvaluator.cs" />
|
---|
122 | <Compile Include="Evaluators\MeanSquaredErrorEvaluator.cs" />
|
---|
123 | <Compile Include="Evaluators\SimpleEvaluator.cs" />
|
---|
124 | <Compile Include="Evaluators\VarianceAccountedForEvaluator.cs" />
|
---|
125 | <Compile Include="Exponential.cs" />
|
---|
126 | <Compile Include="GreaterThan.cs" />
|
---|
127 | <Compile Include="HeuristicLabGPStructureIdentificationPlugin.cs" />
|
---|
128 | <Compile Include="IfThenElse.cs" />
|
---|
129 | <Compile Include="LessThan.cs" />
|
---|
130 | <Compile Include="Logarithm.cs" />
|
---|
131 | <Compile Include="ModelAnalyzerExporter.cs" />
|
---|
132 | <Compile Include="Multiplication.cs" />
|
---|
133 | <Compile Include="Not.cs" />
|
---|
134 | <Compile Include="Or.cs" />
|
---|
135 | <Compile Include="Power.cs" />
|
---|
136 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
137 | <Compile Include="Signum.cs" />
|
---|
138 | <Compile Include="Sinus.cs" />
|
---|
139 | <Compile Include="Sqrt.cs" />
|
---|
140 | <Compile Include="Subtraction.cs" />
|
---|
141 | <Compile Include="SymbolicExpressionExporter.cs" />
|
---|
142 | <Compile Include="SymbolTable.cs" />
|
---|
143 | <Compile Include="Tangens.cs" />
|
---|
144 | <Compile Include="Variable.cs" />
|
---|
145 | <Compile Include="Xor.cs" />
|
---|
146 | </ItemGroup>
|
---|
147 | <ItemGroup>
|
---|
148 | <ProjectReference Include="..\..\HeuristicLab.Constraints\3.3\HeuristicLab.Constraints-3.3.csproj">
|
---|
149 | <Project>{19C1E42A-4B48-4EFD-B697-899016F1C198}</Project>
|
---|
150 | <Name>HeuristicLab.Constraints-3.3</Name>
|
---|
151 | </ProjectReference>
|
---|
152 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
153 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
154 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
155 | </ProjectReference>
|
---|
156 | <ProjectReference Include="..\..\HeuristicLab.DataAnalysis\3.3\HeuristicLab.DataAnalysis-3.3.csproj">
|
---|
157 | <Project>{6AD536AE-B4CC-4424-B0A2-20CECE88CE57}</Project>
|
---|
158 | <Name>HeuristicLab.DataAnalysis-3.3</Name>
|
---|
159 | </ProjectReference>
|
---|
160 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
161 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
162 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
163 | </ProjectReference>
|
---|
164 | <ProjectReference Include="..\..\HeuristicLab.Evolutionary\3.3\HeuristicLab.Evolutionary-3.3.csproj">
|
---|
165 | <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
|
---|
166 | <Name>HeuristicLab.Evolutionary-3.3</Name>
|
---|
167 | </ProjectReference>
|
---|
168 | <ProjectReference Include="..\..\HeuristicLab.GP\3.4\HeuristicLab.GP-3.4.csproj">
|
---|
169 | <Project>{DA0D505A-2149-4E3C-B220-5724DE26EB59}</Project>
|
---|
170 | <Name>HeuristicLab.GP-3.4</Name>
|
---|
171 | </ProjectReference>
|
---|
172 | <ProjectReference Include="..\..\HeuristicLab.Logging\3.3\HeuristicLab.Logging-3.3.csproj">
|
---|
173 | <Project>{72908B54-D136-4BF2-8474-25AA6CB66C92}</Project>
|
---|
174 | <Name>HeuristicLab.Logging-3.3</Name>
|
---|
175 | </ProjectReference>
|
---|
176 | <ProjectReference Include="..\..\HeuristicLab.Modeling\3.3\HeuristicLab.Modeling-3.3.csproj">
|
---|
177 | <Project>{3A5ACA94-47A7-47D6-B644-2B8A7503FCCC}</Project>
|
---|
178 | <Name>HeuristicLab.Modeling-3.3</Name>
|
---|
179 | </ProjectReference>
|
---|
180 | <ProjectReference Include="..\..\HeuristicLab.Operators.Programmable\3.3\HeuristicLab.Operators.Programmable-3.3.csproj">
|
---|
181 | <Project>{6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}</Project>
|
---|
182 | <Name>HeuristicLab.Operators.Programmable-3.3</Name>
|
---|
183 | </ProjectReference>
|
---|
184 | <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
|
---|
185 | <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
|
---|
186 | <Name>HeuristicLab.Operators-3.3</Name>
|
---|
187 | </ProjectReference>
|
---|
188 | <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
|
---|
189 | <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
|
---|
190 | <Name>HeuristicLab.Persistence-3.3</Name>
|
---|
191 | </ProjectReference>
|
---|
192 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
193 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
194 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
195 | </ProjectReference>
|
---|
196 | <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
|
---|
197 | <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
|
---|
198 | <Name>HeuristicLab.Random-3.3</Name>
|
---|
199 | </ProjectReference>
|
---|
200 | <ProjectReference Include="..\..\HeuristicLab.Selection.OffspringSelection\3.3\HeuristicLab.Selection.OffspringSelection-3.3.csproj">
|
---|
201 | <Project>{81609E8A-9757-4865-8B89-0B6603F769E8}</Project>
|
---|
202 | <Name>HeuristicLab.Selection.OffspringSelection-3.3</Name>
|
---|
203 | </ProjectReference>
|
---|
204 | <ProjectReference Include="..\..\HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj">
|
---|
205 | <Project>{2C36CD4F-E5F5-43A4-801A-201EA895FE17}</Project>
|
---|
206 | <Name>HeuristicLab.Selection-3.3</Name>
|
---|
207 | </ProjectReference>
|
---|
208 | <ProjectReference Include="..\..\HeuristicLab.SequentialEngine\3.3\HeuristicLab.SequentialEngine-3.3.csproj">
|
---|
209 | <Project>{DC3D7072-7999-4719-B65D-3997744D5DC1}</Project>
|
---|
210 | <Name>HeuristicLab.SequentialEngine-3.3</Name>
|
---|
211 | </ProjectReference>
|
---|
212 | </ItemGroup>
|
---|
213 | <ItemGroup>
|
---|
214 | <EmbeddedResource Include="OffSpringSelectionGpEditor.resx">
|
---|
215 | <DependentUpon>OffSpringSelectionGpEditor.cs</DependentUpon>
|
---|
216 | </EmbeddedResource>
|
---|
217 | <EmbeddedResource Include="StandardGpEditor.resx">
|
---|
218 | <DependentUpon>StandardGpEditor.cs</DependentUpon>
|
---|
219 | <SubType>Designer</SubType>
|
---|
220 | </EmbeddedResource>
|
---|
221 | </ItemGroup>
|
---|
222 | <ItemGroup>
|
---|
223 | <None Include="HeuristicLab.snk" />
|
---|
224 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
225 | </ItemGroup>
|
---|
226 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
227 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
228 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
229 | <Target Name="BeforeBuild">
|
---|
230 | </Target>
|
---|
231 | <Target Name="AfterBuild">
|
---|
232 | </Target>
|
---|
233 | -->
|
---|
234 | <PropertyGroup>
|
---|
235 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
236 | set ProjectDir=$(ProjectDir)
|
---|
237 | set SolutionDir=$(SolutionDir)
|
---|
238 | set Outdir=$(Outdir)
|
---|
239 |
|
---|
240 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
241 | </PropertyGroup>
|
---|
242 | </Project> |
---|