[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>{8CFC7A61-E214-44DC-96B3-4CEA9B8E958E}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Problems.BinPacking.Views</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Problems.BinPacking.Views-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>
|
---|
[14835] | 21 | <OutputPath>..\..\..\..\trunk\sources\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>
|
---|
[14835] | 29 | <OutputPath>..\..\..\..\trunk\sources\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>
|
---|
[14835] | 36 | <OutputPath>..\..\..\..\trunk\sources\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'">
|
---|
[14835] | 43 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[14162] | 44 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 45 | <Optimize>true</Optimize>
|
---|
| 46 | <DebugType>pdbonly</DebugType>
|
---|
| 47 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 48 | <ErrorReport>prompt</ErrorReport>
|
---|
| 49 | </PropertyGroup>
|
---|
| 50 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
| 51 | <DebugSymbols>true</DebugSymbols>
|
---|
[14835] | 52 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[14162] | 53 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 54 | <DebugType>full</DebugType>
|
---|
| 55 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 56 | <ErrorReport>prompt</ErrorReport>
|
---|
| 57 | </PropertyGroup>
|
---|
| 58 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
[14835] | 59 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[14162] | 60 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 61 | <Optimize>true</Optimize>
|
---|
| 62 | <DebugType>pdbonly</DebugType>
|
---|
| 63 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 64 | <ErrorReport>prompt</ErrorReport>
|
---|
| 65 | </PropertyGroup>
|
---|
| 66 | <PropertyGroup>
|
---|
| 67 | <SignAssembly>true</SignAssembly>
|
---|
| 68 | </PropertyGroup>
|
---|
| 69 | <PropertyGroup>
|
---|
| 70 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 71 | </PropertyGroup>
|
---|
| 72 | <ItemGroup>
|
---|
[14835] | 73 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
| 74 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 75 | <Private>False</Private>
|
---|
| 76 | </Reference>
|
---|
| 77 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
| 78 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 79 | <Private>False</Private>
|
---|
| 80 | </Reference>
|
---|
| 81 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
| 82 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 83 | <Private>False</Private>
|
---|
| 84 | </Reference>
|
---|
| 85 | <Reference Include="HeuristicLab.Core.Views-3.3">
|
---|
| 86 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
|
---|
| 87 | <Private>False</Private>
|
---|
| 88 | </Reference>
|
---|
| 89 | <Reference Include="HeuristicLab.MainForm-3.3">
|
---|
| 90 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
|
---|
| 91 | <Private>False</Private>
|
---|
| 92 | </Reference>
|
---|
| 93 | <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
|
---|
| 94 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
|
---|
| 95 | <Private>False</Private>
|
---|
| 96 | </Reference>
|
---|
| 97 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
| 98 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 99 | <Private>False</Private>
|
---|
| 100 | </Reference>
|
---|
[14876] | 101 | <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 102 | <SpecificVersion>False</SpecificVersion>
|
---|
| 103 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
| 104 | </Reference>
|
---|
| 105 | <Reference Include="HeuristicLab.Data.Views-3.3">
|
---|
| 106 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
|
---|
| 107 | </Reference>
|
---|
| 108 | <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 109 | <SpecificVersion>False</SpecificVersion>
|
---|
| 110 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
|
---|
| 111 | </Reference>
|
---|
| 112 | <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 113 | <SpecificVersion>False</SpecificVersion>
|
---|
| 114 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
| 115 | <Private>False</Private>
|
---|
| 116 | </Reference>
|
---|
| 117 | <Reference Include="HeuristicLab.Optimization.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 118 | <SpecificVersion>False</SpecificVersion>
|
---|
| 119 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
|
---|
| 120 | <Private>False</Private>
|
---|
| 121 | </Reference>
|
---|
| 122 | <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 123 | <SpecificVersion>False</SpecificVersion>
|
---|
| 124 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
|
---|
| 125 | <Private>False</Private>
|
---|
| 126 | </Reference>
|
---|
[14162] | 127 | <Reference Include="PresentationCore" />
|
---|
| 128 | <Reference Include="PresentationFramework" />
|
---|
| 129 | <Reference Include="System" />
|
---|
| 130 | <Reference Include="System.Core" />
|
---|
[14876] | 131 | <Reference Include="System.Data" />
|
---|
[14162] | 132 | <Reference Include="System.Drawing" />
|
---|
| 133 | <Reference Include="System.Windows.Forms" />
|
---|
| 134 | <Reference Include="System.Xaml" />
|
---|
[14876] | 135 | <Reference Include="System.Xml" />
|
---|
[14162] | 136 | <Reference Include="UIAutomationProvider" />
|
---|
| 137 | <Reference Include="WindowsBase" />
|
---|
| 138 | <Reference Include="WindowsFormsIntegration" />
|
---|
| 139 | </ItemGroup>
|
---|
| 140 | <ItemGroup>
|
---|
| 141 | <Compile Include="Container3DView.xaml.cs">
|
---|
| 142 | <DependentUpon>Container3DView.xaml</DependentUpon>
|
---|
| 143 | </Compile>
|
---|
| 144 | <Compile Include="Container2DView.xaml.cs">
|
---|
| 145 | <DependentUpon>Container2DView.xaml</DependentUpon>
|
---|
| 146 | </Compile>
|
---|
| 147 | <Compile Include="PackingPlan2DView.cs">
|
---|
| 148 | <SubType>UserControl</SubType>
|
---|
| 149 | </Compile>
|
---|
| 150 | <Compile Include="PackingPlan2DView.Designer.cs">
|
---|
| 151 | <DependentUpon>PackingPlan2DView.cs</DependentUpon>
|
---|
| 152 | </Compile>
|
---|
| 153 | <Compile Include="PackingPlan3DView.cs">
|
---|
| 154 | <SubType>UserControl</SubType>
|
---|
| 155 | </Compile>
|
---|
| 156 | <Compile Include="PackingPlan3DView.Designer.cs">
|
---|
| 157 | <DependentUpon>PackingPlan3DView.cs</DependentUpon>
|
---|
| 158 | </Compile>
|
---|
| 159 | <None Include="HeuristicLab.snk" />
|
---|
| 160 | <Compile Include="Plugin.cs" />
|
---|
| 161 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 162 | <None Include="Plugin.cs.frame" />
|
---|
| 163 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 164 | </ItemGroup>
|
---|
| 165 | <ItemGroup>
|
---|
| 166 | <EmbeddedResource Include="PackingPlan2DView.resx">
|
---|
| 167 | <DependentUpon>PackingPlan2DView.cs</DependentUpon>
|
---|
| 168 | </EmbeddedResource>
|
---|
| 169 | <EmbeddedResource Include="PackingPlan3DView.resx">
|
---|
| 170 | <DependentUpon>PackingPlan3DView.cs</DependentUpon>
|
---|
| 171 | </EmbeddedResource>
|
---|
| 172 | </ItemGroup>
|
---|
| 173 | <ItemGroup>
|
---|
| 174 | <Page Include="Container3DView.xaml">
|
---|
| 175 | <Generator>MSBuild:Compile</Generator>
|
---|
| 176 | <SubType>Designer</SubType>
|
---|
| 177 | </Page>
|
---|
| 178 | <Page Include="Container2DView.xaml">
|
---|
| 179 | <Generator>MSBuild:Compile</Generator>
|
---|
| 180 | <SubType>Designer</SubType>
|
---|
| 181 | </Page>
|
---|
| 182 | </ItemGroup>
|
---|
| 183 | <ItemGroup>
|
---|
| 184 | <ProjectReference Include="..\..\HeuristicLab.Problems.BinPacking\3.3\HeuristicLab.Problems.BinPacking-3.3.csproj">
|
---|
| 185 | <Project>{F8A55094-3CD5-4034-B0CA-5BD7FFB016D4}</Project>
|
---|
| 186 | <Name>HeuristicLab.Problems.BinPacking-3.3</Name>
|
---|
| 187 | <Private>False</Private>
|
---|
| 188 | </ProjectReference>
|
---|
| 189 | </ItemGroup>
|
---|
| 190 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
[14273] | 191 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 192 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 193 | <Target Name="BeforeBuild">
|
---|
| 194 | </Target>
|
---|
| 195 | <Target Name="AfterBuild">
|
---|
| 196 | </Target>
|
---|
| 197 | -->
|
---|
[14162] | 198 | <PropertyGroup>
|
---|
| 199 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 200 | set ProjectDir=$(ProjectDir)
|
---|
| 201 | set SolutionDir=$(SolutionDir)
|
---|
| 202 | set Outdir=$(Outdir)
|
---|
| 203 |
|
---|
| 204 | call PreBuildEvent.cmd
|
---|
| 205 | </PreBuildEvent>
|
---|
| 206 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
| 207 | export ProjectDir=$(ProjectDir)
|
---|
| 208 | export SolutionDir=$(SolutionDir)
|
---|
| 209 |
|
---|
| 210 | $SolutionDir/PreBuildEvent.sh
|
---|
| 211 | </PreBuildEvent>
|
---|
| 212 | </PropertyGroup>
|
---|
| 213 | </Project> |
---|