Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Charting.Data/HeuristicLab.Charting.Data.csproj @ 2

Last change on this file since 2 was 2, checked in by swagner, 16 years ago

Added HeuristicLab 3.0 sources from former SVN repository at revision 52

File size: 3.6 KB
Line 
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>8.0.50727</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{E0740131-AA3E-4A3F-BA03-C9FF8327F4EE}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Charting.Data</RootNamespace>
11    <AssemblyName>HeuristicLab.Charting.Data</AssemblyName>
12    <SignAssembly>true</SignAssembly>
13    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
14    <FileUpgradeFlags>
15    </FileUpgradeFlags>
16    <OldToolsVersion>2.0</OldToolsVersion>
17    <UpgradeBackupLocation>
18    </UpgradeBackupLocation>
19  </PropertyGroup>
20  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21    <DebugSymbols>true</DebugSymbols>
22    <DebugType>full</DebugType>
23    <Optimize>false</Optimize>
24    <OutputPath>bin\Debug\</OutputPath>
25    <DefineConstants>DEBUG;TRACE</DefineConstants>
26    <ErrorReport>prompt</ErrorReport>
27    <WarningLevel>4</WarningLevel>
28    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
29  </PropertyGroup>
30  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31    <DebugType>pdbonly</DebugType>
32    <Optimize>true</Optimize>
33    <OutputPath>bin\Release\</OutputPath>
34    <DefineConstants>TRACE</DefineConstants>
35    <ErrorReport>prompt</ErrorReport>
36    <WarningLevel>4</WarningLevel>
37    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
38    <DocumentationFile>bin\Release\HeuristicLab.Charting.Data.XML</DocumentationFile>
39  </PropertyGroup>
40  <ItemGroup>
41    <Reference Include="System" />
42    <Reference Include="System.Data" />
43    <Reference Include="System.Drawing" />
44    <Reference Include="System.Windows.Forms" />
45    <Reference Include="System.Xml" />
46  </ItemGroup>
47  <ItemGroup>
48    <Compile Include="Datachart.cs" />
49    <Compile Include="DataChartControl.cs">
50      <SubType>UserControl</SubType>
51    </Compile>
52    <Compile Include="DataChartControl.Designer.cs">
53      <DependentUpon>DataChartControl.cs</DependentUpon>
54    </Compile>
55    <Compile Include="DataRowType.cs" />
56    <Compile Include="HeuristicLabChartingDataPlugin.cs" />
57    <Compile Include="Properties\AssemblyInfo.cs" />
58  </ItemGroup>
59  <ItemGroup>
60    <ProjectReference Include="..\HeuristicLab.Charting\HeuristicLab.Charting.csproj">
61      <Project>{B462D3CC-8866-42F0-9832-AD0967613B72}</Project>
62      <Name>HeuristicLab.Charting</Name>
63    </ProjectReference>
64    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
65      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
66      <Name>HeuristicLab.PluginInfrastructure</Name>
67    </ProjectReference>
68  </ItemGroup>
69  <ItemGroup>
70    <None Include="HeuristicLab.snk" />
71  </ItemGroup>
72  <ItemGroup>
73    <EmbeddedResource Include="DataChartControl.resx">
74      <SubType>Designer</SubType>
75      <DependentUpon>DataChartControl.cs</DependentUpon>
76    </EmbeddedResource>
77  </ItemGroup>
78  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
79  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
80       Other similar extension points exist, see Microsoft.Common.targets.
81  <Target Name="BeforeBuild">
82  </Target>
83  <Target Name="AfterBuild">
84  </Target>
85  -->
86</Project>
Note: See TracBrowser for help on using the repository browser.