Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 2116 was 1993, checked in by mstoeger, 15 years ago

added many new persisted properties.
removed useless comments.
added XmlSupport class since the code for setting xml attributes is always the same.
#639

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