Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GP-MoveOperators/HeuristicLab.Problems.LawnMower.Views/3.3/HeuristicLab.Problems.LawnMower.Views.csproj @ 8191

Last change on this file since 8191 was 8059, checked in by gkronber, 12 years ago

#1876: initial import of the lawn mower demo problem for GP.

File size: 10.5 KB
Line 
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>{71CDE004-C50F-48DF-858E-AB0AAA3537BC}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.LawnMower.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.LawnMower.Views-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>..\..\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>..\..\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
34    <DebugSymbols>true</DebugSymbols>
35    <OutputPath>..\..\bin\</OutputPath>
36    <DefineConstants>DEBUG;TRACE</DefineConstants>
37    <DebugType>full</DebugType>
38    <PlatformTarget>x86</PlatformTarget>
39    <CodeAnalysisLogFile>..\..\trunk\sources\bin\HeuristicLab.Problems.LawnMower-1.0.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
40    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
41    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
42    <ErrorReport>prompt</ErrorReport>
43    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
44    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
45    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
46    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
47    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
48    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
49  </PropertyGroup>
50  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
51    <OutputPath>..\..\bin\</OutputPath>
52    <DefineConstants>TRACE</DefineConstants>
53    <Optimize>true</Optimize>
54    <DebugType>pdbonly</DebugType>
55    <PlatformTarget>x86</PlatformTarget>
56    <CodeAnalysisLogFile>..\..\trunk\sources\bin\HeuristicLab.Problems.LawnMower-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
57    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
58    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
59    <ErrorReport>prompt</ErrorReport>
60    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
61    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
62    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
63    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
64    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
65    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
66  </PropertyGroup>
67  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
68    <DebugSymbols>true</DebugSymbols>
69    <OutputPath>bin\x64\Debug\</OutputPath>
70    <DefineConstants>DEBUG;TRACE</DefineConstants>
71    <DebugType>full</DebugType>
72    <PlatformTarget>x64</PlatformTarget>
73    <CodeAnalysisLogFile>..\..\trunk\sources\bin\HeuristicLab.Problems.LawnMower-1.0.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
74    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
75    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
76    <ErrorReport>prompt</ErrorReport>
77    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
78    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
79    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
80    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
81    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
82  </PropertyGroup>
83  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
84    <OutputPath>bin\x64\Release\</OutputPath>
85    <DefineConstants>TRACE</DefineConstants>
86    <Optimize>true</Optimize>
87    <DebugType>pdbonly</DebugType>
88    <PlatformTarget>x64</PlatformTarget>
89    <CodeAnalysisLogFile>..\..\trunk\sources\bin\HeuristicLab.Problems.LawnMower-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
90    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
91    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
92    <ErrorReport>prompt</ErrorReport>
93    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
94    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
95    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
96    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
97    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
98  </PropertyGroup>
99  <ItemGroup>
100    <Reference Include="System" />
101    <Reference Include="System.Core" />
102    <Reference Include="System.Drawing" />
103    <Reference Include="System.Windows.Forms" />
104  </ItemGroup>
105  <ItemGroup>
106    <Compile Include="SolutionLawnView.cs">
107      <SubType>UserControl</SubType>
108    </Compile>
109    <Compile Include="SolutionLawnView.Designer.cs">
110      <DependentUpon>SolutionLawnView.cs</DependentUpon>
111    </Compile>
112    <Compile Include="SolutionProgramView.cs">
113      <SubType>UserControl</SubType>
114    </Compile>
115    <Compile Include="SolutionProgramView.Designer.cs">
116      <DependentUpon>SolutionProgramView.cs</DependentUpon>
117    </Compile>
118    <None Include="Plugin.cs.frame" />
119    <None Include="Properties\AssemblyInfo.cs.frame" />
120    <Compile Include="Plugin.cs" />
121    <Compile Include="Properties\AssemblyInfo.cs" />
122  </ItemGroup>
123  <ItemGroup>
124    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
125      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
126      <Name>HeuristicLab.Common-3.3</Name>
127    </ProjectReference>
128    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
129      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
130      <Name>HeuristicLab.Core.Views-3.3</Name>
131      <Private>False</Private>
132    </ProjectReference>
133    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
134      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
135      <Name>HeuristicLab.Core-3.3</Name>
136      <Private>False</Private>
137    </ProjectReference>
138    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.csproj">
139      <Project>{423BD94F-963A-438E-BA45-3BB3D61CD03B}</Project>
140      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4</Name>
141      <Private>False</Private>
142    </ProjectReference>
143    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
144      <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
145      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
146      <Private>False</Private>
147    </ProjectReference>
148    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
149      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
150      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
151    </ProjectReference>
152    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
153      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
154      <Name>HeuristicLab.MainForm-3.3</Name>
155      <Private>False</Private>
156    </ProjectReference>
157    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
158      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
159      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
160      <Private>False</Private>
161    </ProjectReference>
162    <ProjectReference Include="..\..\HeuristicLab.Problems.LawnMower\3.3\HeuristicLab.Problems.LawnMower.csproj">
163      <Project>{9A04599C-D608-4240-8DA6-D41F51C515A3}</Project>
164      <Name>HeuristicLab.Problems.LawnMower</Name>
165      <Private>False</Private>
166    </ProjectReference>
167  </ItemGroup>
168  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
169  <PropertyGroup>
170    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
171set ProjectDir=$(ProjectDir)
172set SolutionDir=$(SolutionDir)
173set Outdir=$(Outdir)
174
175call PreBuildEvent.cmd
176</PreBuildEvent>
177  </PropertyGroup>
178  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
179       Other similar extension points exist, see Microsoft.Common.targets.
180  <Target Name="BeforeBuild">
181  </Target>
182  <Target Name="AfterBuild">
183  </Target>
184  -->
185</Project>
Note: See TracBrowser for help on using the repository browser.