Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2762:

  • Changed ItemName of ExtremePointAlgorithm
  • Added project references
File size: 11.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.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
75      <SpecificVersion>False</SpecificVersion>
76      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
77      <Private>False</Private>
78    </Reference>
79    <Reference Include="HeuristicLab.Collections-3.3">
80      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
81      <Private>False</Private>
82    </Reference>
83    <Reference Include="HeuristicLab.Common-3.3">
84      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
85      <Private>False</Private>
86    </Reference>
87    <Reference Include="HeuristicLab.Core-3.3">
88      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
89      <Private>False</Private>
90    </Reference>
91    <Reference Include="HeuristicLab.Data-3.3">
92      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
93      <Private>False</Private>
94    </Reference>
95    <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
96      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
97      <Private>False</Private>
98    </Reference>
99    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
100      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
101      <Private>False</Private>
102    </Reference>
103    <Reference Include="HeuristicLab.Operators-3.3">
104      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
105      <Private>False</Private>
106    </Reference>
107    <Reference Include="HeuristicLab.Optimization-3.3">
108      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
109      <Private>False</Private>
110    </Reference>
111    <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
112      <SpecificVersion>False</SpecificVersion>
113      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
114      <Private>False</Private>
115    </Reference>
116    <Reference Include="HeuristicLab.Parameters-3.3">
117      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
118      <Private>False</Private>
119    </Reference>
120    <Reference Include="HeuristicLab.Persistence-3.3">
121      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
122      <Private>False</Private>
123    </Reference>
124    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
125      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
126      <Private>False</Private>
127    </Reference>
128    <Reference Include="HeuristicLab.Problems.Instances-3.3">
129      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
130      <Private>False</Private>
131    </Reference>
132    <Reference Include="HeuristicLab.Random-3.3">
133      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
134      <Private>False</Private>
135    </Reference>
136    <Reference Include="System" />
137    <Reference Include="System.Core" />
138    <Reference Include="System.Drawing" />
139    <Reference Include="System.IO.Compression" />
140    <Reference Include="System.Windows.Forms" />
141  </ItemGroup>
142  <ItemGroup>
143    <Compile Include="2D\BinPacking2D.cs" />
144    <Compile Include="2D\Evaluators\BinUtilizationEvaluator.cs" />
145    <Compile Include="2D\Evaluators\PackingRatioEvaluator.cs" />
146    <Compile Include="2D\Instances\BPPData.cs" />
147    <Compile Include="2D\Instances\RandomDataDescriptor.cs" />
148    <Compile Include="2D\Instances\RandomInstanceProvider.cs" />
149    <Compile Include="2D\IntegerVectorEncoding\BottomLeftIntegerVectorDecoder.cs" />
150    <Compile Include="2D\IntegerVectorEncoding\ExtremePointIntegerVectorDecoder.cs" />
151    <Compile Include="2D\IntegerVectorEncoding\IntegerVectorDecoderBase.cs" />
152    <Compile Include="2D\IntegerVectorEncoding\IntegerVectorProblem.cs" />
153    <Compile Include="2D\Interfaces\IDecoder.cs" />
154    <Compile Include="2D\Interfaces\IEvaluator.cs" />
155    <Compile Include="2D\Interfaces\IOperator.cs" />
156    <Compile Include="2D\MoveEvaluatorBase.cs" />
157    <Compile Include="2D\PackingItem.cs" />
158    <Compile Include="2D\PackingPosition.cs" />
159    <Compile Include="2D\PackingShape.cs" />
160    <Compile Include="2D\PermutationEncoding\BottomLeftPermutationDecoder.cs" />
161    <Compile Include="2D\PermutationEncoding\ExtremePointPermutationDecoder.cs" />
162    <Compile Include="2D\PermutationEncoding\PermutationProblem.cs" />
163    <Compile Include="2D\PermutationEncoding\Swap2MoveEvaluator.cs" />
164    <Compile Include="2D\PermutationEncoding\TranslocationMoveEvaluator.cs" />
165    <Compile Include="2D\ProblemBase.cs" />
166    <Compile Include="2D\Solution.cs" />
167    <Compile Include="3D\BinPacking3D.cs" />
168    <Compile Include="3D\Evaluators\BinUtilizationEvaluator.cs" />
169    <Compile Include="3D\Evaluators\PackingRatioEvaluator.cs" />
170    <Compile Include="Algorithms\3D\ExtremePointAlgorithm.cs" />
171    <Compile Include="3D\Instances\ThreeDInstanceDescriptor.cs" />
172    <Compile Include="3D\Instances\BPPData.cs" />
173    <Compile Include="3D\Instances\RandomDataDescriptor.cs" />
174    <Compile Include="3D\Instances\RealisticInstanceProvider.cs" />
175    <Compile Include="3D\Instances\RandomInstanceProvider.cs" />
176    <Compile Include="3D\Instances\ThreeDInstanceParser.cs" />
177    <Compile Include="3D\IntegerVectorEncoding\BottomLeftIntegerVectorDecoder.cs" />
178    <Compile Include="3D\IntegerVectorEncoding\ExtremePointIntegerVectorDecoder.cs" />
179    <Compile Include="3D\IntegerVectorEncoding\IntegerVectorDecoderBase.cs" />
180    <Compile Include="3D\IntegerVectorEncoding\IntegerVectorProblem.cs" />
181    <Compile Include="3D\Interfaces\IDecoder.cs" />
182    <Compile Include="3D\Interfaces\IEvaluator.cs" />
183    <Compile Include="3D\Interfaces\IOperator.cs" />
184    <Compile Include="3D\MoveEvaluatorBase.cs" />
185    <Compile Include="3D\PackingItem.cs" />
186    <Compile Include="3D\PackingPosition.cs" />
187    <Compile Include="3D\PackingShape.cs" />
188    <Compile Include="3D\PermutationEncoding\BottomLeftPermutationDecoder.cs" />
189    <Compile Include="3D\PermutationEncoding\ResidualSpaceBestFitExtremePointPermutationDecoder.cs" />
190    <Compile Include="3D\PermutationEncoding\FreeVolumeBestFitExtremePointPermutationDecoder.cs" />
191    <Compile Include="3D\PermutationEncoding\ExtremePointPermutationDecoderBase.cs" />
192    <Compile Include="3D\PermutationEncoding\ExtremePointPermutationDecoder.cs" />
193    <Compile Include="3D\PermutationEncoding\PermutationProblem.cs" />
194    <Compile Include="3D\PermutationEncoding\Swap2MoveEvaluator.cs" />
195    <Compile Include="3D\PermutationEncoding\TranslocationMoveEvaluator.cs" />
196    <Compile Include="3D\ProblemBase.cs" />
197    <Compile Include="3D\Solution.cs" />
198    <Compile Include="BinPacking.cs" />
199    <Compile Include="Interfaces\IPackingItem.cs">
200      <SubType>Code</SubType>
201    </Compile>
202    <Compile Include="Interfaces\IPackingPosition.cs">
203      <SubType>Code</SubType>
204    </Compile>
205    <Compile Include="Interfaces\IPackingShape.cs">
206      <SubType>Code</SubType>
207    </Compile>
208    <Compile Include="PackingPlan.cs" />
209    <Compile Include="PackingPosition.cs" />
210    <Compile Include="PackingShape.cs" />
211    <Compile Include="Plugin.cs" />
212    <Compile Include="Properties\AssemblyInfo.cs" />
213  </ItemGroup>
214  <ItemGroup>
215    <EmbeddedResource Include="3D\Instances\3D-Instances.zip" />
216    <None Include="HeuristicLab.snk" />
217    <None Include="Properties\AssemblyInfo.cs.frame" />
218    <None Include="Plugin.cs.frame" />
219  </ItemGroup>
220  <ItemGroup />
221  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
222  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
223       Other similar extension points exist, see Microsoft.Common.targets.
224  <Target Name="BeforeBuild">
225  </Target>
226  <Target Name="AfterBuild">
227  </Target>
228  -->
229  <PropertyGroup>
230    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
231set ProjectDir=$(ProjectDir)
232set SolutionDir=$(SolutionDir)
233set Outdir=$(Outdir)
234
235call PreBuildEvent.cmd
236</PreBuildEvent>
237    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
238export ProjectDir=$(ProjectDir)
239export SolutionDir=$(SolutionDir)
240
241$SolutionDir/PreBuildEvent.sh
242</PreBuildEvent>
243  </PropertyGroup>
244</Project>
Note: See TracBrowser for help on using the repository browser.