Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Persistence Test/HeuristicLab.GP.StructureIdentification/3.4/HeuristicLab.GP.StructureIdentification-3.4.csproj @ 2989

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

Implemented generic EventArgs (#796)

File size: 11.6 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>{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.Common\3.2\HeuristicLab.Common-3.2.csproj">
149      <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>
150      <Name>HeuristicLab.Common-3.2</Name>
151    </ProjectReference>
152    <ProjectReference Include="..\..\HeuristicLab.Constraints\3.3\HeuristicLab.Constraints-3.3.csproj">
153      <Project>{19C1E42A-4B48-4EFD-B697-899016F1C198}</Project>
154      <Name>HeuristicLab.Constraints-3.3</Name>
155    </ProjectReference>
156    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
157      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
158      <Name>HeuristicLab.Core-3.3</Name>
159    </ProjectReference>
160    <ProjectReference Include="..\..\HeuristicLab.DataAnalysis\3.3\HeuristicLab.DataAnalysis-3.3.csproj">
161      <Project>{6AD536AE-B4CC-4424-B0A2-20CECE88CE57}</Project>
162      <Name>HeuristicLab.DataAnalysis-3.3</Name>
163    </ProjectReference>
164    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
165      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
166      <Name>HeuristicLab.Data-3.3</Name>
167    </ProjectReference>
168    <ProjectReference Include="..\..\HeuristicLab.Evolutionary\3.3\HeuristicLab.Evolutionary-3.3.csproj">
169      <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
170      <Name>HeuristicLab.Evolutionary-3.3</Name>
171    </ProjectReference>
172    <ProjectReference Include="..\..\HeuristicLab.GP\3.4\HeuristicLab.GP-3.4.csproj">
173      <Project>{DA0D505A-2149-4E3C-B220-5724DE26EB59}</Project>
174      <Name>HeuristicLab.GP-3.4</Name>
175    </ProjectReference>
176    <ProjectReference Include="..\..\HeuristicLab.Logging\3.3\HeuristicLab.Logging-3.3.csproj">
177      <Project>{72908B54-D136-4BF2-8474-25AA6CB66C92}</Project>
178      <Name>HeuristicLab.Logging-3.3</Name>
179    </ProjectReference>
180    <ProjectReference Include="..\..\HeuristicLab.Modeling\3.3\HeuristicLab.Modeling-3.3.csproj">
181      <Project>{3A5ACA94-47A7-47D6-B644-2B8A7503FCCC}</Project>
182      <Name>HeuristicLab.Modeling-3.3</Name>
183    </ProjectReference>
184    <ProjectReference Include="..\..\HeuristicLab.Operators.Programmable\3.3\HeuristicLab.Operators.Programmable-3.3.csproj">
185      <Project>{6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}</Project>
186      <Name>HeuristicLab.Operators.Programmable-3.3</Name>
187    </ProjectReference>
188    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
189      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
190      <Name>HeuristicLab.Operators-3.3</Name>
191    </ProjectReference>
192    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
193      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
194      <Name>HeuristicLab.Persistence-3.3</Name>
195    </ProjectReference>
196    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
197      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
198      <Name>HeuristicLab.PluginInfrastructure</Name>
199    </ProjectReference>
200    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
201      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
202      <Name>HeuristicLab.Random-3.3</Name>
203    </ProjectReference>
204    <ProjectReference Include="..\..\HeuristicLab.Selection.OffspringSelection\3.3\HeuristicLab.Selection.OffspringSelection-3.3.csproj">
205      <Project>{81609E8A-9757-4865-8B89-0B6603F769E8}</Project>
206      <Name>HeuristicLab.Selection.OffspringSelection-3.3</Name>
207    </ProjectReference>
208    <ProjectReference Include="..\..\HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj">
209      <Project>{2C36CD4F-E5F5-43A4-801A-201EA895FE17}</Project>
210      <Name>HeuristicLab.Selection-3.3</Name>
211    </ProjectReference>
212    <ProjectReference Include="..\..\HeuristicLab.SequentialEngine\3.3\HeuristicLab.SequentialEngine-3.3.csproj">
213      <Project>{DC3D7072-7999-4719-B65D-3997744D5DC1}</Project>
214      <Name>HeuristicLab.SequentialEngine-3.3</Name>
215    </ProjectReference>
216  </ItemGroup>
217  <ItemGroup>
218    <EmbeddedResource Include="OffSpringSelectionGpEditor.resx">
219      <DependentUpon>OffSpringSelectionGpEditor.cs</DependentUpon>
220    </EmbeddedResource>
221    <EmbeddedResource Include="StandardGpEditor.resx">
222      <DependentUpon>StandardGpEditor.cs</DependentUpon>
223      <SubType>Designer</SubType>
224    </EmbeddedResource>
225  </ItemGroup>
226  <ItemGroup>
227    <None Include="HeuristicLab.snk" />
228    <None Include="Properties\AssemblyInfo.frame" />
229  </ItemGroup>
230  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
231  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
232       Other similar extension points exist, see Microsoft.Common.targets.
233  <Target Name="BeforeBuild">
234  </Target>
235  <Target Name="AfterBuild">
236  </Target>
237  -->
238  <PropertyGroup>
239    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
240set ProjectDir=$(ProjectDir)
241set SolutionDir=$(SolutionDir)
242set Outdir=$(Outdir)
243
244call PreBuildEvent.cmd</PreBuildEvent>
245  </PropertyGroup>
246</Project>
Note: See TracBrowser for help on using the repository browser.