Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/HeuristicLab.GP-3.3.csproj @ 2202

Last change on this file since 2202 was 2202, checked in by gkronber, 15 years ago

Created a branch for #713

File size: 8.8 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>{1F1CF3ED-374C-4288-995B-93F6B872F571}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.GP</RootNamespace>
12    <AssemblyName>HeuristicLab.GP-3.3</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="FunctionLibrary.cs" />
86    <Compile Include="FunctionLibraryEditor.cs">
87      <SubType>UserControl</SubType>
88    </Compile>
89    <Compile Include="FunctionLibraryEditor.Designer.cs">
90      <DependentUpon>FunctionLibraryEditor.cs</DependentUpon>
91    </Compile>
92    <Compile Include="FunctionTreeView.cs">
93      <SubType>UserControl</SubType>
94    </Compile>
95    <Compile Include="FunctionTreeView.Designer.cs">
96      <DependentUpon>FunctionTreeView.cs</DependentUpon>
97    </Compile>
98    <Compile Include="FunView.cs">
99      <SubType>UserControl</SubType>
100    </Compile>
101    <Compile Include="FunView.Designer.cs">
102      <DependentUpon>FunView.cs</DependentUpon>
103    </Compile>
104    <Compile Include="TrainingWindowSlider.cs" />
105    <Compile Include="DefaultFunctionTreeNameGenerator.cs" />
106    <Compile Include="EqualiserController.cs" />
107    <Compile Include="Logging\TreeArityAnalyser.cs" />
108    <Compile Include="OffspringEqualiser.cs" />
109    <Compile Include="Recombination\SizeConstrictedGPCrossoverBase.cs" />
110    <Compile Include="Recombination\GPCrossoverBase.cs" />
111    <Compile Include="Recombination\UniformCrossover.cs" />
112    <Compile Include="UnknownFunctionException.cs" />
113    <Compile Include="IFunctionTreeNameGenerator.cs" />
114    <Compile Include="IFunctionTreeExporter.cs" />
115    <Compile Include="FunctionBase.cs" />
116    <Compile Include="HeuristicLabGPPlugin.cs" />
117    <Compile Include="IFunction.cs" />
118    <Compile Include="IFunctionTree.cs" />
119    <Compile Include="Manipulation\ChangeNodeTypeManipulation.cs" />
120    <Compile Include="Manipulation\CutOutNodeManipulation.cs" />
121    <Compile Include="Manipulation\DeleteSubTreeManipulation.cs" />
122    <Compile Include="Manipulation\FullTreeShaker.cs" />
123    <Compile Include="Manipulation\OnePointShaker.cs" />
124    <Compile Include="Manipulation\SubstituteSubTreeManipulation.cs" />
125    <Compile Include="ProbabilisticTreeCreator.cs" />
126    <Compile Include="Properties\AssemblyInfo.cs" />
127    <Compile Include="RampedTreeCreator.cs" />
128    <Compile Include="Recombination\LangdonHomologousCrossOver.cs" />
129    <Compile Include="Recombination\OnePointCrossOver.cs" />
130    <Compile Include="Recombination\SizeFairCrossOver.cs" />
131    <Compile Include="Recombination\StandardCrossOver.cs" />
132    <Compile Include="TreeGardener.cs" />
133  </ItemGroup>
134  <ItemGroup>
135    <ProjectReference Include="..\..\HeuristicLab.Constraints\3.2\HeuristicLab.Constraints-3.2.csproj">
136      <Project>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</Project>
137      <Name>HeuristicLab.Constraints-3.2</Name>
138    </ProjectReference>
139    <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
140      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
141      <Name>HeuristicLab.Core-3.2</Name>
142    </ProjectReference>
143    <ProjectReference Include="..\..\HeuristicLab.Data\3.2\HeuristicLab.Data-3.2.csproj">
144      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
145      <Name>HeuristicLab.Data-3.2</Name>
146    </ProjectReference>
147    <ProjectReference Include="..\..\HeuristicLab.Evolutionary\3.2\HeuristicLab.Evolutionary-3.2.csproj">
148      <Project>{F5614C53-153C-4A37-A608-121E1C087F07}</Project>
149      <Name>HeuristicLab.Evolutionary-3.2</Name>
150    </ProjectReference>
151    <ProjectReference Include="..\..\HeuristicLab.Operators\3.2\HeuristicLab.Operators-3.2.csproj">
152      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
153      <Name>HeuristicLab.Operators-3.2</Name>
154    </ProjectReference>
155    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
156      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
157      <Name>HeuristicLab.PluginInfrastructure</Name>
158    </ProjectReference>
159    <ProjectReference Include="..\..\HeuristicLab.Random\3.2\HeuristicLab.Random-3.2.csproj">
160      <Project>{47019A74-F7F7-482E-83AA-D3F4F777E879}</Project>
161      <Name>HeuristicLab.Random-3.2</Name>
162    </ProjectReference>
163    <ProjectReference Include="..\..\HeuristicLab.Selection\3.2\HeuristicLab.Selection-3.2.csproj">
164      <Project>{F7CF0571-25CB-43D5-8443-0843A1E2861A}</Project>
165      <Name>HeuristicLab.Selection-3.2</Name>
166    </ProjectReference>
167  </ItemGroup>
168  <ItemGroup>
169    <EmbeddedResource Include="FunctionLibraryEditor.resx">
170      <DependentUpon>FunctionLibraryEditor.cs</DependentUpon>
171    </EmbeddedResource>
172    <EmbeddedResource Include="FunctionTreeView.resx">
173      <DependentUpon>FunctionTreeView.cs</DependentUpon>
174    </EmbeddedResource>
175  </ItemGroup>
176  <ItemGroup>
177    <None Include="HeuristicLab.snk" />
178    <None Include="Properties\AssemblyInfo.frame" />
179  </ItemGroup>
180  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
181  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
182       Other similar extension points exist, see Microsoft.Common.targets.
183  <Target Name="BeforeBuild">
184  </Target>
185  <Target Name="AfterBuild">
186  </Target>
187  -->
188  <PropertyGroup>
189    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
190set ProjectDir=$(ProjectDir)
191set SolutionDir=$(SolutionDir)
192set Outdir=$(Outdir)
193
194call PreBuildEvent.cmd</PreBuildEvent>
195  </PropertyGroup>
196</Project>
Note: See TracBrowser for help on using the repository browser.