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 | </PropertyGroup>
|
---|
26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
27 | <DebugType>pdbonly</DebugType>
|
---|
28 | <Optimize>true</Optimize>
|
---|
29 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
30 | <DefineConstants>TRACE</DefineConstants>
|
---|
31 | <ErrorReport>prompt</ErrorReport>
|
---|
32 | <WarningLevel>4</WarningLevel>
|
---|
33 | </PropertyGroup>
|
---|
34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
35 | <DebugSymbols>true</DebugSymbols>
|
---|
36 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
37 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
38 | <DebugType>full</DebugType>
|
---|
39 | <PlatformTarget>x64</PlatformTarget>
|
---|
40 | <ErrorReport>prompt</ErrorReport>
|
---|
41 | </PropertyGroup>
|
---|
42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
43 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
44 | <DefineConstants>TRACE</DefineConstants>
|
---|
45 | <Optimize>true</Optimize>
|
---|
46 | <DebugType>pdbonly</DebugType>
|
---|
47 | <PlatformTarget>x64</PlatformTarget>
|
---|
48 | <ErrorReport>prompt</ErrorReport>
|
---|
49 | <Prefer32Bit>false</Prefer32Bit>
|
---|
50 | </PropertyGroup>
|
---|
51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
52 | <DebugSymbols>true</DebugSymbols>
|
---|
53 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
54 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
55 | <DebugType>full</DebugType>
|
---|
56 | <PlatformTarget>x86</PlatformTarget>
|
---|
57 | <ErrorReport>prompt</ErrorReport>
|
---|
58 | </PropertyGroup>
|
---|
59 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
60 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
61 | <DefineConstants>TRACE</DefineConstants>
|
---|
62 | <Optimize>true</Optimize>
|
---|
63 | <DebugType>pdbonly</DebugType>
|
---|
64 | <PlatformTarget>x86</PlatformTarget>
|
---|
65 | <ErrorReport>prompt</ErrorReport>
|
---|
66 | </PropertyGroup>
|
---|
67 | <PropertyGroup>
|
---|
68 | <SignAssembly>true</SignAssembly>
|
---|
69 | </PropertyGroup>
|
---|
70 | <PropertyGroup>
|
---|
71 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
72 | </PropertyGroup>
|
---|
73 | <ItemGroup>
|
---|
74 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
75 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
76 | <Private>False</Private>
|
---|
77 | </Reference>
|
---|
78 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
79 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
80 | <Private>False</Private>
|
---|
81 | </Reference>
|
---|
82 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
83 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
84 | <Private>False</Private>
|
---|
85 | </Reference>
|
---|
86 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
87 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
88 | <Private>False</Private>
|
---|
89 | </Reference>
|
---|
90 | <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
|
---|
91 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
|
---|
92 | <Private>False</Private>
|
---|
93 | </Reference>
|
---|
94 | <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
|
---|
95 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
|
---|
96 | <Private>False</Private>
|
---|
97 | </Reference>
|
---|
98 | <Reference Include="HeuristicLab.Operators-3.3">
|
---|
99 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
100 | <Private>False</Private>
|
---|
101 | </Reference>
|
---|
102 | <Reference Include="HeuristicLab.Optimization-3.3">
|
---|
103 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
104 | <Private>False</Private>
|
---|
105 | </Reference>
|
---|
106 | <Reference Include="HeuristicLab.Parameters-3.3">
|
---|
107 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
108 | <Private>False</Private>
|
---|
109 | </Reference>
|
---|
110 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
111 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
112 | <Private>False</Private>
|
---|
113 | </Reference>
|
---|
114 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
115 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
116 | <Private>False</Private>
|
---|
117 | </Reference>
|
---|
118 | <Reference Include="HeuristicLab.Problems.Instances-3.3">
|
---|
119 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
|
---|
120 | <Private>False</Private>
|
---|
121 | </Reference>
|
---|
122 | <Reference Include="HeuristicLab.Random-3.3">
|
---|
123 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
124 | <Private>False</Private>
|
---|
125 | </Reference>
|
---|
126 | <Reference Include="System" />
|
---|
127 | <Reference Include="System.Core" />
|
---|
128 | <Reference Include="System.Drawing" />
|
---|
129 | <Reference Include="System.IO.Compression" />
|
---|
130 | <Reference Include="System.Windows.Forms" />
|
---|
131 | </ItemGroup>
|
---|
132 | <ItemGroup>
|
---|
133 | <Compile Include="2D\BinPacking2D.cs" />
|
---|
134 | <Compile Include="2D\Evaluators\BinUtilizationEvaluator.cs" />
|
---|
135 | <Compile Include="2D\Evaluators\PackingRatioEvaluator.cs" />
|
---|
136 | <Compile Include="2D\Instances\BPPData.cs" />
|
---|
137 | <Compile Include="2D\Instances\RandomDataDescriptor.cs" />
|
---|
138 | <Compile Include="2D\Instances\RandomInstanceProvider.cs" />
|
---|
139 | <Compile Include="2D\IntegerVectorEncoding\BottomLeftIntegerVectorDecoder.cs" />
|
---|
140 | <Compile Include="2D\IntegerVectorEncoding\ExtremePointIntegerVectorDecoder.cs" />
|
---|
141 | <Compile Include="2D\IntegerVectorEncoding\IntegerVectorDecoderBase.cs" />
|
---|
142 | <Compile Include="2D\IntegerVectorEncoding\IntegerVectorProblem.cs" />
|
---|
143 | <Compile Include="2D\Interfaces\IDecoder.cs" />
|
---|
144 | <Compile Include="2D\Interfaces\IEvaluator.cs" />
|
---|
145 | <Compile Include="2D\Interfaces\IOperator.cs" />
|
---|
146 | <Compile Include="2D\MoveEvaluatorBase.cs" />
|
---|
147 | <Compile Include="2D\PackingItem.cs" />
|
---|
148 | <Compile Include="2D\PackingPosition.cs" />
|
---|
149 | <Compile Include="2D\PackingShape.cs" />
|
---|
150 | <Compile Include="2D\PermutationEncoding\BottomLeftPermutationDecoder.cs" />
|
---|
151 | <Compile Include="2D\PermutationEncoding\ExtremePointPermutationDecoder.cs" />
|
---|
152 | <Compile Include="2D\PermutationEncoding\PermutationProblem.cs" />
|
---|
153 | <Compile Include="2D\PermutationEncoding\Swap2MoveEvaluator.cs" />
|
---|
154 | <Compile Include="2D\PermutationEncoding\TranslocationMoveEvaluator.cs" />
|
---|
155 | <Compile Include="2D\ProblemBase.cs" />
|
---|
156 | <Compile Include="2D\Solution.cs" />
|
---|
157 | <Compile Include="3D\BestFitHeuristic.cs" />
|
---|
158 | <Compile Include="3D\BinPacking3D.cs" />
|
---|
159 | <Compile Include="3D\Evaluators\BinUtilizationEvaluator.cs" />
|
---|
160 | <Compile Include="3D\Evaluators\PackingRatioEvaluator.cs" />
|
---|
161 | <Compile Include="3D\Instances\ThreeDInstanceDescriptor.cs" />
|
---|
162 | <Compile Include="3D\Instances\BPPData.cs" />
|
---|
163 | <Compile Include="3D\Instances\RandomDataDescriptor.cs" />
|
---|
164 | <Compile Include="3D\Instances\RealisticInstanceProvider.cs" />
|
---|
165 | <Compile Include="3D\Instances\RandomInstanceProvider.cs" />
|
---|
166 | <Compile Include="3D\Instances\ThreeDInstanceParser.cs" />
|
---|
167 | <Compile Include="3D\IntegerVectorEncoding\BottomLeftIntegerVectorDecoder.cs" />
|
---|
168 | <Compile Include="3D\IntegerVectorEncoding\ExtremePointIntegerVectorDecoder.cs" />
|
---|
169 | <Compile Include="3D\IntegerVectorEncoding\IntegerVectorDecoderBase.cs" />
|
---|
170 | <Compile Include="3D\IntegerVectorEncoding\IntegerVectorProblem.cs" />
|
---|
171 | <Compile Include="3D\Interfaces\IDecoder.cs" />
|
---|
172 | <Compile Include="3D\Interfaces\IEvaluator.cs" />
|
---|
173 | <Compile Include="3D\Interfaces\IOperator.cs" />
|
---|
174 | <Compile Include="3D\MoveEvaluatorBase.cs" />
|
---|
175 | <Compile Include="3D\PackingItem.cs" />
|
---|
176 | <Compile Include="3D\PackingPosition.cs" />
|
---|
177 | <Compile Include="3D\PackingShape.cs" />
|
---|
178 | <Compile Include="3D\PermutationEncoding\BottomLeftPermutationDecoder.cs" />
|
---|
179 | <Compile Include="3D\PermutationEncoding\ExtremePointPermutationDecoder.cs" />
|
---|
180 | <Compile Include="3D\PermutationEncoding\PermutationProblem.cs" />
|
---|
181 | <Compile Include="3D\PermutationEncoding\Swap2MoveEvaluator.cs" />
|
---|
182 | <Compile Include="3D\PermutationEncoding\TranslocationMoveEvaluator.cs" />
|
---|
183 | <Compile Include="3D\ProblemBase.cs" />
|
---|
184 | <Compile Include="3D\Solution.cs" />
|
---|
185 | <Compile Include="BinPacking.cs" />
|
---|
186 | <Compile Include="Interfaces\IPackingItem.cs">
|
---|
187 | <SubType>Code</SubType>
|
---|
188 | </Compile>
|
---|
189 | <Compile Include="Interfaces\IPackingPosition.cs">
|
---|
190 | <SubType>Code</SubType>
|
---|
191 | </Compile>
|
---|
192 | <Compile Include="Interfaces\IPackingShape.cs">
|
---|
193 | <SubType>Code</SubType>
|
---|
194 | </Compile>
|
---|
195 | <Compile Include="PackingPlan.cs" />
|
---|
196 | <Compile Include="PackingPosition.cs" />
|
---|
197 | <Compile Include="PackingShape.cs" />
|
---|
198 | <Compile Include="Plugin.cs" />
|
---|
199 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
200 | </ItemGroup>
|
---|
201 | <ItemGroup>
|
---|
202 | <EmbeddedResource Include="3D\Instances\3D-Instances.zip" />
|
---|
203 | <None Include="HeuristicLab.snk" />
|
---|
204 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
205 | <None Include="Plugin.cs.frame" />
|
---|
206 | </ItemGroup>
|
---|
207 | <ItemGroup />
|
---|
208 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
209 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
210 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
211 | <Target Name="BeforeBuild">
|
---|
212 | </Target>
|
---|
213 | <Target Name="AfterBuild">
|
---|
214 | </Target>
|
---|
215 | -->
|
---|
216 | <PropertyGroup>
|
---|
217 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
218 | set ProjectDir=$(ProjectDir)
|
---|
219 | set SolutionDir=$(SolutionDir)
|
---|
220 | set Outdir=$(Outdir)
|
---|
221 |
|
---|
222 | call PreBuildEvent.cmd
|
---|
223 | </PreBuildEvent>
|
---|
224 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
225 | export ProjectDir=$(ProjectDir)
|
---|
226 | export SolutionDir=$(SolutionDir)
|
---|
227 |
|
---|
228 | $SolutionDir/PreBuildEvent.sh
|
---|
229 | </PreBuildEvent>
|
---|
230 | </PropertyGroup>
|
---|
231 | </Project> |
---|