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="BinPackingProblem.cs" />
|
---|
163 | <Compile Include="Encodings\GroupingVector\GroupingVectorSwap2Manipulator.cs" />
|
---|
164 | <Compile Include="Encodings\GroupingVector\GroupingVectorSinglePointCrossover.cs" />
|
---|
165 | <Compile Include="Encodings\GroupingVector\GroupingVectorDiscreteCrossover.cs" />
|
---|
166 | <Compile Include="Encodings\GroupingVector\Moves\GroupingMove.cs" />
|
---|
167 | <Compile Include="Encodings\GroupingVector\Moves\GroupingMoveAttribute.cs" />
|
---|
168 | <Compile Include="Encodings\GroupingVector\Moves\SwapGrouping\ExhaustiveSwapGroupingMoveGenerator.cs" />
|
---|
169 | <Compile Include="Encodings\GroupingVector\Moves\SwapGrouping\SwapGroupingMove.cs" />
|
---|
170 | <Compile Include="Encodings\GroupingVector\Moves\SwapGrouping\SwapGroupingMoveAttribute.cs" />
|
---|
171 | <Compile Include="Encodings\GroupingVector\Moves\SwapGrouping\SwapGroupingMoveGenerator.cs" />
|
---|
172 | <Compile Include="Encodings\GroupingVector\Moves\GroupingMoveMaker.cs" />
|
---|
173 | <Compile Include="Encodings\GroupingVector\Moves\GroupingTabuMaker.cs" />
|
---|
174 | <Compile Include="Encodings\GroupingVector\Moves\SwapGrouping\StochasticSwapGroupingMoveGenerator.cs" />
|
---|
175 | <Compile Include="Encodings\GroupingVector\Moves\GroupingMoveSoftTabuCriterion.cs" />
|
---|
176 | <Compile Include="Encodings\GroupingVector\Moves\ChangeGrouping\ExhaustiveChangeGroupingMoveGenerator.cs" />
|
---|
177 | <Compile Include="Encodings\GroupingVector\Moves\ChangeGrouping\ChangeGroupingMove.cs" />
|
---|
178 | <Compile Include="Encodings\GroupingVector\Moves\ChangeGrouping\ChangeGroupingMoveAttribute.cs" />
|
---|
179 | <Compile Include="Encodings\GroupingVector\Moves\ChangeGrouping\ChangeGroupingMoveGenerator.cs" />
|
---|
180 | <Compile Include="Encodings\GroupingVector\Moves\GroupingMoveHardTabuCriterion.cs" />
|
---|
181 | <Compile Include="Encodings\GroupingVector\Moves\ChangeGrouping\StochasticChangeGroupingMoveGenerator.cs" />
|
---|
182 | <Compile Include="Encodings\GroupingVector\GroupingVectorOnePositionManipulator.cs" />
|
---|
183 | <Compile Include="Encodings\GroupingVector\GroupingVectorCrossover.cs" />
|
---|
184 | <Compile Include="Encodings\GroupingVector\GroupingVectorEncoding.cs" />
|
---|
185 | <Compile Include="Encodings\GroupingVector\GroupingVectorManipulator.cs" />
|
---|
186 | <Compile Include="Encodings\GroupingVector\GroupingVectorRandomCreator.cs" />
|
---|
187 | <Compile Include="Encodings\MultiComponentVector\SequenceBasedMultiComponentVectorCrossover.cs" />
|
---|
188 | <Compile Include="Encodings\MultiComponentVector\BinBasedMultiComponentVectorCrossover.cs" />
|
---|
189 | <Compile Include="Encodings\MultiComponentVector\Moves\Multi\Attributes\ChangePositionMoveAttribute.cs" />
|
---|
190 | <Compile Include="Encodings\MultiComponentVector\Moves\Triple\Attributes\MCVTripleMoveAttribute.cs" />
|
---|
191 | <Compile Include="Encodings\MultiComponentVector\Moves\Multi\Attributes\SwapPositionMoveAttribute.cs" />
|
---|
192 | <Compile Include="Encodings\MultiComponentVector\Moves\Multi\Attributes\SingleGroupingMoveAttribute.cs" />
|
---|
193 | <Compile Include="Encodings\MultiComponentVector\Moves\MultiComponentVectorMoveAttribute.cs" />
|
---|
194 | <Compile Include="Encodings\MultiComponentVector\Moves\Multi\Attributes\SingleItemRotationMoveAttribute.cs" />
|
---|
195 | <Compile Include="Encodings\MultiComponentVector\Moves\Triple\StochasticMCVTripleMoveGenerator.cs" />
|
---|
196 | <Compile Include="Encodings\MultiComponentVector\Moves\Triple\ExhaustiveMCVTripleMoveGenerator.cs" />
|
---|
197 | <Compile Include="Encodings\MultiComponentVector\Moves\Multi\Moves\ChangePositionMove.cs" />
|
---|
198 | <Compile Include="Encodings\MultiComponentVector\Moves\Triple\Moves\MCVTripleMove.cs" />
|
---|
199 | <Compile Include="Encodings\MultiComponentVector\Moves\MultiComponentVectorMoveHardTabuCriterion.cs" />
|
---|
200 | <Compile Include="Encodings\MultiComponentVector\Moves\MultiComponentVectorMove.cs" />
|
---|
201 | <Compile Include="Encodings\MultiComponentVector\Moves\Multi\Moves\SwapPositionMove.cs" />
|
---|
202 | <Compile Include="Encodings\MultiComponentVector\Moves\Multi\Moves\SingleItemRotationMove.cs" />
|
---|
203 | <Compile Include="Encodings\MultiComponentVector\Moves\Multi\ExhaustiveMultiComponentVectorMoveGenerator.cs" />
|
---|
204 | <Compile Include="Encodings\MultiComponentVector\Moves\Multi\Moves\SingleGroupingMove.cs" />
|
---|
205 | <Compile Include="Encodings\MultiComponentVector\Moves\MultiComponentVectorMoveGenerator.cs" />
|
---|
206 | <Compile Include="Encodings\MultiComponentVector\Moves\MultiComponentVectorMoveSoftTabuCriterion.cs" />
|
---|
207 | <Compile Include="Encodings\MultiComponentVector\Moves\MultiComponentVectorMoveMaker.cs" />
|
---|
208 | <Compile Include="Encodings\MultiComponentVector\Moves\MultiComponentVectorTabuMaker.cs" />
|
---|
209 | <Compile Include="Encodings\MultiComponentVector\Moves\Multi\StochasticMultiComponentVectorMoveGenerator.cs" />
|
---|
210 | <Compile Include="Encodings\MultiComponentVector\MultiComponentVectorEncoding.cs">
|
---|
211 | <SubType>Code</SubType>
|
---|
212 | </Compile>
|
---|
213 | <Compile Include="Encodings\MultiComponentVector\MultiComponentVectorCrossover.cs" />
|
---|
214 | <Compile Include="Encodings\MultiComponentVector\MultiComponentVectorManipulator.cs" />
|
---|
215 | <Compile Include="Encodings\MultiComponentVector\MultiComponentVectorRandomCreator.cs" />
|
---|
216 | <Compile Include="Encodings\MultiComponentVector\ThreeWayMultiComponentVectorManipulator.cs" />
|
---|
217 | <Compile Include="Encodings\PackingPlans\BinPacking.cs" />
|
---|
218 | <Compile Include="Encodings\PackingPlans\PackingPlan.cs" />
|
---|
219 | <Compile Include="Encodings\PackingSequence\IPackingSequenceCreator.cs" />
|
---|
220 | <Compile Include="Encodings\PackingSequence\Moves\Insertion\ExhaustiveInsertionMoveGenerator.cs" />
|
---|
221 | <Compile Include="Encodings\PackingSequence\Moves\Insertion\StochasticInsertionMoveGenerator.cs" />
|
---|
222 | <Compile Include="Encodings\PackingSequence\Moves\Insertion\InsertionMove.cs" />
|
---|
223 | <Compile Include="Encodings\PackingSequence\Moves\Insertion\InsertionMoveAttribute.cs" />
|
---|
224 | <Compile Include="Encodings\PackingSequence\Moves\Insertion\InsertionMoveGenerator.cs" />
|
---|
225 | <Compile Include="Encodings\PackingSequence\PackingSequence.cs" />
|
---|
226 | <Compile Include="Encodings\PackingSequence\PackingSequenceInversionManipulator.cs" />
|
---|
227 | <Compile Include="Encodings\PackingSequence\PackingSequencePartiallyMatchedCrossover.cs" />
|
---|
228 | <Compile Include="Encodings\PackingSequence\PackingSequenceOrderCrossover.cs" />
|
---|
229 | <Compile Include="Encodings\PackingSequence\Moves\SequenceMove.cs" />
|
---|
230 | <Compile Include="Encodings\PackingSequence\Moves\SequenceMoveAttribute.cs" />
|
---|
231 | <Compile Include="Encodings\PackingSequence\Moves\GroupingMoveHardTabuCriterion.cs" />
|
---|
232 | <Compile Include="Encodings\PackingSequence\Moves\GroupingMoveMaker.cs" />
|
---|
233 | <Compile Include="Encodings\PackingSequence\Moves\GroupingMoveSoftTabuCriterion.cs" />
|
---|
234 | <Compile Include="Encodings\PackingSequence\Moves\SequenceTabuMaker.cs" />
|
---|
235 | <Compile Include="Encodings\PackingSequence\Moves\Swap2\ExhaustiveSwap2MoveGenerator.cs" />
|
---|
236 | <Compile Include="Encodings\PackingSequence\Moves\Swap2\StochasticSwap2MoveGenerator.cs" />
|
---|
237 | <Compile Include="Encodings\PackingSequence\Moves\Swap2\Swap2Move.cs" />
|
---|
238 | <Compile Include="Encodings\PackingSequence\Moves\Swap2\Swap2MoveAttribute.cs" />
|
---|
239 | <Compile Include="Encodings\PackingSequence\Moves\Swap2\Swap2MoveGenerator.cs" />
|
---|
240 | <Compile Include="Encodings\PackingSequence\PackingSequenceCrossover.cs">
|
---|
241 | <SubType>Code</SubType>
|
---|
242 | </Compile>
|
---|
243 | <Compile Include="Encodings\PackingSequence\PackingSequenceEncoding.cs">
|
---|
244 | <SubType>Code</SubType>
|
---|
245 | </Compile>
|
---|
246 | <Compile Include="Encodings\PackingSequence\PackingSequenceManipulator.cs">
|
---|
247 | <SubType>Code</SubType>
|
---|
248 | </Compile>
|
---|
249 | <Compile Include="Encodings\PackingSequence\PackingSequenceRandomCreator.cs" />
|
---|
250 | <Compile Include="Encodings\PackingSequence\PackingSequenceScrambleManipulator.cs" />
|
---|
251 | <Compile Include="Encodings\PackingSolutionCreator.cs" />
|
---|
252 | <Compile Include="Encodings\PackingSolutionCrossover.cs" />
|
---|
253 | <Compile Include="Encodings\PackingSolutionManipulator.cs" />
|
---|
254 | <Compile Include="Evaluators\BinUtilizationRegularIdenticalBinEvaluator.cs" />
|
---|
255 | <Compile Include="Evaluators\PackingPlanEvaluationAlgorithm.cs" />
|
---|
256 | <Compile Include="Evaluators\PackingPlanEvaluator.cs" />
|
---|
257 | <Compile Include="Evaluators\PackingRatioRegularIdenticalBinEvaluator.cs" />
|
---|
258 | <Compile Include="Evaluators\RegularSimpleRotationIdenticalBinPackingPlanEvaluator.cs" />
|
---|
259 | <Compile Include="Instances\BPPData.cs" />
|
---|
260 | <Compile Include="Instances\BPPInstanceProvider.cs" />
|
---|
261 | <Compile Include="Instances\BPPORLIBParser.cs" />
|
---|
262 | <Compile Include="Instances\BPPORLIBDataDescriptor.cs" />
|
---|
263 | <Compile Include="Instances\RealBPPData.cs" />
|
---|
264 | <Compile Include="Interfaces\IPackingSequenceMoveOperator.cs" />
|
---|
265 | <Compile Include="Interfaces\IPackingMove.cs" />
|
---|
266 | <Compile Include="Interfaces\IMultiComponentVectorMoveOperator.cs" />
|
---|
267 | <Compile Include="Interfaces\IGroupingVectorMoveOperator.cs" />
|
---|
268 | <Compile Include="Interfaces\IMultiComponentVectorOperator.cs" />
|
---|
269 | <Compile Include="Interfaces\IGroupingVectorOperator.cs" />
|
---|
270 | <Compile Include="Interfaces\IPackingMoveEvaluator.cs" />
|
---|
271 | <Compile Include="Interfaces\IPackingOperator.cs" />
|
---|
272 | <Compile Include="Interfaces\IPackingSolutionManipulator.cs" />
|
---|
273 | <Compile Include="Interfaces\IPackingSequenceOperator.cs" />
|
---|
274 | <Compile Include="Interfaces\IPackingSolutionCrossover.cs" />
|
---|
275 | <Compile Include="Interfaces\IPackingSolutionEncoding.cs" />
|
---|
276 | <Compile Include="Interfaces\IPackingSolutionCreator.cs" />
|
---|
277 | <Compile Include="Interfaces\IPackingSolutionDecoder.cs" />
|
---|
278 | <Compile Include="Interfaces\IPackingPlanEvaluationAlgorithm.cs" />
|
---|
279 | <Compile Include="Interfaces\IPackingPlanEvaluator.cs" />
|
---|
280 | <Compile Include="Interfaces\IPackingShape.cs" />
|
---|
281 | <Compile Include="Interfaces\IPackingDimensions.cs" />
|
---|
282 | <Compile Include="PackingDimensions.cs" />
|
---|
283 | <Compile Include="PackingMoveEvaluator.cs" />
|
---|
284 | <Compile Include="Interfaces\IRegularPackingShape.cs" />
|
---|
285 | <Compile Include="Interfaces\IPackingBin.cs" />
|
---|
286 | <Compile Include="Interfaces\IPackingItem.cs" />
|
---|
287 | <Compile Include="Interfaces\IPackingPlan.cs" />
|
---|
288 | <Compile Include="PackingShape.cs" />
|
---|
289 | <Compile Include="PackingSolutionDecoder.cs" />
|
---|
290 | <Compile Include="Plugin.cs" />
|
---|
291 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
292 | <Compile Include="RegularIdenticalBinPackingProblem.cs" />
|
---|
293 | </ItemGroup>
|
---|
294 | <ItemGroup>
|
---|
295 | <None Include="HeuristicLab.snk" />
|
---|
296 | <EmbeddedResource Include="Instances\Data\BPPORLIB.zip" />
|
---|
297 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
298 | <None Include="Plugin.cs.frame" />
|
---|
299 | </ItemGroup>
|
---|
300 | <ItemGroup />
|
---|
301 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
302 | <PropertyGroup>
|
---|
303 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
304 | set ProjectDir=$(ProjectDir)
|
---|
305 | set SolutionDir=$(SolutionDir)
|
---|
306 | set Outdir=$(Outdir)
|
---|
307 |
|
---|
308 | call PreBuildEvent.cmd
|
---|
309 | </PreBuildEvent>
|
---|
310 | </PropertyGroup>
|
---|
311 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
312 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
313 | <Target Name="BeforeBuild">
|
---|
314 | </Target>
|
---|
315 | <Target Name="AfterBuild">
|
---|
316 | </Target>
|
---|
317 | -->
|
---|
318 | </Project> |
---|