[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" />
|
---|
[13460] | 156 | <Reference Include="System.IO.Compression" />
|
---|
[9348] | 157 | <Reference Include="System.Windows.Forms" />
|
---|
[8737] | 158 | </ItemGroup>
|
---|
| 159 | <ItemGroup>
|
---|
[9348] | 160 | <Compile Include="Analyzers\BestBinPackingSolutionAnalyzer.cs" />
|
---|
| 161 | <Compile Include="Analyzers\BinPackingAnalyzer.cs" />
|
---|
[13608] | 162 | <Compile Include="BinPackingProblem.cs" />
|
---|
[9563] | 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" />
|
---|
[9348] | 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" />
|
---|
[9596] | 187 | <Compile Include="Encodings\MultiComponentVector\SequenceBasedMultiComponentVectorCrossover.cs" />
|
---|
[9563] | 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" />
|
---|
[9473] | 210 | <Compile Include="Encodings\MultiComponentVector\MultiComponentVectorEncoding.cs">
|
---|
| 211 | <SubType>Code</SubType>
|
---|
| 212 | </Compile>
|
---|
[9440] | 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" />
|
---|
[9596] | 217 | <Compile Include="Encodings\PackingPlans\BinPacking.cs" />
|
---|
[9440] | 218 | <Compile Include="Encodings\PackingPlans\PackingPlan.cs" />
|
---|
[13613] | 219 | <Compile Include="Encodings\PackingSequence\IPackingSequenceCreator.cs" />
|
---|
[9563] | 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" />
|
---|
[13613] | 225 | <Compile Include="Encodings\PackingSequence\PackingSequence.cs" />
|
---|
[9593] | 226 | <Compile Include="Encodings\PackingSequence\PackingSequenceInversionManipulator.cs" />
|
---|
[9563] | 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>
|
---|
[9348] | 249 | <Compile Include="Encodings\PackingSequence\PackingSequenceRandomCreator.cs" />
|
---|
[9593] | 250 | <Compile Include="Encodings\PackingSequence\PackingSequenceScrambleManipulator.cs" />
|
---|
[9348] | 251 | <Compile Include="Encodings\PackingSolutionCreator.cs" />
|
---|
| 252 | <Compile Include="Encodings\PackingSolutionCrossover.cs" />
|
---|
| 253 | <Compile Include="Encodings\PackingSolutionManipulator.cs" />
|
---|
[13611] | 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" />
|
---|
[9348] | 259 | <Compile Include="Instances\BPPData.cs" />
|
---|
[13460] | 260 | <Compile Include="Instances\BPPInstanceProvider.cs" />
|
---|
[9348] | 261 | <Compile Include="Instances\BPPORLIBParser.cs" />
|
---|
| 262 | <Compile Include="Instances\BPPORLIBDataDescriptor.cs" />
|
---|
[9563] | 263 | <Compile Include="Instances\RealBPPData.cs" />
|
---|
| 264 | <Compile Include="Interfaces\IPackingSequenceMoveOperator.cs" />
|
---|
[9495] | 265 | <Compile Include="Interfaces\IPackingMove.cs" />
|
---|
[9440] | 266 | <Compile Include="Interfaces\IMultiComponentVectorMoveOperator.cs" />
|
---|
| 267 | <Compile Include="Interfaces\IGroupingVectorMoveOperator.cs" />
|
---|
| 268 | <Compile Include="Interfaces\IMultiComponentVectorOperator.cs" />
|
---|
[9348] | 269 | <Compile Include="Interfaces\IGroupingVectorOperator.cs" />
|
---|
[9440] | 270 | <Compile Include="Interfaces\IPackingMoveEvaluator.cs" />
|
---|
[9348] | 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" />
|
---|
[13608] | 282 | <Compile Include="PackingDimensions.cs" />
|
---|
| 283 | <Compile Include="PackingMoveEvaluator.cs" />
|
---|
[9348] | 284 | <Compile Include="Interfaces\IRegularPackingShape.cs" />
|
---|
| 285 | <Compile Include="Interfaces\IPackingBin.cs" />
|
---|
| 286 | <Compile Include="Interfaces\IPackingItem.cs" />
|
---|
| 287 | <Compile Include="Interfaces\IPackingPlan.cs" />
|
---|
[13608] | 288 | <Compile Include="PackingShape.cs" />
|
---|
| 289 | <Compile Include="PackingSolutionDecoder.cs" />
|
---|
[9348] | 290 | <Compile Include="Plugin.cs" />
|
---|
[8737] | 291 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[13608] | 292 | <Compile Include="RegularIdenticalBinPackingProblem.cs" />
|
---|
[8737] | 293 | </ItemGroup>
|
---|
| 294 | <ItemGroup>
|
---|
| 295 | <None Include="HeuristicLab.snk" />
|
---|
[13460] | 296 | <EmbeddedResource Include="Instances\Data\BPPORLIB.zip" />
|
---|
[8737] | 297 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 298 | <None Include="Plugin.cs.frame" />
|
---|
| 299 | </ItemGroup>
|
---|
[9440] | 300 | <ItemGroup />
|
---|
[8737] | 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> |
---|