[8737] | 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>
|
---|
[9348] | 12 | <AssemblyName>HeuristicLab.Problems.BinPacking-3.3</AssemblyName>
|
---|
[13020] | 13 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
[8737] | 14 | <FileAlignment>512</FileAlignment>
|
---|
[13020] | 15 | <TargetFrameworkProfile />
|
---|
[8737] | 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>
|
---|
[13020] | 25 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[8737] | 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>
|
---|
[13020] | 34 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[8737] | 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>
|
---|
[13020] | 51 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[8737] | 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>
|
---|
[13020] | 68 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[8737] | 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>
|
---|
[13020] | 85 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[8737] | 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>
|
---|
[13020] | 102 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[8737] | 103 | </PropertyGroup>
|
---|
| 104 | <PropertyGroup>
|
---|
| 105 | <SignAssembly>true</SignAssembly>
|
---|
| 106 | </PropertyGroup>
|
---|
| 107 | <PropertyGroup>
|
---|
| 108 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 109 | </PropertyGroup>
|
---|
| 110 | <ItemGroup>
|
---|
[9348] | 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>
|
---|
[9440] | 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>
|
---|
[9348] | 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>
|
---|
[8737] | 153 | <Reference Include="System" />
|
---|
| 154 | <Reference Include="System.Core" />
|
---|
[13021] | 155 | <Reference Include="System.Drawing" />
|
---|
[9348] | 156 | <Reference Include="System.Windows.Forms" />
|
---|
[8737] | 157 | </ItemGroup>
|
---|
| 158 | <ItemGroup>
|
---|
[9348] | 159 | <Compile Include="Analyzers\BestBinPackingSolutionAnalyzer.cs" />
|
---|
| 160 | <Compile Include="Analyzers\BinPackingAnalyzer.cs" />
|
---|
[9440] | 161 | <Compile Include="Decoders\2D\BL\BottomLeftMultiComponentVectorDecoder.cs" />
|
---|
| 162 | <Compile Include="Decoders\2D\EP\ExtremePointGroupingVectorDecoder2D.cs" />
|
---|
| 163 | <Compile Include="Decoders\2D\EP\ExtremePointMultiComponentVectorDecoder2D.cs" />
|
---|
| 164 | <Compile Include="Decoders\2D\EP\ExtremePointPackingSequenceDecoder2D.cs" />
|
---|
| 165 | <Compile Include="Decoders\3D\EP\ExtremePointMultiComponentVectorDecoder3D.cs" />
|
---|
| 166 | <Compile Include="Decoders\3D\EP\ExtremePointGroupingVectorDecoder3D.cs" />
|
---|
| 167 | <Compile Include="Decoders\3D\EP\ExtremePointPackingSequenceDecoder3D.cs" />
|
---|
| 168 | <Compile Include="Decoders\3D\DBL\DeepestBottomLeftMultiComponentVectorDecoder.cs" />
|
---|
| 169 | <Compile Include="Decoders\3D\DBL\DeepestBottomLeftGroupingVectorDecoder.cs" />
|
---|
| 170 | <Compile Include="Decoders\2D\BL\BottomLeftGroupingVectorDecoder.cs" />
|
---|
| 171 | <Compile Include="Decoders\3D\DBL\DeepestBottomLeftPackingSequenceDecoder.cs" />
|
---|
| 172 | <Compile Include="Decoders\2D\BL\BottomLeftPackingSequenceDecoder.cs" />
|
---|
[9563] | 173 | <Compile Include="Decoders\3D\EP\ISOContainerMultiComponentVectorDecoder3D.cs" />
|
---|
[9495] | 174 | <Compile Include="Decoders\PackingSolutionDecoder.cs" />
|
---|
[9563] | 175 | <Compile Include="Encodings\GroupingVector\GroupingVectorSwap2Manipulator.cs" />
|
---|
| 176 | <Compile Include="Encodings\GroupingVector\GroupingVectorSinglePointCrossover.cs" />
|
---|
| 177 | <Compile Include="Encodings\GroupingVector\GroupingVectorDiscreteCrossover.cs" />
|
---|
| 178 | <Compile Include="Encodings\GroupingVector\Moves\GroupingMove.cs" />
|
---|
| 179 | <Compile Include="Encodings\GroupingVector\Moves\GroupingMoveAttribute.cs" />
|
---|
| 180 | <Compile Include="Encodings\GroupingVector\Moves\SwapGrouping\ExhaustiveSwapGroupingMoveGenerator.cs" />
|
---|
| 181 | <Compile Include="Encodings\GroupingVector\Moves\SwapGrouping\SwapGroupingMove.cs" />
|
---|
| 182 | <Compile Include="Encodings\GroupingVector\Moves\SwapGrouping\SwapGroupingMoveAttribute.cs" />
|
---|
| 183 | <Compile Include="Encodings\GroupingVector\Moves\SwapGrouping\SwapGroupingMoveGenerator.cs" />
|
---|
| 184 | <Compile Include="Encodings\GroupingVector\Moves\GroupingMoveMaker.cs" />
|
---|
| 185 | <Compile Include="Encodings\GroupingVector\Moves\GroupingTabuMaker.cs" />
|
---|
| 186 | <Compile Include="Encodings\GroupingVector\Moves\SwapGrouping\StochasticSwapGroupingMoveGenerator.cs" />
|
---|
| 187 | <Compile Include="Encodings\GroupingVector\Moves\GroupingMoveSoftTabuCriterion.cs" />
|
---|
| 188 | <Compile Include="Encodings\GroupingVector\Moves\ChangeGrouping\ExhaustiveChangeGroupingMoveGenerator.cs" />
|
---|
| 189 | <Compile Include="Encodings\GroupingVector\Moves\ChangeGrouping\ChangeGroupingMove.cs" />
|
---|
| 190 | <Compile Include="Encodings\GroupingVector\Moves\ChangeGrouping\ChangeGroupingMoveAttribute.cs" />
|
---|
| 191 | <Compile Include="Encodings\GroupingVector\Moves\ChangeGrouping\ChangeGroupingMoveGenerator.cs" />
|
---|
| 192 | <Compile Include="Encodings\GroupingVector\Moves\GroupingMoveHardTabuCriterion.cs" />
|
---|
| 193 | <Compile Include="Encodings\GroupingVector\Moves\ChangeGrouping\StochasticChangeGroupingMoveGenerator.cs" />
|
---|
| 194 | <Compile Include="Encodings\GroupingVector\GroupingVectorOnePositionManipulator.cs" />
|
---|
[9348] | 195 | <Compile Include="Encodings\GroupingVector\GroupingVectorCrossover.cs" />
|
---|
| 196 | <Compile Include="Encodings\GroupingVector\GroupingVectorEncoding.cs" />
|
---|
| 197 | <Compile Include="Encodings\GroupingVector\GroupingVectorManipulator.cs" />
|
---|
| 198 | <Compile Include="Encodings\GroupingVector\GroupingVectorRandomCreator.cs" />
|
---|
[9596] | 199 | <Compile Include="Encodings\MultiComponentVector\SequenceBasedMultiComponentVectorCrossover.cs" />
|
---|
[9563] | 200 | <Compile Include="Encodings\MultiComponentVector\BinBasedMultiComponentVectorCrossover.cs" />
|
---|
| 201 | <Compile Include="Encodings\MultiComponentVector\Moves\Multi\Attributes\ChangePositionMoveAttribute.cs" />
|
---|
| 202 | <Compile Include="Encodings\MultiComponentVector\Moves\Triple\Attributes\MCVTripleMoveAttribute.cs" />
|
---|
| 203 | <Compile Include="Encodings\MultiComponentVector\Moves\Multi\Attributes\SwapPositionMoveAttribute.cs" />
|
---|
| 204 | <Compile Include="Encodings\MultiComponentVector\Moves\Multi\Attributes\SingleGroupingMoveAttribute.cs" />
|
---|
| 205 | <Compile Include="Encodings\MultiComponentVector\Moves\MultiComponentVectorMoveAttribute.cs" />
|
---|
| 206 | <Compile Include="Encodings\MultiComponentVector\Moves\Multi\Attributes\SingleItemRotationMoveAttribute.cs" />
|
---|
| 207 | <Compile Include="Encodings\MultiComponentVector\Moves\Triple\StochasticMCVTripleMoveGenerator.cs" />
|
---|
| 208 | <Compile Include="Encodings\MultiComponentVector\Moves\Triple\ExhaustiveMCVTripleMoveGenerator.cs" />
|
---|
| 209 | <Compile Include="Encodings\MultiComponentVector\Moves\Multi\Moves\ChangePositionMove.cs" />
|
---|
| 210 | <Compile Include="Encodings\MultiComponentVector\Moves\Triple\Moves\MCVTripleMove.cs" />
|
---|
| 211 | <Compile Include="Encodings\MultiComponentVector\Moves\MultiComponentVectorMoveHardTabuCriterion.cs" />
|
---|
| 212 | <Compile Include="Encodings\MultiComponentVector\Moves\MultiComponentVectorMove.cs" />
|
---|
| 213 | <Compile Include="Encodings\MultiComponentVector\Moves\Multi\Moves\SwapPositionMove.cs" />
|
---|
| 214 | <Compile Include="Encodings\MultiComponentVector\Moves\Multi\Moves\SingleItemRotationMove.cs" />
|
---|
| 215 | <Compile Include="Encodings\MultiComponentVector\Moves\Multi\ExhaustiveMultiComponentVectorMoveGenerator.cs" />
|
---|
| 216 | <Compile Include="Encodings\MultiComponentVector\Moves\Multi\Moves\SingleGroupingMove.cs" />
|
---|
| 217 | <Compile Include="Encodings\MultiComponentVector\Moves\MultiComponentVectorMoveGenerator.cs" />
|
---|
| 218 | <Compile Include="Encodings\MultiComponentVector\Moves\MultiComponentVectorMoveSoftTabuCriterion.cs" />
|
---|
| 219 | <Compile Include="Encodings\MultiComponentVector\Moves\MultiComponentVectorMoveMaker.cs" />
|
---|
| 220 | <Compile Include="Encodings\MultiComponentVector\Moves\MultiComponentVectorTabuMaker.cs" />
|
---|
| 221 | <Compile Include="Encodings\MultiComponentVector\Moves\Multi\StochasticMultiComponentVectorMoveGenerator.cs" />
|
---|
[9473] | 222 | <Compile Include="Encodings\MultiComponentVector\MultiComponentVectorEncoding.cs">
|
---|
| 223 | <SubType>Code</SubType>
|
---|
| 224 | </Compile>
|
---|
[9440] | 225 | <Compile Include="Encodings\MultiComponentVector\MultiComponentVectorCrossover.cs" />
|
---|
| 226 | <Compile Include="Encodings\MultiComponentVector\MultiComponentVectorManipulator.cs" />
|
---|
| 227 | <Compile Include="Encodings\MultiComponentVector\MultiComponentVectorRandomCreator.cs" />
|
---|
| 228 | <Compile Include="Encodings\MultiComponentVector\ThreeWayMultiComponentVectorManipulator.cs" />
|
---|
[9596] | 229 | <Compile Include="Encodings\PackingPlans\BinPacking2D.cs" />
|
---|
| 230 | <Compile Include="Encodings\PackingPlans\BinPacking3D.cs" />
|
---|
| 231 | <Compile Include="Encodings\PackingPlans\BinPacking.cs" />
|
---|
[9440] | 232 | <Compile Include="Encodings\PackingPlans\PackingPlan.cs" />
|
---|
[9563] | 233 | <Compile Include="Encodings\PackingSequence\Moves\Insertion\ExhaustiveInsertionMoveGenerator.cs" />
|
---|
| 234 | <Compile Include="Encodings\PackingSequence\Moves\Insertion\StochasticInsertionMoveGenerator.cs" />
|
---|
| 235 | <Compile Include="Encodings\PackingSequence\Moves\Insertion\InsertionMove.cs" />
|
---|
| 236 | <Compile Include="Encodings\PackingSequence\Moves\Insertion\InsertionMoveAttribute.cs" />
|
---|
| 237 | <Compile Include="Encodings\PackingSequence\Moves\Insertion\InsertionMoveGenerator.cs" />
|
---|
[9593] | 238 | <Compile Include="Encodings\PackingSequence\PackingSequenceInversionManipulator.cs" />
|
---|
[9563] | 239 | <Compile Include="Encodings\PackingSequence\PackingSequencePartiallyMatchedCrossover.cs" />
|
---|
| 240 | <Compile Include="Encodings\PackingSequence\PackingSequenceOrderCrossover.cs" />
|
---|
| 241 | <Compile Include="Encodings\PackingSequence\Moves\SequenceMove.cs" />
|
---|
| 242 | <Compile Include="Encodings\PackingSequence\Moves\SequenceMoveAttribute.cs" />
|
---|
| 243 | <Compile Include="Encodings\PackingSequence\Moves\GroupingMoveHardTabuCriterion.cs" />
|
---|
| 244 | <Compile Include="Encodings\PackingSequence\Moves\GroupingMoveMaker.cs" />
|
---|
| 245 | <Compile Include="Encodings\PackingSequence\Moves\GroupingMoveSoftTabuCriterion.cs" />
|
---|
| 246 | <Compile Include="Encodings\PackingSequence\Moves\SequenceTabuMaker.cs" />
|
---|
| 247 | <Compile Include="Encodings\PackingSequence\Moves\Swap2\ExhaustiveSwap2MoveGenerator.cs" />
|
---|
| 248 | <Compile Include="Encodings\PackingSequence\Moves\Swap2\StochasticSwap2MoveGenerator.cs" />
|
---|
| 249 | <Compile Include="Encodings\PackingSequence\Moves\Swap2\Swap2Move.cs" />
|
---|
| 250 | <Compile Include="Encodings\PackingSequence\Moves\Swap2\Swap2MoveAttribute.cs" />
|
---|
| 251 | <Compile Include="Encodings\PackingSequence\Moves\Swap2\Swap2MoveGenerator.cs" />
|
---|
| 252 | <Compile Include="Encodings\PackingSequence\PackingSequenceCrossover.cs">
|
---|
| 253 | <SubType>Code</SubType>
|
---|
| 254 | </Compile>
|
---|
| 255 | <Compile Include="Encodings\PackingSequence\PackingSequenceEncoding.cs">
|
---|
| 256 | <SubType>Code</SubType>
|
---|
| 257 | </Compile>
|
---|
| 258 | <Compile Include="Encodings\PackingSequence\PackingSequenceManipulator.cs">
|
---|
| 259 | <SubType>Code</SubType>
|
---|
| 260 | </Compile>
|
---|
[9348] | 261 | <Compile Include="Encodings\PackingSequence\PackingSequenceRandomCreator.cs" />
|
---|
[9593] | 262 | <Compile Include="Encodings\PackingSequence\PackingSequenceScrambleManipulator.cs" />
|
---|
[9348] | 263 | <Compile Include="Encodings\PackingSolutionCreator.cs" />
|
---|
| 264 | <Compile Include="Encodings\PackingSolutionCrossover.cs" />
|
---|
| 265 | <Compile Include="Encodings\PackingSolutionManipulator.cs" />
|
---|
| 266 | <Compile Include="Evaluators\2D\PackingRatioRectangularIdenticalBinEvaluator.cs" />
|
---|
| 267 | <Compile Include="Evaluators\3D\PackingRatioCuboidIdenticalBinEvaluator.cs" />
|
---|
[9563] | 268 | <Compile Include="Evaluators\Abstract\BinUtilizationRegularIdenticalBinEvaluator.cs" />
|
---|
[9348] | 269 | <Compile Include="Evaluators\Abstract\PackingRatioRegularIdenticalBinEvaluator.cs" />
|
---|
| 270 | <Compile Include="Evaluators\Abstract\RegularSimpleRotationIdenticalBinPackingPlanEvaluator.cs" />
|
---|
| 271 | <Compile Include="Evaluators\Abstract\PackingPlanEvaluationAlgorithm.cs" />
|
---|
| 272 | <Compile Include="Evaluators\Abstract\PackingPlanEvaluator.cs" />
|
---|
| 273 | <Compile Include="Instances\BPPData.cs" />
|
---|
| 274 | <Compile Include="Instances\BPPORLIBParser.cs" />
|
---|
| 275 | <Compile Include="Instances\BPPORLIBDataDescriptor.cs" />
|
---|
[9563] | 276 | <Compile Include="Instances\RealBPPData.cs" />
|
---|
| 277 | <Compile Include="Interfaces\DecoderInterfaces\I2DMCVDecoder.cs" />
|
---|
| 278 | <Compile Include="Interfaces\DecoderInterfaces\I3DMCVDecoder.cs" />
|
---|
| 279 | <Compile Include="Interfaces\DecoderInterfaces\I2DGVDecoder.cs" />
|
---|
| 280 | <Compile Include="Interfaces\DecoderInterfaces\I3DGVDecoder.cs" />
|
---|
| 281 | <Compile Include="Interfaces\DecoderInterfaces\I2DPSDecoder.cs" />
|
---|
| 282 | <Compile Include="Interfaces\DecoderInterfaces\I3DPSDecoder.cs" />
|
---|
| 283 | <Compile Include="Interfaces\IPackingSequenceMoveOperator.cs" />
|
---|
[9495] | 284 | <Compile Include="Interfaces\I3DOperator.cs" />
|
---|
| 285 | <Compile Include="Interfaces\I2DOperator.cs" />
|
---|
| 286 | <Compile Include="Interfaces\IPackingMove.cs" />
|
---|
[9473] | 287 | <Compile Include="Interfaces\IPotvinOperator.cs" />
|
---|
[9440] | 288 | <Compile Include="Interfaces\IMultiComponentVectorMoveOperator.cs" />
|
---|
| 289 | <Compile Include="Interfaces\IGroupingVectorMoveOperator.cs" />
|
---|
| 290 | <Compile Include="Interfaces\IMultiComponentVectorOperator.cs" />
|
---|
[9348] | 291 | <Compile Include="Interfaces\IGroupingVectorOperator.cs" />
|
---|
[9440] | 292 | <Compile Include="Interfaces\IPackingMoveEvaluator.cs" />
|
---|
[9348] | 293 | <Compile Include="Interfaces\IPackingOperator.cs" />
|
---|
| 294 | <Compile Include="Interfaces\IPackingSolutionManipulator.cs" />
|
---|
| 295 | <Compile Include="Interfaces\IPackingSequenceOperator.cs" />
|
---|
| 296 | <Compile Include="Interfaces\IPackingSolutionCrossover.cs" />
|
---|
| 297 | <Compile Include="Interfaces\IPackingSolutionEncoding.cs" />
|
---|
| 298 | <Compile Include="Interfaces\IPackingSolutionCreator.cs" />
|
---|
| 299 | <Compile Include="Interfaces\IPackingSolutionDecoder.cs" />
|
---|
| 300 | <Compile Include="Interfaces\IPackingPlanEvaluationAlgorithm.cs" />
|
---|
| 301 | <Compile Include="Interfaces\IPackingPlanEvaluator.cs" />
|
---|
| 302 | <Compile Include="Interfaces\IPackingShape.cs" />
|
---|
| 303 | <Compile Include="Interfaces\IPackingDimensions.cs" />
|
---|
[9563] | 304 | <Compile Include="MoveEvaluators\PackingMoveEvaluator2DPS.cs" />
|
---|
| 305 | <Compile Include="MoveEvaluators\PackingMoveEvaluator3DPS.cs" />
|
---|
[9440] | 306 | <Compile Include="MoveEvaluators\PackingMoveEvaluator.cs" />
|
---|
[9495] | 307 | <Compile Include="MoveEvaluators\PackingMoveEvaluator2DGV.cs">
|
---|
| 308 | <SubType>Code</SubType>
|
---|
| 309 | </Compile>
|
---|
| 310 | <Compile Include="MoveEvaluators\PackingMoveEvaluator2DMCV.cs">
|
---|
| 311 | <SubType>Code</SubType>
|
---|
| 312 | </Compile>
|
---|
| 313 | <Compile Include="MoveEvaluators\PackingMoveEvaluator3DGV.cs">
|
---|
| 314 | <SubType>Code</SubType>
|
---|
| 315 | </Compile>
|
---|
| 316 | <Compile Include="MoveEvaluators\PackingMoveEvaluator3DMCV.cs">
|
---|
| 317 | <SubType>Code</SubType>
|
---|
| 318 | </Compile>
|
---|
[9348] | 319 | <Compile Include="Problem\BinPackingProblem.cs" />
|
---|
[9495] | 320 | <Compile Include="Problem\ISOContainerBinPackingProblem.cs" />
|
---|
[9348] | 321 | <Compile Include="Problem\CuboidIdenticalBinPackingProblem.cs" />
|
---|
| 322 | <Compile Include="Problem\RegularIdenticalBinPackingProblem.cs" />
|
---|
| 323 | <Compile Include="Dimensions\PackingDimensions.cs" />
|
---|
| 324 | <Compile Include="Dimensions\ThreeDimensionalPacking.cs" />
|
---|
| 325 | <Compile Include="Dimensions\TwoDimensionalPacking.cs" />
|
---|
| 326 | <Compile Include="Problem\RectangularIdenticalBinPackingProblem.cs" />
|
---|
| 327 | <Compile Include="Shapes\PackingShape.cs" />
|
---|
| 328 | <Compile Include="Shapes\CuboidPackingShape.cs" />
|
---|
| 329 | <Compile Include="Shapes\RectangularPackingShape.cs" />
|
---|
| 330 | <Compile Include="Interfaces\IRegularPackingShape.cs" />
|
---|
| 331 | <Compile Include="PackingBin\CuboidPackingBin.cs" />
|
---|
| 332 | <Compile Include="PackingBin\RectangularPackingBin.cs" />
|
---|
| 333 | <Compile Include="PackingItem\CuboidPackingItem.cs" />
|
---|
| 334 | <Compile Include="Interfaces\IPackingBin.cs" />
|
---|
| 335 | <Compile Include="Interfaces\IPackingItem.cs" />
|
---|
| 336 | <Compile Include="Interfaces\IPackingPlan.cs" />
|
---|
| 337 | <Compile Include="PackingItem\RectangularPackingItem.cs" />
|
---|
| 338 | <Compile Include="Plugin.cs" />
|
---|
[8737] | 339 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 340 | </ItemGroup>
|
---|
| 341 | <ItemGroup>
|
---|
| 342 | <None Include="HeuristicLab.snk" />
|
---|
[9348] | 343 | <None Include="Instances\Data\BPPORLIB.rar" />
|
---|
[8737] | 344 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 345 | <None Include="Plugin.cs.frame" />
|
---|
| 346 | </ItemGroup>
|
---|
[9440] | 347 | <ItemGroup />
|
---|
[8737] | 348 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 349 | <PropertyGroup>
|
---|
| 350 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 351 | set ProjectDir=$(ProjectDir)
|
---|
| 352 | set SolutionDir=$(SolutionDir)
|
---|
| 353 | set Outdir=$(Outdir)
|
---|
| 354 |
|
---|
| 355 | call PreBuildEvent.cmd
|
---|
| 356 | </PreBuildEvent>
|
---|
| 357 | </PropertyGroup>
|
---|
| 358 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 359 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 360 | <Target Name="BeforeBuild">
|
---|
| 361 | </Target>
|
---|
| 362 | <Target Name="AfterBuild">
|
---|
| 363 | </Target>
|
---|
| 364 | -->
|
---|
| 365 | </Project> |
---|