Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Visualization.Test/3.2/HeuristicLab.Visualization.Test-3.2.csproj @ 1867

Last change on this file since 1867 was 1792, checked in by mstoeger, 15 years ago

Added App.config to NUnit project to set the required ApartmentState (SaveFileDialogs didn't work anymore with ReSharper >= 4.0 because they changed the default ApartmentState) (#498)

  • Property svn:needs-lock set to needs lock
File size: 6.9 KB
RevLine 
[621]1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
[858]6    <ProductVersion>9.0.30729</ProductVersion>
[621]7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{23117533-8A91-474E-BBF6-C39485D0810A}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Visualization.Test</RootNamespace>
12    <AssemblyName>HeuristicLab.Visualization.Test-3.2</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <DocumentationFile>bin\Release\HeuristicLab.Visualization.Test-3.2.XML</DocumentationFile>
35  </PropertyGroup>
[853]36  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
37    <DebugSymbols>true</DebugSymbols>
38    <OutputPath>bin\x86\Debug\</OutputPath>
39    <DefineConstants>DEBUG;TRACE</DefineConstants>
40    <DebugType>full</DebugType>
41    <PlatformTarget>x86</PlatformTarget>
42    <ErrorReport>prompt</ErrorReport>
43  </PropertyGroup>
44  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
45    <OutputPath>bin\x86\Release\</OutputPath>
46    <DefineConstants>TRACE</DefineConstants>
47    <DocumentationFile>bin\Release\HeuristicLab.Visualization.Test-3.2.XML</DocumentationFile>
48    <Optimize>true</Optimize>
49    <DebugType>pdbonly</DebugType>
50    <PlatformTarget>x86</PlatformTarget>
51    <ErrorReport>prompt</ErrorReport>
52  </PropertyGroup>
[1474]53  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
54    <DebugSymbols>true</DebugSymbols>
55    <OutputPath>bin\x64\Debug\</OutputPath>
56    <DefineConstants>DEBUG;TRACE</DefineConstants>
57    <DebugType>full</DebugType>
58    <PlatformTarget>x64</PlatformTarget>
59    <ErrorReport>prompt</ErrorReport>
60  </PropertyGroup>
61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
62    <OutputPath>bin\x64\Release\</OutputPath>
63    <DefineConstants>TRACE</DefineConstants>
64    <DocumentationFile>bin\Release\HeuristicLab.Visualization.Test-3.2.XML</DocumentationFile>
65    <Optimize>true</Optimize>
66    <DebugType>pdbonly</DebugType>
67    <PlatformTarget>x64</PlatformTarget>
68    <ErrorReport>prompt</ErrorReport>
69  </PropertyGroup>
[621]70  <ItemGroup>
[869]71    <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
72      <SpecificVersion>False</SpecificVersion>
73      <HintPath>NUnit-2.4.8-bin\nunit.framework.dll</HintPath>
74    </Reference>
[621]75    <Reference Include="System" />
76    <Reference Include="System.Core">
77      <RequiredTargetFramework>3.5</RequiredTargetFramework>
78    </Reference>
[636]79    <Reference Include="System.Drawing" />
[621]80    <Reference Include="System.Windows.Forms" />
81    <Reference Include="System.Xml.Linq">
82      <RequiredTargetFramework>3.5</RequiredTargetFramework>
83    </Reference>
84    <Reference Include="System.Data.DataSetExtensions">
85      <RequiredTargetFramework>3.5</RequiredTargetFramework>
86    </Reference>
87    <Reference Include="System.Data" />
88    <Reference Include="System.Xml" />
89  </ItemGroup>
90  <ItemGroup>
91    <Compile Include="HeuristicLabVisualizationTestApplication.cs" />
92    <Compile Include="HeuristicLabVisualizationTestPlugin.cs" />
[865]93    <Compile Include="LegendForm.cs">
[861]94      <SubType>Form</SubType>
95    </Compile>
[865]96    <Compile Include="LegendForm.Designer.cs">
97      <DependentUpon>LegendForm.cs</DependentUpon>
[861]98    </Compile>
[869]99    <Compile Include="LineChartTestForm.cs">
100      <SubType>Form</SubType>
101    </Compile>
102    <Compile Include="LineChartTestForm.Designer.cs">
103      <DependentUpon>LineChartTestForm.cs</DependentUpon>
104    </Compile>
105    <Compile Include="LineChartTests.cs" />
[636]106    <Compile Include="MainForm.cs">
107      <SubType>Form</SubType>
108    </Compile>
109    <Compile Include="MainForm.designer.cs">
110      <DependentUpon>MainForm.cs</DependentUpon>
111    </Compile>
[621]112    <Compile Include="Properties\AssemblyInfo.cs" />
113  </ItemGroup>
114  <ItemGroup>
[1792]115    <None Include="App.config" />
[621]116    <None Include="HeuristicLab.snk" />
117    <None Include="Properties\AssemblyInfo.frame" />
118  </ItemGroup>
119  <ItemGroup>
[1534]120    <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
[869]121      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
[1534]122      <Name>HeuristicLab.Core-3.2</Name>
[869]123    </ProjectReference>
[1534]124    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
[621]125      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
126      <Name>HeuristicLab.PluginInfrastructure</Name>
127    </ProjectReference>
[1534]128    <ProjectReference Include="..\..\HeuristicLab.Visualization\3.2\HeuristicLab.Visualization-3.2.csproj">
[622]129      <Project>{E392A1E2-DC95-4E33-B82E-8ED690EDA1AB}</Project>
[1534]130      <Name>HeuristicLab.Visualization-3.2</Name>
[622]131    </ProjectReference>
[621]132  </ItemGroup>
[636]133  <ItemGroup>
[869]134    <EmbeddedResource Include="LineChartTestForm.resx">
135      <DependentUpon>LineChartTestForm.cs</DependentUpon>
136    </EmbeddedResource>
[871]137    <EmbeddedResource Include="LegendForm.resx">
138      <DependentUpon>LegendForm.cs</DependentUpon>
139    </EmbeddedResource>
[636]140    <EmbeddedResource Include="MainForm.resx">
141      <DependentUpon>MainForm.cs</DependentUpon>
[855]142      <SubType>Designer</SubType>
[636]143    </EmbeddedResource>
144  </ItemGroup>
[621]145  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
146  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
147       Other similar extension points exist, see Microsoft.Common.targets.
148  <Target Name="BeforeBuild">
149  </Target>
150  <Target Name="AfterBuild">
151  </Target>
152  -->
153  <PropertyGroup>
[852]154    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
155set ProjectDir=$(ProjectDir)
156set SolutionDir=$(SolutionDir)
157set Outdir=$(Outdir)
158
159call PreBuildEvent.cmd</PreBuildEvent>
[621]160  </PropertyGroup>
[1291]161</Project>
Note: See TracBrowser for help on using the repository browser.