Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 1530 was 1530, checked in by gkronber, 15 years ago

Moved source files of plugins Hive ... Visualization.Test into version-specific sub-folders. #576

  • Property svn:needs-lock set to needs lock
File size: 6.8 KB
Line 
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>
6    <ProductVersion>9.0.30729</ProductVersion>
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>
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>
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>
70  <ItemGroup>
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>
75    <Reference Include="System" />
76    <Reference Include="System.Core">
77      <RequiredTargetFramework>3.5</RequiredTargetFramework>
78    </Reference>
79    <Reference Include="System.Drawing" />
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" />
93    <Compile Include="LegendForm.cs">
94      <SubType>Form</SubType>
95    </Compile>
96    <Compile Include="LegendForm.Designer.cs">
97      <DependentUpon>LegendForm.cs</DependentUpon>
98    </Compile>
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" />
106    <Compile Include="MainForm.cs">
107      <SubType>Form</SubType>
108    </Compile>
109    <Compile Include="MainForm.designer.cs">
110      <DependentUpon>MainForm.cs</DependentUpon>
111    </Compile>
112    <Compile Include="Properties\AssemblyInfo.cs" />
113  </ItemGroup>
114  <ItemGroup>
115    <None Include="HeuristicLab.snk" />
116    <None Include="Properties\AssemblyInfo.frame" />
117  </ItemGroup>
118  <ItemGroup>
119    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
120      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
121      <Name>HeuristicLab.Core</Name>
122    </ProjectReference>
123    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
124      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
125      <Name>HeuristicLab.PluginInfrastructure</Name>
126    </ProjectReference>
127    <ProjectReference Include="..\HeuristicLab.Visualization\HeuristicLab.Visualization.csproj">
128      <Project>{E392A1E2-DC95-4E33-B82E-8ED690EDA1AB}</Project>
129      <Name>HeuristicLab.Visualization</Name>
130    </ProjectReference>
131  </ItemGroup>
132  <ItemGroup>
133    <EmbeddedResource Include="LineChartTestForm.resx">
134      <DependentUpon>LineChartTestForm.cs</DependentUpon>
135    </EmbeddedResource>
136    <EmbeddedResource Include="LegendForm.resx">
137      <DependentUpon>LegendForm.cs</DependentUpon>
138    </EmbeddedResource>
139    <EmbeddedResource Include="MainForm.resx">
140      <DependentUpon>MainForm.cs</DependentUpon>
141      <SubType>Designer</SubType>
142    </EmbeddedResource>
143  </ItemGroup>
144  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
145  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
146       Other similar extension points exist, see Microsoft.Common.targets.
147  <Target Name="BeforeBuild">
148  </Target>
149  <Target Name="AfterBuild">
150  </Target>
151  -->
152  <PropertyGroup>
153    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
154set ProjectDir=$(ProjectDir)
155set SolutionDir=$(SolutionDir)
156set Outdir=$(Outdir)
157
158call PreBuildEvent.cmd</PreBuildEvent>
159  </PropertyGroup>
160</Project>
Note: See TracBrowser for help on using the repository browser.