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 @ 13463

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

#1966: removed empty problem classes

File size: 13.5 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="System" />
143    <Reference Include="System.Core" />
144    <Reference Include="System.Drawing" />
145    <Reference Include="System.Windows.Forms" />
146  </ItemGroup>
147  <ItemGroup>
148    <Compile Include="PackingPlans\PackingPlan2DView.cs">
149      <SubType>UserControl</SubType>
150    </Compile>
151    <Compile Include="PackingPlans\PackingPlan2DView.Designer.cs">
152      <DependentUpon>PackingPlan2DView.cs</DependentUpon>
153    </Compile>
154    <Compile Include="PackingPlans\PackingPlan3DView.cs">
155      <SubType>UserControl</SubType>
156    </Compile>
157    <Compile Include="PackingPlans\PackingPlan3DView.Designer.cs">
158      <DependentUpon>PackingPlan3DView.cs</DependentUpon>
159    </Compile>
160    <Compile Include="Shapes\CuboidPackingItemView.cs">
161      <SubType>UserControl</SubType>
162    </Compile>
163    <Compile Include="Shapes\CuboidPackingItemView.Designer.cs">
164      <DependentUpon>CuboidPackingItemView.cs</DependentUpon>
165    </Compile>
166    <Compile Include="Shapes\CuboidPackingShapeView.cs">
167      <SubType>UserControl</SubType>
168    </Compile>
169    <Compile Include="Shapes\CuboidPackingShapeView.Designer.cs">
170      <DependentUpon>CuboidPackingShapeView.cs</DependentUpon>
171    </Compile>
172    <Compile Include="Shapes\RectangularPackingItemView.cs">
173      <SubType>UserControl</SubType>
174    </Compile>
175    <Compile Include="Shapes\RectangularPackingItemView.Designer.cs">
176      <DependentUpon>RectangularPackingItemView.cs</DependentUpon>
177    </Compile>
178    <Compile Include="Shapes\RectangularPackingShapeView.cs">
179      <SubType>UserControl</SubType>
180    </Compile>
181    <Compile Include="Shapes\RectangularPackingShapeView.Designer.cs">
182      <DependentUpon>RectangularPackingShapeView.cs</DependentUpon>
183    </Compile>
184    <None Include="HeuristicLab.snk" />
185    <Compile Include="Plugin.cs" />
186    <Compile Include="Properties\AssemblyInfo.cs" />
187    <None Include="Plugin.cs.frame" />
188    <None Include="Properties\AssemblyInfo.cs.frame" />
189  </ItemGroup>
190  <ItemGroup>
191    <ProjectReference Include="..\..\HeuristicLab.Problems.BinPacking\3.3\HeuristicLab.Problems.BinPacking-3.3.csproj">
192      <Project>{F8A55094-3CD5-4034-B0CA-5BD7FFB016D4}</Project>
193      <Name>HeuristicLab.Problems.BinPacking-3.3</Name>
194      <Private>False</Private>
195    </ProjectReference>
196    <ProjectReference Include="..\..\PackingPlanVisualizations\PackingPlanVisualizations.csproj">
197      <Project>{0fd5ea67-a284-4166-9f45-9c6bc07d5b83}</Project>
198      <Name>PackingPlanVisualizations</Name>
199    </ProjectReference>
200  </ItemGroup>
201  <ItemGroup>
202    <EmbeddedResource Include="PackingPlans\PackingPlan2DView.resx">
203      <DependentUpon>PackingPlan2DView.cs</DependentUpon>
204    </EmbeddedResource>
205    <EmbeddedResource Include="PackingPlans\PackingPlan3DView.resx">
206      <DependentUpon>PackingPlan3DView.cs</DependentUpon>
207    </EmbeddedResource>
208    <EmbeddedResource Include="Shapes\CuboidPackingItemView.resx">
209      <DependentUpon>CuboidPackingItemView.cs</DependentUpon>
210    </EmbeddedResource>
211    <EmbeddedResource Include="Shapes\CuboidPackingShapeView.resx">
212      <DependentUpon>CuboidPackingShapeView.cs</DependentUpon>
213    </EmbeddedResource>
214    <EmbeddedResource Include="Shapes\RectangularPackingItemView.resx">
215      <DependentUpon>RectangularPackingItemView.cs</DependentUpon>
216    </EmbeddedResource>
217    <EmbeddedResource Include="Shapes\RectangularPackingShapeView.resx">
218      <DependentUpon>RectangularPackingShapeView.cs</DependentUpon>
219    </EmbeddedResource>
220  </ItemGroup>
221  <ItemGroup>
222    <Folder Include="Problems\" />
223  </ItemGroup>
224  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
225  <PropertyGroup>
226    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
227set ProjectDir=$(ProjectDir)
228set SolutionDir=$(SolutionDir)
229set Outdir=$(Outdir)
230
231call PreBuildEvent.cmd
232</PreBuildEvent>
233    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
234export ProjectDir=$(ProjectDir)
235export SolutionDir=$(SolutionDir)
236
237$SolutionDir/PreBuildEvent.sh
238</PreBuildEvent>
239  </PropertyGroup>
240  <PropertyGroup>
241    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
242set ProjectDir=$(ProjectDir)
243set SolutionDir=$(SolutionDir)
244set Outdir=$(Outdir)
245
246call PreBuildEvent.cmd
247</PreBuildEvent>
248  </PropertyGroup>
249  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
250       Other similar extension points exist, see Microsoft.Common.targets.
251  <Target Name="BeforeBuild">
252  </Target>
253  <Target Name="AfterBuild">
254  </Target>
255  -->
256</Project>
Note: See TracBrowser for help on using the repository browser.