Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Problems.LawnMower/3.3/HeuristicLab.Problems.LawnMower-3.3.csproj @ 13278

Last change on this file since 13278 was 13278, checked in by gkronber, 8 years ago

#2472: merged r12895:12906 from trunk to stable

File size: 11.6 KB
RevLine 
[8059]1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" 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>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{9A04599C-D608-4240-8DA6-D41F51C515A3}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.LawnMower</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.LawnMower-3.3</AssemblyName>
[11623]13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
[8059]14    <FileAlignment>512</FileAlignment>
[11623]15    <TargetFrameworkProfile />
[8059]16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>..\..\bin\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
[11623]25    <Prefer32Bit>false</Prefer32Bit>
[8059]26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>..\..\bin\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
[11623]34    <Prefer32Bit>false</Prefer32Bit>
[8059]35  </PropertyGroup>
36  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
37    <DebugSymbols>true</DebugSymbols>
38    <OutputPath>..\..\bin\</OutputPath>
39    <DefineConstants>DEBUG;TRACE</DefineConstants>
40    <DebugType>full</DebugType>
41    <PlatformTarget>x86</PlatformTarget>
42    <CodeAnalysisLogFile>..\..\trunk\sources\bin\HeuristicLab.Problems.LawnMower-1.0.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
43    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
44    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
45    <ErrorReport>prompt</ErrorReport>
46    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
47    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
48    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
49    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
50    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
[11623]51    <Prefer32Bit>false</Prefer32Bit>
[8059]52  </PropertyGroup>
53  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
54    <OutputPath>..\..\bin\</OutputPath>
55    <DefineConstants>TRACE</DefineConstants>
56    <Optimize>true</Optimize>
57    <DebugType>pdbonly</DebugType>
58    <PlatformTarget>x86</PlatformTarget>
59    <CodeAnalysisLogFile>..\..\trunk\sources\bin\HeuristicLab.Problems.LawnMower-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
60    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
61    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
62    <ErrorReport>prompt</ErrorReport>
63    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
64    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
65    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
66    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
67    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
[11623]68    <Prefer32Bit>false</Prefer32Bit>
[8059]69  </PropertyGroup>
70  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
71    <DebugSymbols>true</DebugSymbols>
72    <OutputPath>bin\x64\Debug\</OutputPath>
73    <DefineConstants>DEBUG;TRACE</DefineConstants>
74    <DebugType>full</DebugType>
75    <PlatformTarget>x64</PlatformTarget>
76    <CodeAnalysisLogFile>..\..\trunk\sources\bin\HeuristicLab.Problems.LawnMower-1.0.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
77    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
78    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
79    <ErrorReport>prompt</ErrorReport>
80    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
81    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
82    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
83    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
84    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
85    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
[11623]86    <Prefer32Bit>false</Prefer32Bit>
[8059]87  </PropertyGroup>
88  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
89    <OutputPath>bin\x64\Release\</OutputPath>
90    <DefineConstants>TRACE</DefineConstants>
91    <Optimize>true</Optimize>
92    <DebugType>pdbonly</DebugType>
93    <PlatformTarget>x64</PlatformTarget>
94    <CodeAnalysisLogFile>..\..\trunk\sources\bin\HeuristicLab.Problems.LawnMower-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
95    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
96    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
97    <ErrorReport>prompt</ErrorReport>
98    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
99    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
100    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
101    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
102    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
[11623]103    <Prefer32Bit>false</Prefer32Bit>
[8059]104  </PropertyGroup>
[8132]105  <PropertyGroup>
106    <SignAssembly>true</SignAssembly>
107  </PropertyGroup>
108  <PropertyGroup>
109    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
110  </PropertyGroup>
[8059]111  <ItemGroup>
112    <Reference Include="System" />
113    <Reference Include="System.Core" />
[8806]114    <Reference Include="System.Drawing" />
[8059]115  </ItemGroup>
116  <ItemGroup>
117    <Compile Include="BestSolutionAnalyzer.cs" />
[13278]118    <Compile Include="Symbols\Constant.cs">
119      <SubType>Code</SubType>
120    </Compile>
121    <Compile Include="Symbols\ConstantTreeNode.cs">
122      <SubType>Code</SubType>
123    </Compile>
124    <Compile Include="Symbols\Forward.cs">
125      <SubType>Code</SubType>
126    </Compile>
127    <Compile Include="Symbols\Frog.cs">
128      <SubType>Code</SubType>
129    </Compile>
130    <Compile Include="Symbols\Left.cs">
131      <SubType>Code</SubType>
132    </Compile>
133    <Compile Include="Symbols\Prog.cs">
134      <SubType>Code</SubType>
135    </Compile>
136    <Compile Include="Symbols\Sum.cs">
137      <SubType>Code</SubType>
138    </Compile>
[8132]139    <None Include="HeuristicLab.snk" />
[8059]140    <None Include="Plugin.cs.frame" />
141    <Compile Include="Interpreter.cs" />
142    <None Include="Properties\AssemblyInfo.cs.frame" />
143    <Compile Include="Solution.cs" />
144    <Compile Include="Grammar.cs" />
145    <Compile Include="Problem.cs" />
146    <Compile Include="Evaluator.cs" />
147    <Compile Include="Plugin.cs" />
148    <Compile Include="Properties\AssemblyInfo.cs" />
149  </ItemGroup>
150  <ItemGroup>
151    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
152      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
153      <Name>HeuristicLab.Collections-3.3</Name>
154      <Private>False</Private>
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      <Private>False</Private>
160    </ProjectReference>
161    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
162      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
163      <Name>HeuristicLab.Data-3.3</Name>
164      <Private>False</Private>
165    </ProjectReference>
166    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
167      <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
168      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
169      <Private>False</Private>
170    </ProjectReference>
171    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
172      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
173      <Name>HeuristicLab.Operators-3.3</Name>
174      <Private>False</Private>
175    </ProjectReference>
176    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
177      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
178      <Name>HeuristicLab.Optimization-3.3</Name>
179      <Private>False</Private>
180    </ProjectReference>
181    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
182      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
183      <Name>HeuristicLab.Parameters-3.3</Name>
184      <Private>False</Private>
185    </ProjectReference>
186    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
187      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
188      <Name>HeuristicLab.Persistence-3.3</Name>
189      <Private>False</Private>
190    </ProjectReference>
191    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
192      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
193      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
194      <Private>False</Private>
195    </ProjectReference>
[8587]196    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
197      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
198      <Name>HeuristicLab.Common-3.3</Name>
199      <Private>False</Private>
200    </ProjectReference>
[8059]201  </ItemGroup>
202  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
203  <PropertyGroup>
[8806]204    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[8059]205set ProjectDir=$(ProjectDir)
206set SolutionDir=$(SolutionDir)
207set Outdir=$(Outdir)
208
209call PreBuildEvent.cmd
210</PreBuildEvent>
[8806]211    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
[8600]212export ProjectDir=$(ProjectDir)
213export SolutionDir=$(SolutionDir)
214
215$SolutionDir/PreBuildEvent.sh
216</PreBuildEvent>
[8059]217  </PropertyGroup>
218  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
219       Other similar extension points exist, see Microsoft.Common.targets.
220  <Target Name="BeforeBuild">
221  </Target>
222  <Target Name="AfterBuild">
223  </Target>
224  -->
225</Project>
Note: See TracBrowser for help on using the repository browser.