Free cookie consent management tool by TermsFeed Policy Generator

source: branches/histogram/HistogramViewTest/HistogramViewTest.csproj @ 6209

Last change on this file since 6209 was 6046, checked in by abeham, 13 years ago

#1465

  • updated branch with trunk changes
File size: 8.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)' == '' ">x86</Platform>
6    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{0D308137-8F8A-4361-A63D-09FAFEB29F9C}</ProjectGuid>
9    <OutputType>WinExe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HistogramViewTest</RootNamespace>
12    <AssemblyName>HistogramViewTest</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
19    <PlatformTarget>x86</PlatformTarget>
20    <DebugSymbols>true</DebugSymbols>
21    <DebugType>full</DebugType>
22    <Optimize>false</Optimize>
23    <OutputPath>bin\Debug\</OutputPath>
24    <DefineConstants>DEBUG;TRACE</DefineConstants>
25    <ErrorReport>prompt</ErrorReport>
26    <WarningLevel>4</WarningLevel>
27  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
29    <PlatformTarget>x86</PlatformTarget>
30    <DebugType>pdbonly</DebugType>
31    <Optimize>true</Optimize>
32    <OutputPath>bin\Release\</OutputPath>
33    <DefineConstants>TRACE</DefineConstants>
34    <ErrorReport>prompt</ErrorReport>
35    <WarningLevel>4</WarningLevel>
36  </PropertyGroup>
37  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
38    <DebugSymbols>true</DebugSymbols>
39    <OutputPath>bin\x64\Debug\</OutputPath>
40    <DefineConstants>DEBUG;TRACE</DefineConstants>
41    <DebugType>full</DebugType>
42    <PlatformTarget>x64</PlatformTarget>
43    <CodeAnalysisLogFile>bin\Debug\HistogramViewTest.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
44    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
45    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
46    <ErrorReport>prompt</ErrorReport>
47    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
48    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
49    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
50    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
51    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
52  </PropertyGroup>
53  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
54    <OutputPath>bin\x64\Release\</OutputPath>
55    <DefineConstants>TRACE</DefineConstants>
56    <Optimize>true</Optimize>
57    <DebugType>pdbonly</DebugType>
58    <PlatformTarget>x64</PlatformTarget>
59    <CodeAnalysisLogFile>bin\Release\HistogramViewTest.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
60    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
61    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
62    <ErrorReport>prompt</ErrorReport>
63    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
64    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
65    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
66    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
67    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
68  </PropertyGroup>
69  <ItemGroup>
70    <Reference Include="System" />
71    <Reference Include="System.Core" />
72    <Reference Include="System.Xml.Linq" />
73    <Reference Include="System.Data.DataSetExtensions" />
74    <Reference Include="Microsoft.CSharp" />
75    <Reference Include="System.Data" />
76    <Reference Include="System.Deployment" />
77    <Reference Include="System.Drawing" />
78    <Reference Include="System.Windows.Forms" />
79    <Reference Include="System.Xml" />
80  </ItemGroup>
81  <ItemGroup>
82    <Compile Include="Form1.cs">
83      <SubType>Form</SubType>
84    </Compile>
85    <Compile Include="Form1.Designer.cs">
86      <DependentUpon>Form1.cs</DependentUpon>
87    </Compile>
88    <Compile Include="Program.cs" />
89    <Compile Include="Properties\AssemblyInfo.cs" />
90    <EmbeddedResource Include="Properties\Resources.resx">
91      <Generator>ResXFileCodeGenerator</Generator>
92      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
93      <SubType>Designer</SubType>
94    </EmbeddedResource>
95    <Compile Include="Properties\Resources.Designer.cs">
96      <AutoGen>True</AutoGen>
97      <DependentUpon>Resources.resx</DependentUpon>
98      <DesignTime>True</DesignTime>
99    </Compile>
100    <None Include="app.config" />
101    <None Include="Properties\Settings.settings">
102      <Generator>SettingsSingleFileGenerator</Generator>
103      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
104    </None>
105    <Compile Include="Properties\Settings.Designer.cs">
106      <AutoGen>True</AutoGen>
107      <DependentUpon>Settings.settings</DependentUpon>
108      <DesignTimeSharedInput>True</DesignTimeSharedInput>
109    </Compile>
110  </ItemGroup>
111  <ItemGroup>
112    <ProjectReference Include="..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
113      <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
114      <Name>HeuristicLab.Analysis.Views-3.3</Name>
115    </ProjectReference>
116    <ProjectReference Include="..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
117      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
118      <Name>HeuristicLab.Analysis-3.3</Name>
119    </ProjectReference>
120    <ProjectReference Include="..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
121      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
122      <Name>HeuristicLab.Collections-3.3</Name>
123    </ProjectReference>
124    <ProjectReference Include="..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
125      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
126      <Name>HeuristicLab.Common-3.3</Name>
127    </ProjectReference>
128    <ProjectReference Include="..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
129      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
130      <Name>HeuristicLab.Core.Views-3.3</Name>
131    </ProjectReference>
132    <ProjectReference Include="..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
133      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
134      <Name>HeuristicLab.Core-3.3</Name>
135    </ProjectReference>
136    <ProjectReference Include="..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
137      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
138      <Name>HeuristicLab.Data-3.3</Name>
139    </ProjectReference>
140    <ProjectReference Include="..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
141      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
142      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
143    </ProjectReference>
144    <ProjectReference Include="..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
145      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
146      <Name>HeuristicLab.MainForm-3.3</Name>
147    </ProjectReference>
148  </ItemGroup>
149  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
150  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
151       Other similar extension points exist, see Microsoft.Common.targets.
152  <Target Name="BeforeBuild">
153  </Target>
154  <Target Name="AfterBuild">
155  </Target>
156  -->
157</Project>
Note: See TracBrowser for help on using the repository browser.