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>
|
---|
21 | <OutputPath>..\..\bin\</OutputPath>
|
---|
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>
|
---|
29 | <OutputPath>..\..\bin\</OutputPath>
|
---|
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>
|
---|
36 | <OutputPath>..\..\bin\</OutputPath>
|
---|
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'">
|
---|
43 | <OutputPath>..\..\bin\</OutputPath>
|
---|
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>
|
---|
52 | <OutputPath>..\..\bin\</OutputPath>
|
---|
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'">
|
---|
59 | <OutputPath>..\..\bin\</OutputPath>
|
---|
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>
|
---|
73 | <Reference Include="PresentationCore" />
|
---|
74 | <Reference Include="PresentationFramework" />
|
---|
75 | <Reference Include="System" />
|
---|
76 | <Reference Include="System.Core" />
|
---|
77 | <Reference Include="System.Data" />
|
---|
78 | <Reference Include="System.Drawing" />
|
---|
79 | <Reference Include="System.Windows.Forms" />
|
---|
80 | <Reference Include="System.Xaml" />
|
---|
81 | <Reference Include="System.Xml" />
|
---|
82 | <Reference Include="UIAutomationProvider" />
|
---|
83 | <Reference Include="WindowsBase" />
|
---|
84 | <Reference Include="WindowsFormsIntegration" />
|
---|
85 | </ItemGroup>
|
---|
86 | <ItemGroup>
|
---|
87 | <Compile Include="Container3DView.xaml.cs">
|
---|
88 | <DependentUpon>Container3DView.xaml</DependentUpon>
|
---|
89 | </Compile>
|
---|
90 | <Compile Include="Container2DView.xaml.cs">
|
---|
91 | <DependentUpon>Container2DView.xaml</DependentUpon>
|
---|
92 | </Compile>
|
---|
93 | <Compile Include="PackingPlan2DView.cs">
|
---|
94 | <SubType>UserControl</SubType>
|
---|
95 | </Compile>
|
---|
96 | <Compile Include="PackingPlan2DView.Designer.cs">
|
---|
97 | <DependentUpon>PackingPlan2DView.cs</DependentUpon>
|
---|
98 | </Compile>
|
---|
99 | <Compile Include="PackingPlan3DView.cs">
|
---|
100 | <SubType>UserControl</SubType>
|
---|
101 | </Compile>
|
---|
102 | <Compile Include="PackingPlan3DView.Designer.cs">
|
---|
103 | <DependentUpon>PackingPlan3DView.cs</DependentUpon>
|
---|
104 | </Compile>
|
---|
105 | <None Include="HeuristicLab.snk" />
|
---|
106 | <Compile Include="Plugin.cs" />
|
---|
107 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
108 | <None Include="Plugin.cs.frame" />
|
---|
109 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
110 | </ItemGroup>
|
---|
111 | <ItemGroup>
|
---|
112 | <EmbeddedResource Include="PackingPlan2DView.resx">
|
---|
113 | <DependentUpon>PackingPlan2DView.cs</DependentUpon>
|
---|
114 | </EmbeddedResource>
|
---|
115 | <EmbeddedResource Include="PackingPlan3DView.resx">
|
---|
116 | <DependentUpon>PackingPlan3DView.cs</DependentUpon>
|
---|
117 | </EmbeddedResource>
|
---|
118 | </ItemGroup>
|
---|
119 | <ItemGroup>
|
---|
120 | <Page Include="Container3DView.xaml">
|
---|
121 | <Generator>MSBuild:Compile</Generator>
|
---|
122 | <SubType>Designer</SubType>
|
---|
123 | </Page>
|
---|
124 | <Page Include="Container2DView.xaml">
|
---|
125 | <Generator>MSBuild:Compile</Generator>
|
---|
126 | <SubType>Designer</SubType>
|
---|
127 | </Page>
|
---|
128 | </ItemGroup>
|
---|
129 | <ItemGroup>
|
---|
130 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
131 | <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
|
---|
132 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
133 | <Private>False</Private>
|
---|
134 | </ProjectReference>
|
---|
135 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
136 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
137 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
138 | <Private>False</Private>
|
---|
139 | </ProjectReference>
|
---|
140 | <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
|
---|
141 | <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
|
---|
142 | <Name>HeuristicLab.Core.Views-3.3</Name>
|
---|
143 | <Private>False</Private>
|
---|
144 | </ProjectReference>
|
---|
145 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
146 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
147 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
148 | <Private>False</Private>
|
---|
149 | </ProjectReference>
|
---|
150 | <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
|
---|
151 | <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
|
---|
152 | <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
|
---|
153 | <Private>False</Private>
|
---|
154 | </ProjectReference>
|
---|
155 | <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
|
---|
156 | <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
|
---|
157 | <Name>HeuristicLab.MainForm-3.3</Name>
|
---|
158 | <Private>False</Private>
|
---|
159 | </ProjectReference>
|
---|
160 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
161 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
162 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
163 | <Private>False</Private>
|
---|
164 | </ProjectReference>
|
---|
165 | <ProjectReference Include="..\..\HeuristicLab.Problems.BinPacking\3.3\HeuristicLab.Problems.BinPacking-3.3.csproj">
|
---|
166 | <Project>{F8A55094-3CD5-4034-B0CA-5BD7FFB016D4}</Project>
|
---|
167 | <Name>HeuristicLab.Problems.BinPacking-3.3</Name>
|
---|
168 | <Private>False</Private>
|
---|
169 | </ProjectReference>
|
---|
170 | </ItemGroup>
|
---|
171 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
172 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
173 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
174 | <Target Name="BeforeBuild">
|
---|
175 | </Target>
|
---|
176 | <Target Name="AfterBuild">
|
---|
177 | </Target>
|
---|
178 | -->
|
---|
179 | <PropertyGroup>
|
---|
180 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
181 | set ProjectDir=$(ProjectDir)
|
---|
182 | set SolutionDir=$(SolutionDir)
|
---|
183 | set Outdir=$(Outdir)
|
---|
184 |
|
---|
185 | call PreBuildEvent.cmd
|
---|
186 | </PreBuildEvent>
|
---|
187 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
188 | export ProjectDir=$(ProjectDir)
|
---|
189 | export SolutionDir=$(SolutionDir)
|
---|
190 |
|
---|
191 | $SolutionDir/PreBuildEvent.sh
|
---|
192 | </PreBuildEvent>
|
---|
193 | </PropertyGroup>
|
---|
194 | </Project> |
---|