Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.Instances.Views/3.3/HeuristicLab.Problems.Instances.Views-3.3.csproj @ 7892

Last change on this file since 7892 was 7892, checked in by abeham, 12 years ago

#1782: Added missing x86 and x64 build configurations for some projects

File size: 10.3 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>{B1BA398F-953F-4C3A-B07B-1E5E17A27DD9}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.Instances.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.Instances.Views-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>..\..\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
40    <DebugSymbols>true</DebugSymbols>
41    <OutputPath>..\..\bin\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <DebugType>full</DebugType>
44    <PlatformTarget>x86</PlatformTarget>
45    <CodeAnalysisLogFile>..\..\bin\HeuristicLab.Problems.Instances.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
46    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
47    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
48    <ErrorReport>prompt</ErrorReport>
49    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
50    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
51    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
52    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
53    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
54  </PropertyGroup>
55  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
56    <OutputPath>..\..\bin\</OutputPath>
57    <DefineConstants>TRACE</DefineConstants>
58    <Optimize>true</Optimize>
59    <DebugType>pdbonly</DebugType>
60    <PlatformTarget>x86</PlatformTarget>
61    <CodeAnalysisLogFile>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
62    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
63    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
64    <ErrorReport>prompt</ErrorReport>
65    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
66    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
67    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
68    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
69    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
70  </PropertyGroup>
71  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
72    <DebugSymbols>true</DebugSymbols>
73    <OutputPath>..\..\bin\</OutputPath>
74    <DefineConstants>DEBUG;TRACE</DefineConstants>
75    <DebugType>full</DebugType>
76    <PlatformTarget>x64</PlatformTarget>
77    <CodeAnalysisLogFile>..\..\bin\HeuristicLab.Problems.Instances.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
78    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
79    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
80    <ErrorReport>prompt</ErrorReport>
81    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
82    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
83    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
84    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
85    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
86  </PropertyGroup>
87  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
88    <OutputPath>..\..\bin\</OutputPath>
89    <DefineConstants>TRACE</DefineConstants>
90    <Optimize>true</Optimize>
91    <DebugType>pdbonly</DebugType>
92    <PlatformTarget>x64</PlatformTarget>
93    <CodeAnalysisLogFile>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
94    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
95    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
96    <ErrorReport>prompt</ErrorReport>
97    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
98    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
99    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
100    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
101    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
102  </PropertyGroup>
103  <ItemGroup>
104    <Reference Include="System" />
105    <Reference Include="System.Core" />
106    <Reference Include="System.Drawing" />
107    <Reference Include="System.Windows.Forms" />
108    <Reference Include="System.Xml.Linq" />
109    <Reference Include="System.Data.DataSetExtensions" />
110    <Reference Include="Microsoft.CSharp" />
111    <Reference Include="System.Data" />
112    <Reference Include="System.Xml" />
113  </ItemGroup>
114  <ItemGroup>
115    <Compile Include="ProblemInstanceProviderView.cs">
116      <SubType>UserControl</SubType>
117    </Compile>
118    <Compile Include="ProblemInstanceProviderView.Designer.cs">
119      <DependentUpon>ProblemInstanceProviderView.cs</DependentUpon>
120    </Compile>
121    <Compile Include="Plugin.cs" />
122    <Compile Include="ProblemInstanceConsumerView.cs">
123      <SubType>UserControl</SubType>
124    </Compile>
125    <Compile Include="ProblemInstanceConsumerView.Designer.cs">
126      <DependentUpon>ProblemInstanceConsumerView.cs</DependentUpon>
127    </Compile>
128    <Compile Include="ProblemInstanceProviderViewGeneric.cs">
129      <SubType>UserControl</SubType>
130    </Compile>
131    <Compile Include="ProblemInstanceProviderViewGeneric.Designer.cs">
132      <DependentUpon>ProblemInstanceProviderViewGeneric.cs</DependentUpon>
133    </Compile>
134    <Compile Include="Properties\AssemblyInfo.cs" />
135  </ItemGroup>
136  <ItemGroup>
137    <None Include="HeuristicLab.snk" />
138    <None Include="Plugin.cs.frame" />
139    <None Include="Properties\AssemblyInfo.cs.frame" />
140  </ItemGroup>
141  <ItemGroup>
142    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
143      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
144      <Name>HeuristicLab.Common.Resources-3.3</Name>
145      <Private>False</Private>
146    </ProjectReference>
147    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
148      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
149      <Name>HeuristicLab.Common-3.3</Name>
150      <Private>False</Private>
151    </ProjectReference>
152    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
153      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
154      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
155      <Private>False</Private>
156    </ProjectReference>
157    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
158      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
159      <Name>HeuristicLab.MainForm-3.3</Name>
160      <Private>False</Private>
161    </ProjectReference>
162    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
163      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
164      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
165      <Private>False</Private>
166    </ProjectReference>
167    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
168      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
169      <Name>HeuristicLab.Problems.Instances-3.3</Name>
170      <Private>False</Private>
171    </ProjectReference>
172  </ItemGroup>
173  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
174  <PropertyGroup>
175    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
176set ProjectDir=$(ProjectDir)
177set SolutionDir=$(SolutionDir)
178set Outdir=$(Outdir)
179
180call PreBuildEvent.cmd
181</PreBuildEvent>
182  </PropertyGroup>
183  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
184       Other similar extension points exist, see Microsoft.Common.targets.
185  <Target Name="BeforeBuild">
186  </Target>
187  <Target Name="AfterBuild">
188  </Target>
189  -->
190</Project>
Note: See TracBrowser for help on using the repository browser.