Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Problems.BinPacking.Views/3.3/HeuristicLab.Problems.BinPacking.Views-3.3.csproj @ 14170

Last change on this file since 14170 was 14162, checked in by gkronber, 8 years ago

#2641: first import of bin packing problem (TODO: persistence and sample)

File size: 12.0 KB
Line 
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>..\..\..\..\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>$(SolutionDir)\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>$(SolutionDir)\bin\</OutputPath>
39    <DefineConstants>DEBUG;TRACE</DefineConstants>
40    <DebugType>full</DebugType>
41    <PlatformTarget>x64</PlatformTarget>
42    <CodeAnalysisLogFile>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Scheduling.Views-3.3.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    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
49    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
50    <Prefer32Bit>false</Prefer32Bit>
51  </PropertyGroup>
52  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
53    <OutputPath>$(SolutionDir)\bin\</OutputPath>
54    <DefineConstants>TRACE</DefineConstants>
55    <Optimize>true</Optimize>
56    <DebugType>pdbonly</DebugType>
57    <PlatformTarget>x64</PlatformTarget>
58    <CodeAnalysisLogFile>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Scheduling.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
59    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
60    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
61    <ErrorReport>prompt</ErrorReport>
62    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
63    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
64    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
65    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
66    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
67    <Prefer32Bit>false</Prefer32Bit>
68  </PropertyGroup>
69  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
70    <DebugSymbols>true</DebugSymbols>
71    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
72    <DefineConstants>DEBUG;TRACE</DefineConstants>
73    <DebugType>full</DebugType>
74    <PlatformTarget>x86</PlatformTarget>
75    <CodeAnalysisLogFile>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Scheduling.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
76    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
77    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
78    <ErrorReport>prompt</ErrorReport>
79    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
80    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
81    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
82    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
83    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
84    <Prefer32Bit>false</Prefer32Bit>
85  </PropertyGroup>
86  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
87    <OutputPath>$(SolutionDir)\bin\</OutputPath>
88    <DefineConstants>TRACE</DefineConstants>
89    <Optimize>true</Optimize>
90    <DebugType>pdbonly</DebugType>
91    <PlatformTarget>x86</PlatformTarget>
92    <CodeAnalysisLogFile>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Scheduling.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
93    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
94    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
95    <ErrorReport>prompt</ErrorReport>
96    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
97    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
98    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
99    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
100    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
101    <Prefer32Bit>false</Prefer32Bit>
102  </PropertyGroup>
103  <PropertyGroup>
104    <SignAssembly>true</SignAssembly>
105  </PropertyGroup>
106  <PropertyGroup>
107    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
108  </PropertyGroup>
109  <ItemGroup>
110    <Reference Include="PresentationCore" />
111    <Reference Include="PresentationFramework" />
112    <Reference Include="System" />
113    <Reference Include="System.Core" />
114    <Reference Include="System.Drawing" />
115    <Reference Include="System.Windows.Forms" />
116    <Reference Include="System.Xaml" />
117    <Reference Include="UIAutomationProvider" />
118    <Reference Include="WindowsBase" />
119    <Reference Include="WindowsFormsIntegration" />
120  </ItemGroup>
121  <ItemGroup>
122    <Compile Include="Container3DView.xaml.cs">
123      <DependentUpon>Container3DView.xaml</DependentUpon>
124    </Compile>
125    <Compile Include="Container2DView.xaml.cs">
126      <DependentUpon>Container2DView.xaml</DependentUpon>
127    </Compile>
128    <Compile Include="PackingPlan2DView.cs">
129      <SubType>UserControl</SubType>
130    </Compile>
131    <Compile Include="PackingPlan2DView.Designer.cs">
132      <DependentUpon>PackingPlan2DView.cs</DependentUpon>
133    </Compile>
134    <Compile Include="PackingPlan3DView.cs">
135      <SubType>UserControl</SubType>
136    </Compile>
137    <Compile Include="PackingPlan3DView.Designer.cs">
138      <DependentUpon>PackingPlan3DView.cs</DependentUpon>
139    </Compile>
140    <None Include="HeuristicLab.snk" />
141    <Compile Include="Plugin.cs" />
142    <Compile Include="Properties\AssemblyInfo.cs" />
143    <None Include="Plugin.cs.frame" />
144    <None Include="Properties\AssemblyInfo.cs.frame" />
145  </ItemGroup>
146  <ItemGroup>
147    <EmbeddedResource Include="PackingPlan2DView.resx">
148      <DependentUpon>PackingPlan2DView.cs</DependentUpon>
149    </EmbeddedResource>
150    <EmbeddedResource Include="PackingPlan3DView.resx">
151      <DependentUpon>PackingPlan3DView.cs</DependentUpon>
152    </EmbeddedResource>
153  </ItemGroup>
154  <ItemGroup>
155    <Page Include="Container3DView.xaml">
156      <Generator>MSBuild:Compile</Generator>
157      <SubType>Designer</SubType>
158    </Page>
159    <Page Include="Container2DView.xaml">
160      <Generator>MSBuild:Compile</Generator>
161      <SubType>Designer</SubType>
162    </Page>
163  </ItemGroup>
164  <ItemGroup>
165    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
166      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
167      <Name>HeuristicLab.Collections-3.3</Name>
168      <Private>False</Private>
169    </ProjectReference>
170    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
171      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
172      <Name>HeuristicLab.Common-3.3</Name>
173      <Private>False</Private>
174    </ProjectReference>
175    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
176      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
177      <Name>HeuristicLab.Core.Views-3.3</Name>
178      <Private>False</Private>
179    </ProjectReference>
180    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
181      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
182      <Name>HeuristicLab.Core-3.3</Name>
183      <Private>False</Private>
184    </ProjectReference>
185    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
186      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
187      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
188      <Private>False</Private>
189    </ProjectReference>
190    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
191      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
192      <Name>HeuristicLab.MainForm-3.3</Name>
193      <Private>False</Private>
194    </ProjectReference>
195    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
196      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
197      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
198      <Private>False</Private>
199    </ProjectReference>
200    <ProjectReference Include="..\..\HeuristicLab.Problems.BinPacking\3.3\HeuristicLab.Problems.BinPacking-3.3.csproj">
201      <Project>{F8A55094-3CD5-4034-B0CA-5BD7FFB016D4}</Project>
202      <Name>HeuristicLab.Problems.BinPacking-3.3</Name>
203      <Private>False</Private>
204    </ProjectReference>
205  </ItemGroup>
206  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
207  <PropertyGroup>
208    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
209set ProjectDir=$(ProjectDir)
210set SolutionDir=$(SolutionDir)
211set Outdir=$(Outdir)
212
213call PreBuildEvent.cmd
214</PreBuildEvent>
215    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
216export ProjectDir=$(ProjectDir)
217export SolutionDir=$(SolutionDir)
218
219$SolutionDir/PreBuildEvent.sh
220</PreBuildEvent>
221  </PropertyGroup>
222  <PropertyGroup>
223    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
224set ProjectDir=$(ProjectDir)
225set SolutionDir=$(SolutionDir)
226set Outdir=$(Outdir)
227
228call PreBuildEvent.cmd
229</PreBuildEvent>
230  </PropertyGroup>
231  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
232       Other similar extension points exist, see Microsoft.Common.targets.
233  <Target Name="BeforeBuild">
234  </Target>
235  <Target Name="AfterBuild">
236  </Target>
237  -->
238</Project>
Note: See TracBrowser for help on using the repository browser.