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="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
112 | <Private>False</Private>
|
---|
113 | </Reference>
|
---|
114 | <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
115 | <Private>False</Private>
|
---|
116 | </Reference>
|
---|
117 | <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
118 | <Private>False</Private>
|
---|
119 | </Reference>
|
---|
120 | <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
121 | <Private>False</Private>
|
---|
122 | </Reference>
|
---|
123 | <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
124 | <SpecificVersion>False</SpecificVersion>
|
---|
125 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
|
---|
126 | </Reference>
|
---|
127 | <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
128 | <Private>False</Private>
|
---|
129 | </Reference>
|
---|
130 | <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
131 | <Private>False</Private>
|
---|
132 | </Reference>
|
---|
133 | <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
134 | <Private>False</Private>
|
---|
135 | </Reference>
|
---|
136 | <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
137 | <SpecificVersion>False</SpecificVersion>
|
---|
138 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
|
---|
139 | </Reference>
|
---|
140 | <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
141 | <Private>False</Private>
|
---|
142 | </Reference>
|
---|
143 | <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
144 | <Private>False</Private>
|
---|
145 | </Reference>
|
---|
146 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
147 | <Private>False</Private>
|
---|
148 | </Reference>
|
---|
149 | <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
150 | <SpecificVersion>False</SpecificVersion>
|
---|
151 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
|
---|
152 | </Reference>
|
---|
153 | <Reference Include="System" />
|
---|
154 | <Reference Include="System.Core" />
|
---|
155 | <Reference Include="System.Drawing" />
|
---|
156 | <Reference Include="System.IO.Compression" />
|
---|
157 | <Reference Include="System.Windows.Forms" />
|
---|
158 | </ItemGroup>
|
---|
159 | <ItemGroup>
|
---|
160 | <Compile Include="Analyzers\BestBinPackingSolutionAnalyzer.cs" />
|
---|
161 | <Compile Include="Analyzers\BinPackingAnalyzer.cs" />
|
---|
162 | <Compile Include="Encodings\PackingPlans\BinPacking.cs" />
|
---|
163 | <Compile Include="Encodings\PackingPlans\PackingPlan.cs" />
|
---|
164 | <Compile Include="Encodings\PackingSolutionCreator.cs" />
|
---|
165 | <Compile Include="Encodings\PackingSolutionCrossover.cs" />
|
---|
166 | <Compile Include="Encodings\PackingSolutionManipulator.cs" />
|
---|
167 | <Compile Include="Evaluators\BinUtilizationEvaluator.cs" />
|
---|
168 | <Compile Include="Evaluators\DecodingEvaluator.cs" />
|
---|
169 | <Compile Include="Evaluators\EvaluatorBase.cs" />
|
---|
170 | <Compile Include="Evaluators\PackingRatioEvaluator.cs" />
|
---|
171 | <Compile Include="Interfaces\IDecodingEvaluator.cs" />
|
---|
172 | <Compile Include="Interfaces\IEvaluator.cs" />
|
---|
173 | <Compile Include="Interfaces\IPackingPosition.cs" />
|
---|
174 | <Compile Include="Interfaces\IPackingSequenceMoveOperator.cs" />
|
---|
175 | <Compile Include="Interfaces\IPackingMove.cs" />
|
---|
176 | <Compile Include="Interfaces\IMultiComponentVectorMoveOperator.cs" />
|
---|
177 | <Compile Include="Interfaces\IGroupingVectorMoveOperator.cs" />
|
---|
178 | <Compile Include="Interfaces\IMultiComponentVectorOperator.cs" />
|
---|
179 | <Compile Include="Interfaces\IGroupingVectorOperator.cs" />
|
---|
180 | <Compile Include="Interfaces\IPackingMoveEvaluator.cs" />
|
---|
181 | <Compile Include="Interfaces\IPackingOperator.cs" />
|
---|
182 | <Compile Include="Interfaces\IPackingSolutionManipulator.cs" />
|
---|
183 | <Compile Include="Interfaces\IPackingSequenceOperator.cs" />
|
---|
184 | <Compile Include="Interfaces\IPackingSolutionCrossover.cs" />
|
---|
185 | <Compile Include="Interfaces\IPackingSolutionEncoding.cs" />
|
---|
186 | <Compile Include="Interfaces\IPackingSolutionCreator.cs" />
|
---|
187 | <Compile Include="Interfaces\IPackingSolutionDecoder.cs" />
|
---|
188 | <Compile Include="Interfaces\IPackingShape.cs" />
|
---|
189 | <Compile Include="PackingDimensions.cs" />
|
---|
190 | <Compile Include="PackingMoveEvaluator.cs" />
|
---|
191 | <Compile Include="Interfaces\IPackingItem.cs" />
|
---|
192 | <Compile Include="Interfaces\IPackingPlan.cs" />
|
---|
193 | <Compile Include="PackingShape.cs" />
|
---|
194 | <Compile Include="PackingSolutionDecoder.cs" />
|
---|
195 | <Compile Include="Plugin.cs" />
|
---|
196 | <Compile Include="PackingSequenceProblem.cs" />
|
---|
197 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
198 | </ItemGroup>
|
---|
199 | <ItemGroup>
|
---|
200 | <None Include="HeuristicLab.snk" />
|
---|
201 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
202 | <None Include="Plugin.cs.frame" />
|
---|
203 | </ItemGroup>
|
---|
204 | <ItemGroup />
|
---|
205 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
206 | <PropertyGroup>
|
---|
207 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
208 | set ProjectDir=$(ProjectDir)
|
---|
209 | set SolutionDir=$(SolutionDir)
|
---|
210 | set Outdir=$(Outdir)
|
---|
211 |
|
---|
212 | call PreBuildEvent.cmd
|
---|
213 | </PreBuildEvent>
|
---|
214 | </PropertyGroup>
|
---|
215 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
216 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
217 | <Target Name="BeforeBuild">
|
---|
218 | </Target>
|
---|
219 | <Target Name="AfterBuild">
|
---|
220 | </Target>
|
---|
221 | -->
|
---|
222 | </Project> |
---|