Free cookie consent management tool by TermsFeed Policy Generator

source: branches/BinPackingExtension/HeuristicLab.Problems.BinPacking/3.3/HeuristicLab.Problems.BinPacking-3.3.csproj @ 14838

Last change on this file since 14838 was 14838, checked in by abeham, 7 years ago

Added some benchmark instances

File size: 10.8 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>{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\BinPacking3D.cs" />
158    <Compile Include="3D\Evaluators\BinUtilizationEvaluator.cs" />
159    <Compile Include="3D\Evaluators\PackingRatioEvaluator.cs" />
160    <Compile Include="3D\Instances\ThreeDInstanceDescriptor.cs" />
161    <Compile Include="3D\Instances\BPPData.cs" />
162    <Compile Include="3D\Instances\RandomDataDescriptor.cs" />
163    <Compile Include="3D\Instances\RealisticInstanceProvider.cs" />
164    <Compile Include="3D\Instances\RandomInstanceProvider.cs" />
165    <Compile Include="3D\Instances\ThreeDInstanceParser.cs" />
166    <Compile Include="3D\IntegerVectorEncoding\BottomLeftIntegerVectorDecoder.cs" />
167    <Compile Include="3D\IntegerVectorEncoding\ExtremePointIntegerVectorDecoder.cs" />
168    <Compile Include="3D\IntegerVectorEncoding\IntegerVectorDecoderBase.cs" />
169    <Compile Include="3D\IntegerVectorEncoding\IntegerVectorProblem.cs" />
170    <Compile Include="3D\Interfaces\IDecoder.cs" />
171    <Compile Include="3D\Interfaces\IEvaluator.cs" />
172    <Compile Include="3D\Interfaces\IOperator.cs" />
173    <Compile Include="3D\MoveEvaluatorBase.cs" />
174    <Compile Include="3D\PackingItem.cs" />
175    <Compile Include="3D\PackingPosition.cs" />
176    <Compile Include="3D\PackingShape.cs" />
177    <Compile Include="3D\PermutationEncoding\BottomLeftPermutationDecoder.cs" />
178    <Compile Include="3D\PermutationEncoding\ExtremePointPermutationDecoder.cs" />
179    <Compile Include="3D\PermutationEncoding\PermutationProblem.cs" />
180    <Compile Include="3D\PermutationEncoding\Swap2MoveEvaluator.cs" />
181    <Compile Include="3D\PermutationEncoding\TranslocationMoveEvaluator.cs" />
182    <Compile Include="3D\ProblemBase.cs" />
183    <Compile Include="3D\Solution.cs" />
184    <Compile Include="BinPacking.cs" />
185    <Compile Include="Interfaces\IPackingItem.cs">
186      <SubType>Code</SubType>
187    </Compile>
188    <Compile Include="Interfaces\IPackingPosition.cs">
189      <SubType>Code</SubType>
190    </Compile>
191    <Compile Include="Interfaces\IPackingShape.cs">
192      <SubType>Code</SubType>
193    </Compile>
194    <Compile Include="PackingPlan.cs" />
195    <Compile Include="PackingPosition.cs" />
196    <Compile Include="PackingShape.cs" />
197    <Compile Include="Plugin.cs" />
198    <Compile Include="Properties\AssemblyInfo.cs" />
199  </ItemGroup>
200  <ItemGroup>
201    <EmbeddedResource Include="3D\Instances\3D-Instances.zip" />
202    <None Include="HeuristicLab.snk" />
203    <None Include="Properties\AssemblyInfo.cs.frame" />
204    <None Include="Plugin.cs.frame" />
205  </ItemGroup>
206  <ItemGroup />
207  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
208  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
209       Other similar extension points exist, see Microsoft.Common.targets.
210  <Target Name="BeforeBuild">
211  </Target>
212  <Target Name="AfterBuild">
213  </Target>
214  -->
215  <PropertyGroup>
216    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
217set ProjectDir=$(ProjectDir)
218set SolutionDir=$(SolutionDir)
219set Outdir=$(Outdir)
220
221call PreBuildEvent.cmd
222</PreBuildEvent>
223    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
224export ProjectDir=$(ProjectDir)
225export SolutionDir=$(SolutionDir)
226
227$SolutionDir/PreBuildEvent.sh
228</PreBuildEvent>
229  </PropertyGroup>
230</Project>
Note: See TracBrowser for help on using the repository browser.