Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/HeuristicLab.Problems.BinPacking.Views-3.3.csproj @ 14038

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

#1966: fixed compile errors and reverted some changes from the last commit which prepared for refactoring to use new Encoding framework

File size: 12.8 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>{78763A4E-E163-48C2-98EB-709760D06F25}</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="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
111      <Private>False</Private>
112    </Reference>
113    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
114      <Private>False</Private>
115    </Reference>
116    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
117      <Private>False</Private>
118    </Reference>
119    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
120      <Private>False</Private>
121    </Reference>
122    <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
123      <Private>False</Private>
124    </Reference>
125    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
126      <Private>False</Private>
127    </Reference>
128    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
129      <Private>False</Private>
130    </Reference>
131    <Reference Include="HeuristicLab.Optimization.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
132      <Private>False</Private>
133    </Reference>
134    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
135      <Private>False</Private>
136    </Reference>
137    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
138      <SpecificVersion>False</SpecificVersion>
139      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
140      <Private>False</Private>
141    </Reference>
142    <Reference Include="PresentationCore" />
143    <Reference Include="PresentationFramework" />
144    <Reference Include="System" />
145    <Reference Include="System.Core" />
146    <Reference Include="System.Drawing" />
147    <Reference Include="System.Windows.Forms" />
148    <Reference Include="System.Xaml" />
149    <Reference Include="UIAutomationProvider" />
150    <Reference Include="WindowsBase" />
151    <Reference Include="WindowsFormsIntegration" />
152  </ItemGroup>
153  <ItemGroup>
154    <Compile Include="Container3DView.xaml.cs">
155      <DependentUpon>Container3DView.xaml</DependentUpon>
156    </Compile>
157    <Compile Include="Container2DView.xaml.cs">
158      <DependentUpon>Container2DView.xaml</DependentUpon>
159    </Compile>
160    <Compile Include="PackingPlan2DView.cs">
161      <SubType>UserControl</SubType>
162    </Compile>
163    <Compile Include="PackingPlan2DView.Designer.cs">
164      <DependentUpon>PackingPlan2DView.cs</DependentUpon>
165    </Compile>
166    <Compile Include="PackingPlan3DView.cs">
167      <SubType>UserControl</SubType>
168    </Compile>
169    <Compile Include="PackingPlan3DView.Designer.cs">
170      <DependentUpon>PackingPlan3DView.cs</DependentUpon>
171    </Compile>
172    <None Include="HeuristicLab.snk" />
173    <Compile Include="Plugin.cs" />
174    <Compile Include="Properties\AssemblyInfo.cs" />
175    <None Include="Plugin.cs.frame" />
176    <None Include="Properties\AssemblyInfo.cs.frame" />
177  </ItemGroup>
178  <ItemGroup>
179    <ProjectReference Include="..\..\HeuristicLab.Problems.BinPacking.2D\3.3\HeuristicLab.Problems.BinPacking2D-3.3.csproj">
180      <Project>{56dd7f51-3164-4c26-a97a-add6fe4b4e86}</Project>
181      <Name>HeuristicLab.Problems.BinPacking2D-3.3</Name>
182    </ProjectReference>
183    <ProjectReference Include="..\..\HeuristicLab.Problems.BinPacking.3D\3.3\HeuristicLab.Problems.BinPacking3D-3.3.csproj">
184      <Project>{95680c63-1e06-4e66-b33b-272a772321c7}</Project>
185      <Name>HeuristicLab.Problems.BinPacking3D-3.3</Name>
186    </ProjectReference>
187    <ProjectReference Include="..\..\HeuristicLab.Problems.BinPacking\3.3\HeuristicLab.Problems.BinPacking-3.3.csproj">
188      <Project>{F8A55094-3CD5-4034-B0CA-5BD7FFB016D4}</Project>
189      <Name>HeuristicLab.Problems.BinPacking-3.3</Name>
190      <Private>False</Private>
191    </ProjectReference>
192  </ItemGroup>
193  <ItemGroup>
194    <EmbeddedResource Include="PackingPlan2DView.resx">
195      <DependentUpon>PackingPlan2DView.cs</DependentUpon>
196    </EmbeddedResource>
197    <EmbeddedResource Include="PackingPlan3DView.resx">
198      <DependentUpon>PackingPlan3DView.cs</DependentUpon>
199    </EmbeddedResource>
200  </ItemGroup>
201  <ItemGroup>
202    <Page Include="Container3DView.xaml">
203      <Generator>MSBuild:Compile</Generator>
204      <SubType>Designer</SubType>
205    </Page>
206    <Page Include="Container2DView.xaml">
207      <Generator>MSBuild:Compile</Generator>
208      <SubType>Designer</SubType>
209    </Page>
210  </ItemGroup>
211  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
212  <PropertyGroup>
213    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
214set ProjectDir=$(ProjectDir)
215set SolutionDir=$(SolutionDir)
216set Outdir=$(Outdir)
217
218call PreBuildEvent.cmd
219</PreBuildEvent>
220    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
221export ProjectDir=$(ProjectDir)
222export SolutionDir=$(SolutionDir)
223
224$SolutionDir/PreBuildEvent.sh
225</PreBuildEvent>
226  </PropertyGroup>
227  <PropertyGroup>
228    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
229set ProjectDir=$(ProjectDir)
230set SolutionDir=$(SolutionDir)
231set Outdir=$(Outdir)
232
233call PreBuildEvent.cmd
234</PreBuildEvent>
235  </PropertyGroup>
236  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
237       Other similar extension points exist, see Microsoft.Common.targets.
238  <Target Name="BeforeBuild">
239  </Target>
240  <Target Name="AfterBuild">
241  </Target>
242  -->
243</Project>
Note: See TracBrowser for help on using the repository browser.