[13605] | 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>{56DD7F51-3164-4C26-A97A-ADD6FE4B4E86}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Problems.BinPacking2D</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Problems.BinPacking2D-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>
|
---|
[14063] | 153 | <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 154 | <SpecificVersion>False</SpecificVersion>
|
---|
| 155 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
| 156 | </Reference>
|
---|
[13605] | 157 | <Reference Include="System" />
|
---|
| 158 | <Reference Include="System.Core" />
|
---|
| 159 | <Reference Include="System.Drawing" />
|
---|
| 160 | <Reference Include="System.IO.Compression" />
|
---|
| 161 | <Reference Include="System.Windows.Forms" />
|
---|
| 162 | </ItemGroup>
|
---|
| 163 | <ItemGroup>
|
---|
[13611] | 164 | <Compile Include="BinPacking2D.cs" />
|
---|
[14146] | 165 | <Compile Include="BinUtilizationEvaluator.cs" />
|
---|
[14147] | 166 | <Compile Include="BottomLefttPermutationDecoder.cs" />
|
---|
[14146] | 167 | <Compile Include="ExtremePointPermutationDecoder.cs" />
|
---|
[14053] | 168 | <Compile Include="Instances\BPPData.cs" />
|
---|
[14063] | 169 | <Compile Include="Instances\RandomDataDescriptor.cs" />
|
---|
| 170 | <Compile Include="Instances\RandomInstanceProvider.cs" />
|
---|
[14146] | 171 | <Compile Include="Interfaces\IEvaluator.cs" />
|
---|
| 172 | <Compile Include="Interfaces\IPermutationDecoder.cs" />
|
---|
[13606] | 173 | <Compile Include="Interfaces\I2DGVDecoder.cs" />
|
---|
| 174 | <Compile Include="Interfaces\I2DMCVDecoder.cs" />
|
---|
| 175 | <Compile Include="Interfaces\I2DOperator.cs" />
|
---|
| 176 | <Compile Include="Interfaces\I2DPSDecoder.cs" />
|
---|
[14147] | 177 | <Compile Include="MoveEvaluators\Swap2MoveEvaluator.cs" />
|
---|
[14146] | 178 | <Compile Include="MoveEvaluators\TranslocationMoveEvaluator.cs">
|
---|
| 179 | <SubType>Code</SubType>
|
---|
| 180 | </Compile>
|
---|
[14049] | 181 | <Compile Include="PackingItem.cs" />
|
---|
[14048] | 182 | <Compile Include="PackingPosition.cs" />
|
---|
[14050] | 183 | <Compile Include="PackingRatioEvaluator.cs" />
|
---|
[14128] | 184 | <Compile Include="PackingSequenceProblem.cs" />
|
---|
[14049] | 185 | <Compile Include="PackingShape.cs" />
|
---|
[13605] | 186 | <Compile Include="Plugin.cs" />
|
---|
| 187 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[14047] | 188 | <Compile Include="Solution.cs" />
|
---|
[13605] | 189 | </ItemGroup>
|
---|
| 190 | <ItemGroup>
|
---|
| 191 | <None Include="HeuristicLab.snk" />
|
---|
| 192 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 193 | <None Include="Plugin.cs.frame" />
|
---|
| 194 | </ItemGroup>
|
---|
[13607] | 195 | <ItemGroup>
|
---|
| 196 | <ProjectReference Include="..\..\HeuristicLab.Problems.BinPacking\3.3\HeuristicLab.Problems.BinPacking-3.3.csproj">
|
---|
| 197 | <Project>{F8A55094-3CD5-4034-B0CA-5BD7FFB016D4}</Project>
|
---|
| 198 | <Name>HeuristicLab.Problems.BinPacking-3.3</Name>
|
---|
| 199 | </ProjectReference>
|
---|
| 200 | </ItemGroup>
|
---|
[14146] | 201 | <ItemGroup />
|
---|
[13605] | 202 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 203 | <PropertyGroup>
|
---|
| 204 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 205 | set ProjectDir=$(ProjectDir)
|
---|
| 206 | set SolutionDir=$(SolutionDir)
|
---|
| 207 | set Outdir=$(Outdir)
|
---|
| 208 |
|
---|
| 209 | call PreBuildEvent.cmd
|
---|
| 210 | </PreBuildEvent>
|
---|
| 211 | </PropertyGroup>
|
---|
| 212 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 213 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 214 | <Target Name="BeforeBuild">
|
---|
| 215 | </Target>
|
---|
| 216 | <Target Name="AfterBuild">
|
---|
| 217 | </Target>
|
---|
| 218 | -->
|
---|
| 219 | </Project> |
---|