[14162] | 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>
|
---|
[14180] | 21 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[14162] | 22 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 23 | <ErrorReport>prompt</ErrorReport>
|
---|
| 24 | <WarningLevel>4</WarningLevel>
|
---|
| 25 | </PropertyGroup>
|
---|
| 26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 27 | <DebugType>pdbonly</DebugType>
|
---|
| 28 | <Optimize>true</Optimize>
|
---|
[14180] | 29 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[14162] | 30 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 31 | <ErrorReport>prompt</ErrorReport>
|
---|
| 32 | <WarningLevel>4</WarningLevel>
|
---|
| 33 | </PropertyGroup>
|
---|
| 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 35 | <DebugSymbols>true</DebugSymbols>
|
---|
[14180] | 36 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[14162] | 37 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 38 | <DebugType>full</DebugType>
|
---|
| 39 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 40 | <ErrorReport>prompt</ErrorReport>
|
---|
| 41 | </PropertyGroup>
|
---|
| 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
[14180] | 43 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[14162] | 44 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 45 | <Optimize>true</Optimize>
|
---|
| 46 | <DebugType>pdbonly</DebugType>
|
---|
| 47 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 48 | <ErrorReport>prompt</ErrorReport>
|
---|
| 49 | <Prefer32Bit>false</Prefer32Bit>
|
---|
| 50 | </PropertyGroup>
|
---|
| 51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
| 52 | <DebugSymbols>true</DebugSymbols>
|
---|
[14180] | 53 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[14162] | 54 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 55 | <DebugType>full</DebugType>
|
---|
| 56 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 57 | <ErrorReport>prompt</ErrorReport>
|
---|
| 58 | </PropertyGroup>
|
---|
| 59 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
[14180] | 60 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[14162] | 61 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 62 | <Optimize>true</Optimize>
|
---|
| 63 | <DebugType>pdbonly</DebugType>
|
---|
| 64 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 65 | <ErrorReport>prompt</ErrorReport>
|
---|
| 66 | </PropertyGroup>
|
---|
| 67 | <PropertyGroup>
|
---|
| 68 | <SignAssembly>true</SignAssembly>
|
---|
| 69 | </PropertyGroup>
|
---|
| 70 | <PropertyGroup>
|
---|
| 71 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 72 | </PropertyGroup>
|
---|
| 73 | <ItemGroup>
|
---|
| 74 | <Reference Include="System" />
|
---|
| 75 | <Reference Include="System.Core" />
|
---|
| 76 | <Reference Include="System.Drawing" />
|
---|
| 77 | <Reference Include="System.IO.Compression" />
|
---|
| 78 | <Reference Include="System.Windows.Forms" />
|
---|
| 79 | </ItemGroup>
|
---|
| 80 | <ItemGroup>
|
---|
| 81 | <Compile Include="2D\BinPacking2D.cs" />
|
---|
| 82 | <Compile Include="2D\Evaluators\BinUtilizationEvaluator.cs" />
|
---|
| 83 | <Compile Include="2D\Evaluators\PackingRatioEvaluator.cs" />
|
---|
| 84 | <Compile Include="2D\Instances\BPPData.cs" />
|
---|
| 85 | <Compile Include="2D\Instances\RandomDataDescriptor.cs" />
|
---|
| 86 | <Compile Include="2D\Instances\RandomInstanceProvider.cs" />
|
---|
| 87 | <Compile Include="2D\IntegerVectorEncoding\BottomLeftIntegerVectorDecoder.cs" />
|
---|
| 88 | <Compile Include="2D\IntegerVectorEncoding\ExtremePointIntegerVectorDecoder.cs" />
|
---|
| 89 | <Compile Include="2D\IntegerVectorEncoding\IntegerVectorDecoderBase.cs" />
|
---|
| 90 | <Compile Include="2D\IntegerVectorEncoding\IntegerVectorProblem.cs" />
|
---|
| 91 | <Compile Include="2D\Interfaces\IDecoder.cs" />
|
---|
| 92 | <Compile Include="2D\Interfaces\IEvaluator.cs" />
|
---|
| 93 | <Compile Include="2D\Interfaces\IOperator.cs" />
|
---|
| 94 | <Compile Include="2D\MoveEvaluatorBase.cs" />
|
---|
| 95 | <Compile Include="2D\PackingItem.cs" />
|
---|
| 96 | <Compile Include="2D\PackingPosition.cs" />
|
---|
| 97 | <Compile Include="2D\PackingShape.cs" />
|
---|
| 98 | <Compile Include="2D\PermutationEncoding\BottomLeftPermutationDecoder.cs" />
|
---|
| 99 | <Compile Include="2D\PermutationEncoding\ExtremePointPermutationDecoder.cs" />
|
---|
| 100 | <Compile Include="2D\PermutationEncoding\PermutationProblem.cs" />
|
---|
| 101 | <Compile Include="2D\PermutationEncoding\Swap2MoveEvaluator.cs" />
|
---|
| 102 | <Compile Include="2D\PermutationEncoding\TranslocationMoveEvaluator.cs" />
|
---|
| 103 | <Compile Include="2D\ProblemBase.cs" />
|
---|
| 104 | <Compile Include="2D\Solution.cs" />
|
---|
| 105 | <Compile Include="3D\BinPacking3D.cs" />
|
---|
| 106 | <Compile Include="3D\Evaluators\BinUtilizationEvaluator.cs" />
|
---|
| 107 | <Compile Include="3D\Evaluators\PackingRatioEvaluator.cs" />
|
---|
| 108 | <Compile Include="3D\Instances\BPPData.cs" />
|
---|
| 109 | <Compile Include="3D\Instances\RandomDataDescriptor.cs" />
|
---|
| 110 | <Compile Include="3D\Instances\RandomInstanceProvider.cs" />
|
---|
| 111 | <Compile Include="3D\IntegerVectorEncoding\BottomLeftIntegerVectorDecoder.cs" />
|
---|
| 112 | <Compile Include="3D\IntegerVectorEncoding\ExtremePointIntegerVectorDecoder.cs" />
|
---|
| 113 | <Compile Include="3D\IntegerVectorEncoding\IntegerVectorDecoderBase.cs" />
|
---|
| 114 | <Compile Include="3D\IntegerVectorEncoding\IntegerVectorProblem.cs" />
|
---|
| 115 | <Compile Include="3D\Interfaces\IDecoder.cs" />
|
---|
| 116 | <Compile Include="3D\Interfaces\IEvaluator.cs" />
|
---|
| 117 | <Compile Include="3D\Interfaces\IOperator.cs" />
|
---|
| 118 | <Compile Include="3D\MoveEvaluatorBase.cs" />
|
---|
| 119 | <Compile Include="3D\PackingItem.cs" />
|
---|
| 120 | <Compile Include="3D\PackingPosition.cs" />
|
---|
| 121 | <Compile Include="3D\PackingShape.cs" />
|
---|
| 122 | <Compile Include="3D\PermutationEncoding\BottomLeftPermutationDecoder.cs" />
|
---|
| 123 | <Compile Include="3D\PermutationEncoding\ExtremePointPermutationDecoder.cs" />
|
---|
| 124 | <Compile Include="3D\PermutationEncoding\PermutationProblem.cs" />
|
---|
| 125 | <Compile Include="3D\PermutationEncoding\Swap2MoveEvaluator.cs" />
|
---|
| 126 | <Compile Include="3D\PermutationEncoding\TranslocationMoveEvaluator.cs" />
|
---|
| 127 | <Compile Include="3D\ProblemBase.cs" />
|
---|
| 128 | <Compile Include="3D\Solution.cs" />
|
---|
| 129 | <Compile Include="BinPacking.cs" />
|
---|
| 130 | <Compile Include="Interfaces\IPackingItem.cs">
|
---|
| 131 | <SubType>Code</SubType>
|
---|
| 132 | </Compile>
|
---|
| 133 | <Compile Include="Interfaces\IPackingPosition.cs">
|
---|
| 134 | <SubType>Code</SubType>
|
---|
| 135 | </Compile>
|
---|
| 136 | <Compile Include="Interfaces\IPackingShape.cs">
|
---|
| 137 | <SubType>Code</SubType>
|
---|
| 138 | </Compile>
|
---|
| 139 | <Compile Include="PackingPlan.cs" />
|
---|
| 140 | <Compile Include="PackingPosition.cs" />
|
---|
| 141 | <Compile Include="PackingShape.cs" />
|
---|
| 142 | <Compile Include="Plugin.cs" />
|
---|
| 143 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 144 | </ItemGroup>
|
---|
| 145 | <ItemGroup>
|
---|
| 146 | <None Include="HeuristicLab.snk" />
|
---|
| 147 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 148 | <None Include="Plugin.cs.frame" />
|
---|
| 149 | </ItemGroup>
|
---|
| 150 | <ItemGroup />
|
---|
| 151 | <ItemGroup>
|
---|
| 152 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
| 153 | <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
|
---|
| 154 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
| 155 | <Private>False</Private>
|
---|
| 156 | </ProjectReference>
|
---|
| 157 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 158 | <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
|
---|
| 159 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
| 160 | <Private>False</Private>
|
---|
| 161 | </ProjectReference>
|
---|
| 162 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 163 | <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
|
---|
| 164 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
| 165 | <Private>False</Private>
|
---|
| 166 | </ProjectReference>
|
---|
| 167 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
| 168 | <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
|
---|
| 169 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
| 170 | <Private>False</Private>
|
---|
| 171 | </ProjectReference>
|
---|
| 172 | <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
|
---|
| 173 | <Project>{ddfb14dd-2a85-493c-a52d-e69729bbaeb0}</Project>
|
---|
| 174 | <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
|
---|
| 175 | <Private>False</Private>
|
---|
| 176 | </ProjectReference>
|
---|
| 177 | <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
|
---|
| 178 | <Project>{dbecb8b0-b166-4133-baf1-ed67c3fd7fca}</Project>
|
---|
| 179 | <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
|
---|
| 180 | <Private>False</Private>
|
---|
| 181 | </ProjectReference>
|
---|
| 182 | <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
|
---|
| 183 | <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
|
---|
| 184 | <Name>HeuristicLab.Operators-3.3</Name>
|
---|
| 185 | <Private>False</Private>
|
---|
| 186 | </ProjectReference>
|
---|
| 187 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
| 188 | <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
|
---|
| 189 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
| 190 | <Private>False</Private>
|
---|
| 191 | </ProjectReference>
|
---|
| 192 | <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
|
---|
| 193 | <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
|
---|
| 194 | <Name>HeuristicLab.Parameters-3.3</Name>
|
---|
| 195 | <Private>False</Private>
|
---|
| 196 | </ProjectReference>
|
---|
| 197 | <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
|
---|
| 198 | <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project>
|
---|
| 199 | <Name>HeuristicLab.Persistence-3.3</Name>
|
---|
| 200 | <Private>False</Private>
|
---|
| 201 | </ProjectReference>
|
---|
| 202 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 203 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 204 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
| 205 | <Private>False</Private>
|
---|
| 206 | </ProjectReference>
|
---|
| 207 | <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
|
---|
| 208 | <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
|
---|
| 209 | <Name>HeuristicLab.Problems.Instances-3.3</Name>
|
---|
| 210 | <Private>False</Private>
|
---|
| 211 | </ProjectReference>
|
---|
| 212 | <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
|
---|
| 213 | <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
|
---|
| 214 | <Name>HeuristicLab.Random-3.3</Name>
|
---|
| 215 | <Private>False</Private>
|
---|
| 216 | </ProjectReference>
|
---|
| 217 | </ItemGroup>
|
---|
| 218 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 219 | <PropertyGroup>
|
---|
| 220 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 221 | set ProjectDir=$(ProjectDir)
|
---|
| 222 | set SolutionDir=$(SolutionDir)
|
---|
| 223 | set Outdir=$(Outdir)
|
---|
| 224 |
|
---|
| 225 | call PreBuildEvent.cmd
|
---|
| 226 | </PreBuildEvent>
|
---|
| 227 | </PropertyGroup>
|
---|
| 228 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 229 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 230 | <Target Name="BeforeBuild">
|
---|
| 231 | </Target>
|
---|
| 232 | <Target Name="AfterBuild">
|
---|
| 233 | </Target>
|
---|
| 234 | -->
|
---|
| 235 | </Project> |
---|