Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Benchmarking/sources/HeuristicLab.Algorithms.Benchmarks.Views/3.3/HeuristicLab.Algorithms.Benchmarks.Views-3.3.csproj @ 7002

Last change on this file since 7002 was 7002, checked in by ascheibe, 12 years ago

#1659

  • fixed errors found by unit tests
  • set references to copylocal=false
  • added missing platforms to project files
File size: 8.1 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>{3C906172-E044-4DF0-B4FD-AA21192D5D3E}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Algorithms.Benchmarks.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Algorithms.Benchmarks.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>$(SolutionDir)\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>$(SolutionDir)\bin\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33    <DocumentationFile>
34    </DocumentationFile>
35    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
36  </PropertyGroup>
37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
38    <DebugSymbols>true</DebugSymbols>
39    <OutputPath>$(SolutionDir)\bin\</OutputPath>
40    <DefineConstants>DEBUG;TRACE</DefineConstants>
41    <DebugType>full</DebugType>
42    <PlatformTarget>x86</PlatformTarget>
43    <ErrorReport>prompt</ErrorReport>
44    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
45  </PropertyGroup>
46  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
47    <OutputPath>$(SolutionDir)\bin\</OutputPath>
48    <DefineConstants>TRACE</DefineConstants>
49    <DocumentationFile>
50    </DocumentationFile>
51    <Optimize>true</Optimize>
52    <DebugType>pdbonly</DebugType>
53    <PlatformTarget>x86</PlatformTarget>
54    <ErrorReport>prompt</ErrorReport>
55    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
58    <DebugSymbols>true</DebugSymbols>
59    <OutputPath>$(SolutionDir)\bin\</OutputPath>
60    <DefineConstants>DEBUG;TRACE</DefineConstants>
61    <DebugType>full</DebugType>
62    <PlatformTarget>x64</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
65  </PropertyGroup>
66  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
67    <OutputPath>$(SolutionDir)\bin\</OutputPath>
68    <DefineConstants>TRACE</DefineConstants>
69    <DocumentationFile>
70    </DocumentationFile>
71    <Optimize>true</Optimize>
72    <DebugType>pdbonly</DebugType>
73    <PlatformTarget>x64</PlatformTarget>
74    <ErrorReport>prompt</ErrorReport>
75    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
76  </PropertyGroup>
77  <PropertyGroup>
78    <SignAssembly>true</SignAssembly>
79  </PropertyGroup>
80  <PropertyGroup>
81    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
82  </PropertyGroup>
83  <ItemGroup>
84    <Reference Include="System" />
85    <Reference Include="System.Core" />
86    <Reference Include="System.Drawing" />
87    <Reference Include="System.Windows.Forms" />
88    <Reference Include="System.Xml.Linq" />
89    <Reference Include="System.Data.DataSetExtensions" />
90    <Reference Include="Microsoft.CSharp" />
91    <Reference Include="System.Data" />
92    <Reference Include="System.Xml" />
93  </ItemGroup>
94  <ItemGroup>
95    <Compile Include="BenchmarkView.cs">
96      <SubType>UserControl</SubType>
97    </Compile>
98    <Compile Include="BenchmarkView.Designer.cs">
99      <DependentUpon>BenchmarkView.cs</DependentUpon>
100    </Compile>
101    <Compile Include="Plugin.cs" />
102    <Compile Include="Properties\AssemblyInfo.cs" />
103  </ItemGroup>
104  <ItemGroup>
105    <None Include="HeuristicLab.snk" />
106    <None Include="Plugin.cs.frame" />
107    <None Include="Properties\AssemblyInfo.cs.frame" />
108  </ItemGroup>
109  <ItemGroup>
110    <ProjectReference Include="..\..\HeuristicLab.Algorithms.Benchmarks\3.3\HeuristicLab.Algorithms.Benchmarks-3.3.csproj">
111      <Project>{068C70A7-8CAF-4AB6-8721-4564D62292BC}</Project>
112      <Name>HeuristicLab.Algorithms.Benchmarks-3.3</Name>
113      <Private>False</Private>
114    </ProjectReference>
115    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
116      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
117      <Name>HeuristicLab.Collections-3.3</Name>
118      <Private>False</Private>
119    </ProjectReference>
120    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
121      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
122      <Name>HeuristicLab.Common-3.3</Name>
123      <Private>False</Private>
124    </ProjectReference>
125    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
126      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
127      <Name>HeuristicLab.Core.Views-3.3</Name>
128      <Private>False</Private>
129    </ProjectReference>
130    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
131      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
132      <Name>HeuristicLab.Core-3.3</Name>
133      <Private>False</Private>
134    </ProjectReference>
135    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
136      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
137      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
138      <Private>False</Private>
139    </ProjectReference>
140    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
141      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
142      <Name>HeuristicLab.MainForm-3.3</Name>
143      <Private>False</Private>
144    </ProjectReference>
145    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
146      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
147      <Name>HeuristicLab.Optimization.Views-3.3</Name>
148      <Private>False</Private>
149    </ProjectReference>
150    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
151      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
152      <Name>HeuristicLab.Optimization-3.3</Name>
153      <Private>False</Private>
154    </ProjectReference>
155    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
156      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
157      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
158      <Private>False</Private>
159    </ProjectReference>
160  </ItemGroup>
161  <ItemGroup>
162    <EmbeddedResource Include="BenchmarkView.resx">
163      <DependentUpon>BenchmarkView.cs</DependentUpon>
164    </EmbeddedResource>
165  </ItemGroup>
166  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
167  <PropertyGroup>
168    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
169set ProjectDir=$(ProjectDir)
170set SolutionDir=$(SolutionDir)
171set Outdir=$(Outdir)
172
173call PreBuildEvent.cmd
174</PreBuildEvent>
175  </PropertyGroup>
176  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
177       Other similar extension points exist, see Microsoft.Common.targets.
178  <Target Name="BeforeBuild">
179  </Target>
180  <Target Name="AfterBuild">
181  </Target>
182  -->
183</Project>
Note: See TracBrowser for help on using the repository browser.