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>{F8A55094-3CD5-4034-B0CA-5BD7FFB016D4}</ProjectGuid>
|
---|
9 | <OutputType>Library</OutputType>
|
---|
10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
11 | <RootNamespace>HeuristicLab.Problems.BinPacking</RootNamespace>
|
---|
12 | <AssemblyName>HeuristicLab.Problems.BinPacking-3.3</AssemblyName>
|
---|
13 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
14 | <FileAlignment>512</FileAlignment>
|
---|
15 | <TargetFrameworkProfile />
|
---|
16 | </PropertyGroup>
|
---|
17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
18 | <DebugSymbols>true</DebugSymbols>
|
---|
19 | <DebugType>full</DebugType>
|
---|
20 | <Optimize>false</Optimize>
|
---|
21 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
22 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
23 | <ErrorReport>prompt</ErrorReport>
|
---|
24 | <WarningLevel>4</WarningLevel>
|
---|
25 | <Prefer32Bit>false</Prefer32Bit>
|
---|
26 | </PropertyGroup>
|
---|
27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
28 | <DebugType>pdbonly</DebugType>
|
---|
29 | <Optimize>true</Optimize>
|
---|
30 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
31 | <DefineConstants>TRACE</DefineConstants>
|
---|
32 | <ErrorReport>prompt</ErrorReport>
|
---|
33 | <WarningLevel>4</WarningLevel>
|
---|
34 | <Prefer32Bit>false</Prefer32Bit>
|
---|
35 | </PropertyGroup>
|
---|
36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
37 | <DebugSymbols>true</DebugSymbols>
|
---|
38 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
39 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
40 | <DebugType>full</DebugType>
|
---|
41 | <PlatformTarget>x64</PlatformTarget>
|
---|
42 | <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Problems.BinPacking.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>
|
---|
51 | <Prefer32Bit>false</Prefer32Bit>
|
---|
52 | </PropertyGroup>
|
---|
53 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
54 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
55 | <DefineConstants>TRACE</DefineConstants>
|
---|
56 | <Optimize>true</Optimize>
|
---|
57 | <DebugType>pdbonly</DebugType>
|
---|
58 | <PlatformTarget>x64</PlatformTarget>
|
---|
59 | <CodeAnalysisLogFile>bin\Release\HeuristicLab.Problems.BinPacking.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>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
68 | <Prefer32Bit>false</Prefer32Bit>
|
---|
69 | </PropertyGroup>
|
---|
70 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
71 | <DebugSymbols>true</DebugSymbols>
|
---|
72 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
73 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
74 | <DebugType>full</DebugType>
|
---|
75 | <PlatformTarget>x86</PlatformTarget>
|
---|
76 | <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Problems.BinPacking.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 | <Prefer32Bit>false</Prefer32Bit>
|
---|
86 | </PropertyGroup>
|
---|
87 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
88 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
89 | <DefineConstants>TRACE</DefineConstants>
|
---|
90 | <Optimize>true</Optimize>
|
---|
91 | <DebugType>pdbonly</DebugType>
|
---|
92 | <PlatformTarget>x86</PlatformTarget>
|
---|
93 | <CodeAnalysisLogFile>bin\Release\HeuristicLab.Problems.BinPacking.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
94 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
95 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
96 | <ErrorReport>prompt</ErrorReport>
|
---|
97 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
98 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
99 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
100 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
101 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
102 | <Prefer32Bit>false</Prefer32Bit>
|
---|
103 | </PropertyGroup>
|
---|
104 | <PropertyGroup>
|
---|
105 | <SignAssembly>true</SignAssembly>
|
---|
106 | </PropertyGroup>
|
---|
107 | <PropertyGroup>
|
---|
108 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
109 | </PropertyGroup>
|
---|
110 | <ItemGroup>
|
---|
111 | <Reference Include="System" />
|
---|
112 | <Reference Include="System.Core" />
|
---|
113 | <Reference Include="System.Drawing" />
|
---|
114 | <Reference Include="System.IO.Compression" />
|
---|
115 | <Reference Include="System.Windows.Forms" />
|
---|
116 | </ItemGroup>
|
---|
117 | <ItemGroup>
|
---|
118 | <Compile Include="2D\BinPacking2D.cs" />
|
---|
119 | <Compile Include="2D\Evaluators\BinUtilizationEvaluator.cs" />
|
---|
120 | <Compile Include="2D\Evaluators\PackingRatioEvaluator.cs" />
|
---|
121 | <Compile Include="2D\Instances\BPPData.cs" />
|
---|
122 | <Compile Include="2D\Instances\RandomDataDescriptor.cs" />
|
---|
123 | <Compile Include="2D\Instances\RandomInstanceProvider.cs" />
|
---|
124 | <Compile Include="2D\IntegerVectorEncoding\BottomLeftIntegerVectorDecoder.cs" />
|
---|
125 | <Compile Include="2D\IntegerVectorEncoding\ExtremePointIntegerVectorDecoder.cs" />
|
---|
126 | <Compile Include="2D\IntegerVectorEncoding\IntegerVectorDecoderBase.cs" />
|
---|
127 | <Compile Include="2D\IntegerVectorEncoding\IntegerVectorProblem.cs" />
|
---|
128 | <Compile Include="2D\Interfaces\IDecoder.cs" />
|
---|
129 | <Compile Include="2D\Interfaces\IEvaluator.cs" />
|
---|
130 | <Compile Include="2D\Interfaces\IOperator.cs" />
|
---|
131 | <Compile Include="2D\MoveEvaluatorBase.cs" />
|
---|
132 | <Compile Include="2D\PackingItem.cs" />
|
---|
133 | <Compile Include="2D\PackingPosition.cs" />
|
---|
134 | <Compile Include="2D\PackingShape.cs" />
|
---|
135 | <Compile Include="2D\PermutationEncoding\BottomLeftPermutationDecoder.cs" />
|
---|
136 | <Compile Include="2D\PermutationEncoding\ExtremePointPermutationDecoder.cs" />
|
---|
137 | <Compile Include="2D\PermutationEncoding\PermutationProblem.cs" />
|
---|
138 | <Compile Include="2D\PermutationEncoding\Swap2MoveEvaluator.cs" />
|
---|
139 | <Compile Include="2D\PermutationEncoding\TranslocationMoveEvaluator.cs" />
|
---|
140 | <Compile Include="2D\ProblemBase.cs" />
|
---|
141 | <Compile Include="2D\Solution.cs" />
|
---|
142 | <Compile Include="3D\BinPacking3D.cs" />
|
---|
143 | <Compile Include="3D\Evaluators\BinUtilizationEvaluator.cs" />
|
---|
144 | <Compile Include="3D\Evaluators\PackingRatioEvaluator.cs" />
|
---|
145 | <Compile Include="3D\Instances\BPPData.cs" />
|
---|
146 | <Compile Include="3D\Instances\RandomDataDescriptor.cs" />
|
---|
147 | <Compile Include="3D\Instances\RandomInstanceProvider.cs" />
|
---|
148 | <Compile Include="3D\IntegerVectorEncoding\BottomLeftIntegerVectorDecoder.cs" />
|
---|
149 | <Compile Include="3D\IntegerVectorEncoding\ExtremePointIntegerVectorDecoder.cs" />
|
---|
150 | <Compile Include="3D\IntegerVectorEncoding\IntegerVectorDecoderBase.cs" />
|
---|
151 | <Compile Include="3D\IntegerVectorEncoding\IntegerVectorProblem.cs" />
|
---|
152 | <Compile Include="3D\Interfaces\IDecoder.cs" />
|
---|
153 | <Compile Include="3D\Interfaces\IEvaluator.cs" />
|
---|
154 | <Compile Include="3D\Interfaces\IOperator.cs" />
|
---|
155 | <Compile Include="3D\MoveEvaluatorBase.cs" />
|
---|
156 | <Compile Include="3D\PackingItem.cs" />
|
---|
157 | <Compile Include="3D\PackingPosition.cs" />
|
---|
158 | <Compile Include="3D\PackingShape.cs" />
|
---|
159 | <Compile Include="3D\PermutationEncoding\BottomLeftPermutationDecoder.cs" />
|
---|
160 | <Compile Include="3D\PermutationEncoding\ExtremePointPermutationDecoder.cs" />
|
---|
161 | <Compile Include="3D\PermutationEncoding\PermutationProblem.cs" />
|
---|
162 | <Compile Include="3D\PermutationEncoding\Swap2MoveEvaluator.cs" />
|
---|
163 | <Compile Include="3D\PermutationEncoding\TranslocationMoveEvaluator.cs" />
|
---|
164 | <Compile Include="3D\ProblemBase.cs" />
|
---|
165 | <Compile Include="3D\Solution.cs" />
|
---|
166 | <Compile Include="BinPacking.cs" />
|
---|
167 | <Compile Include="Interfaces\IPackingItem.cs">
|
---|
168 | <SubType>Code</SubType>
|
---|
169 | </Compile>
|
---|
170 | <Compile Include="Interfaces\IPackingPosition.cs">
|
---|
171 | <SubType>Code</SubType>
|
---|
172 | </Compile>
|
---|
173 | <Compile Include="Interfaces\IPackingShape.cs">
|
---|
174 | <SubType>Code</SubType>
|
---|
175 | </Compile>
|
---|
176 | <Compile Include="PackingPlan.cs" />
|
---|
177 | <Compile Include="PackingPosition.cs" />
|
---|
178 | <Compile Include="PackingShape.cs" />
|
---|
179 | <Compile Include="Plugin.cs" />
|
---|
180 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
181 | </ItemGroup>
|
---|
182 | <ItemGroup>
|
---|
183 | <None Include="HeuristicLab.snk" />
|
---|
184 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
185 | <None Include="Plugin.cs.frame" />
|
---|
186 | </ItemGroup>
|
---|
187 | <ItemGroup />
|
---|
188 | <ItemGroup>
|
---|
189 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
190 | <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
|
---|
191 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
192 | <Private>False</Private>
|
---|
193 | </ProjectReference>
|
---|
194 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
195 | <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
|
---|
196 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
197 | <Private>False</Private>
|
---|
198 | </ProjectReference>
|
---|
199 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
200 | <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
|
---|
201 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
202 | <Private>False</Private>
|
---|
203 | </ProjectReference>
|
---|
204 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
205 | <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
|
---|
206 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
207 | <Private>False</Private>
|
---|
208 | </ProjectReference>
|
---|
209 | <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
|
---|
210 | <Project>{ddfb14dd-2a85-493c-a52d-e69729bbaeb0}</Project>
|
---|
211 | <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
|
---|
212 | <Private>False</Private>
|
---|
213 | </ProjectReference>
|
---|
214 | <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
|
---|
215 | <Project>{dbecb8b0-b166-4133-baf1-ed67c3fd7fca}</Project>
|
---|
216 | <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
|
---|
217 | <Private>False</Private>
|
---|
218 | </ProjectReference>
|
---|
219 | <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
|
---|
220 | <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
|
---|
221 | <Name>HeuristicLab.Operators-3.3</Name>
|
---|
222 | <Private>False</Private>
|
---|
223 | </ProjectReference>
|
---|
224 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
225 | <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
|
---|
226 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
227 | <Private>False</Private>
|
---|
228 | </ProjectReference>
|
---|
229 | <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
|
---|
230 | <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
|
---|
231 | <Name>HeuristicLab.Parameters-3.3</Name>
|
---|
232 | <Private>False</Private>
|
---|
233 | </ProjectReference>
|
---|
234 | <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
|
---|
235 | <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project>
|
---|
236 | <Name>HeuristicLab.Persistence-3.3</Name>
|
---|
237 | <Private>False</Private>
|
---|
238 | </ProjectReference>
|
---|
239 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
240 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
241 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
242 | <Private>False</Private>
|
---|
243 | </ProjectReference>
|
---|
244 | <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
|
---|
245 | <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
|
---|
246 | <Name>HeuristicLab.Problems.Instances-3.3</Name>
|
---|
247 | <Private>False</Private>
|
---|
248 | </ProjectReference>
|
---|
249 | <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
|
---|
250 | <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
|
---|
251 | <Name>HeuristicLab.Random-3.3</Name>
|
---|
252 | <Private>False</Private>
|
---|
253 | </ProjectReference>
|
---|
254 | </ItemGroup>
|
---|
255 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
256 | <PropertyGroup>
|
---|
257 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
258 | set ProjectDir=$(ProjectDir)
|
---|
259 | set SolutionDir=$(SolutionDir)
|
---|
260 | set Outdir=$(Outdir)
|
---|
261 |
|
---|
262 | call PreBuildEvent.cmd
|
---|
263 | </PreBuildEvent>
|
---|
264 | </PropertyGroup>
|
---|
265 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
266 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
267 | <Target Name="BeforeBuild">
|
---|
268 | </Target>
|
---|
269 | <Target Name="AfterBuild">
|
---|
270 | </Target>
|
---|
271 | -->
|
---|
272 | </Project> |
---|