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>{71537847-8B2D-4016-B6BF-DF0931024AC8}</ProjectGuid>
|
---|
9 | <OutputType>Library</OutputType>
|
---|
10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
11 | <RootNamespace>HeuristicLab.SimulationCore.Samples</RootNamespace>
|
---|
12 | <AssemblyName>HeuristicLab.SimulationCore.Samples-3.3</AssemblyName>
|
---|
13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
14 | <FileAlignment>512</FileAlignment>
|
---|
15 | <TargetFrameworkProfile>
|
---|
16 | </TargetFrameworkProfile>
|
---|
17 | </PropertyGroup>
|
---|
18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
19 | <DebugSymbols>true</DebugSymbols>
|
---|
20 | <DebugType>full</DebugType>
|
---|
21 | <Optimize>false</Optimize>
|
---|
22 | <OutputPath>..\..\..\..\trunk\sources\bin\</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>
|
---|
36 | <SignAssembly>true</SignAssembly>
|
---|
37 | </PropertyGroup>
|
---|
38 | <PropertyGroup>
|
---|
39 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
40 | </PropertyGroup>
|
---|
41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
42 | <DebugSymbols>true</DebugSymbols>
|
---|
43 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
44 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
45 | <DebugType>full</DebugType>
|
---|
46 | <PlatformTarget>x64</PlatformTarget>
|
---|
47 | <CodeAnalysisLogFile>bin\Debug\HeuristicLab.SimulationCore.Samples-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
48 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
49 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
50 | <ErrorReport>prompt</ErrorReport>
|
---|
51 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
52 | <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
53 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
54 | <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
55 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
56 | </PropertyGroup>
|
---|
57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
58 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
59 | <DefineConstants>TRACE</DefineConstants>
|
---|
60 | <Optimize>true</Optimize>
|
---|
61 | <DebugType>pdbonly</DebugType>
|
---|
62 | <PlatformTarget>x64</PlatformTarget>
|
---|
63 | <CodeAnalysisLogFile>bin\Release\HeuristicLab.SimulationCore.Samples-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
64 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
65 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
66 | <ErrorReport>prompt</ErrorReport>
|
---|
67 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
68 | <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
69 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
70 | <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
71 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
72 | </PropertyGroup>
|
---|
73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
74 | <DebugSymbols>true</DebugSymbols>
|
---|
75 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
76 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
77 | <DebugType>full</DebugType>
|
---|
78 | <PlatformTarget>x86</PlatformTarget>
|
---|
79 | <CodeAnalysisLogFile>bin\Debug\HeuristicLab.SimulationCore.Samples-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
80 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
81 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
82 | <ErrorReport>prompt</ErrorReport>
|
---|
83 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
84 | <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
85 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
86 | <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
87 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
88 | </PropertyGroup>
|
---|
89 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
90 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
91 | <DefineConstants>TRACE</DefineConstants>
|
---|
92 | <Optimize>true</Optimize>
|
---|
93 | <DebugType>pdbonly</DebugType>
|
---|
94 | <PlatformTarget>x86</PlatformTarget>
|
---|
95 | <CodeAnalysisLogFile>bin\Release\HeuristicLab.SimulationCore.Samples-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
96 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
97 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
98 | <ErrorReport>prompt</ErrorReport>
|
---|
99 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
100 | <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
101 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
102 | <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
103 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
104 | </PropertyGroup>
|
---|
105 | <ItemGroup>
|
---|
106 | <Reference Include="Accessibility">
|
---|
107 | <EmbedInteropTypes>True</EmbedInteropTypes>
|
---|
108 | </Reference>
|
---|
109 | <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
110 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
|
---|
111 | <Private>False</Private>
|
---|
112 | </Reference>
|
---|
113 | <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
114 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
115 | <Private>False</Private>
|
---|
116 | </Reference>
|
---|
117 | <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
118 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
119 | <Private>False</Private>
|
---|
120 | </Reference>
|
---|
121 | <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
122 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
123 | <Private>False</Private>
|
---|
124 | </Reference>
|
---|
125 | <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
126 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
127 | <Private>False</Private>
|
---|
128 | </Reference>
|
---|
129 | <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
130 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
131 | <Private>False</Private>
|
---|
132 | </Reference>
|
---|
133 | <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
134 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
|
---|
135 | <Private>False</Private>
|
---|
136 | </Reference>
|
---|
137 | <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
138 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
|
---|
139 | <Private>False</Private>
|
---|
140 | </Reference>
|
---|
141 | <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
142 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
143 | <Private>False</Private>
|
---|
144 | </Reference>
|
---|
145 | <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
146 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
147 | <Private>False</Private>
|
---|
148 | </Reference>
|
---|
149 | <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
150 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
151 | <Private>False</Private>
|
---|
152 | </Reference>
|
---|
153 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
154 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
155 | <Private>False</Private>
|
---|
156 | </Reference>
|
---|
157 | <Reference Include="System" />
|
---|
158 | <Reference Include="System.Core" />
|
---|
159 | <Reference Include="System.Xml.Linq" />
|
---|
160 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
161 | <Reference Include="System.Data" />
|
---|
162 | <Reference Include="System.Xml" />
|
---|
163 | </ItemGroup>
|
---|
164 | <ItemGroup>
|
---|
165 | <Compile Include="GameOfLifeAgent.cs" />
|
---|
166 | <Compile Include="GameOfLifeScenario.cs" />
|
---|
167 | <Compile Include="GameOfLifeSimulation.cs" />
|
---|
168 | <Compile Include="Plugin.cs" />
|
---|
169 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
170 | <Compile Include="SimpleScenario.cs" />
|
---|
171 | <Compile Include="SimpleSimulation.cs" />
|
---|
172 | </ItemGroup>
|
---|
173 | <ItemGroup>
|
---|
174 | <None Include="Plugin.cs.frame" />
|
---|
175 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
176 | <None Include="HeuristicLab.snk" />
|
---|
177 | </ItemGroup>
|
---|
178 | <ItemGroup>
|
---|
179 | <ProjectReference Include="..\..\HeuristicLab.SimulationCore\3.3\HeuristicLab.SimulationCore-3.3.csproj">
|
---|
180 | <Project>{7B1579F2-6EFC-4C48-B41C-C3292639FF5B}</Project>
|
---|
181 | <Name>HeuristicLab.SimulationCore-3.3</Name>
|
---|
182 | <Private>False</Private>
|
---|
183 | </ProjectReference>
|
---|
184 | </ItemGroup>
|
---|
185 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
186 | <PropertyGroup>
|
---|
187 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
188 | set ProjectDir=$(ProjectDir)
|
---|
189 | set SolutionDir=$(SolutionDir)
|
---|
190 | set Outdir=$(Outdir)
|
---|
191 |
|
---|
192 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
193 | </PropertyGroup>
|
---|
194 | <PropertyGroup>
|
---|
195 | <PostBuildEvent>
|
---|
196 | </PostBuildEvent>
|
---|
197 | </PropertyGroup>
|
---|
198 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
199 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
200 | <Target Name="BeforeBuild">
|
---|
201 | </Target>
|
---|
202 | <Target Name="AfterBuild">
|
---|
203 | </Target>
|
---|
204 | -->
|
---|
205 | </Project> |
---|