Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Charting/3.3/HeuristicLab.Charting-3.3.csproj @ 1696

Last change on this file since 1696 was 1696, checked in by epitzer, 15 years ago

Migrate HL.Charting-3.3 to new persistence library. (#603)

File size: 6.8 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>9.0.30729</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{A8265018-D687-4907-8A36-63B25967A038}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Charting</RootNamespace>
11    <AssemblyName>HeuristicLab.Charting-3.3</AssemblyName>
12    <SignAssembly>true</SignAssembly>
13    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
14    <FileUpgradeFlags>
15    </FileUpgradeFlags>
16    <OldToolsVersion>2.0</OldToolsVersion>
17    <UpgradeBackupLocation>
18    </UpgradeBackupLocation>
19    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
20  </PropertyGroup>
21  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22    <DebugSymbols>true</DebugSymbols>
23    <DebugType>full</DebugType>
24    <Optimize>false</Optimize>
25    <OutputPath>bin\Debug\</OutputPath>
26    <DefineConstants>DEBUG;TRACE</DefineConstants>
27    <ErrorReport>prompt</ErrorReport>
28    <WarningLevel>4</WarningLevel>
29    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
30  </PropertyGroup>
31  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32    <DebugType>pdbonly</DebugType>
33    <Optimize>true</Optimize>
34    <OutputPath>bin\Release\</OutputPath>
35    <DefineConstants>TRACE</DefineConstants>
36    <ErrorReport>prompt</ErrorReport>
37    <WarningLevel>4</WarningLevel>
38    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
39    <DocumentationFile>bin\Release\HeuristicLab.Charting-3.3.xml</DocumentationFile>
40  </PropertyGroup>
41  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
42    <DebugSymbols>true</DebugSymbols>
43    <OutputPath>bin\x86\Debug\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <DebugType>full</DebugType>
46    <PlatformTarget>x86</PlatformTarget>
47    <ErrorReport>prompt</ErrorReport>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
50    <OutputPath>bin\x86\Release\</OutputPath>
51    <DefineConstants>TRACE</DefineConstants>
52    <DocumentationFile>bin\Release\HeuristicLab.Charting-3.2.XML</DocumentationFile>
53    <Optimize>true</Optimize>
54    <DebugType>pdbonly</DebugType>
55    <PlatformTarget>x86</PlatformTarget>
56    <ErrorReport>prompt</ErrorReport>
57  </PropertyGroup>
58  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
59    <DebugSymbols>true</DebugSymbols>
60    <OutputPath>bin\x64\Debug\</OutputPath>
61    <DefineConstants>DEBUG;TRACE</DefineConstants>
62    <DebugType>full</DebugType>
63    <PlatformTarget>x64</PlatformTarget>
64    <ErrorReport>prompt</ErrorReport>
65  </PropertyGroup>
66  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
67    <OutputPath>bin\x64\Release\</OutputPath>
68    <DefineConstants>TRACE</DefineConstants>
69    <DocumentationFile>bin\Release\HeuristicLab.Charting-3.2.XML</DocumentationFile>
70    <Optimize>true</Optimize>
71    <DebugType>pdbonly</DebugType>
72    <PlatformTarget>x64</PlatformTarget>
73    <ErrorReport>prompt</ErrorReport>
74  </PropertyGroup>
75  <ItemGroup>
76    <Reference Include="System" />
77    <Reference Include="System.Core">
78      <RequiredTargetFramework>3.5</RequiredTargetFramework>
79    </Reference>
80    <Reference Include="System.Data" />
81    <Reference Include="System.Drawing" />
82    <Reference Include="System.Windows.Forms" />
83    <Reference Include="System.Xml" />
84  </ItemGroup>
85  <ItemGroup>
86    <Compile Include="Chart.cs" />
87    <Compile Include="ChartControl.cs">
88      <SubType>UserControl</SubType>
89    </Compile>
90    <Compile Include="ChartControl.designer.cs">
91      <DependentUpon>ChartControl.cs</DependentUpon>
92    </Compile>
93    <Compile Include="ChartMode.cs" />
94    <Compile Include="AxisType.cs" />
95    <Compile Include="HeuristicLabChartingPlugin.cs" />
96    <Compile Include="Interfaces\IGroup.cs" />
97    <Compile Include="Interfaces\IChart.cs" />
98    <Compile Include="Interfaces\IPrimitive.cs" />
99    <Compile Include="Primitives\Axis.cs" />
100    <Compile Include="Primitives\AxisPrimitiveBase.cs" />
101    <Compile Include="Primitives\LinearPrimitiveBase.cs" />
102    <Compile Include="Primitives\RectangularPrimitiveBase.cs" />
103    <Compile Include="Primitives\Ellipse.cs" />
104    <Compile Include="Primitives\FixedSizeCircle.cs" />
105    <Compile Include="Primitives\FixedSizePrimitiveBase.cs" />
106    <Compile Include="Primitives\FixedSizeRectangle.cs" />
107    <Compile Include="Primitives\Group.cs" />
108    <Compile Include="Primitives\Line.cs" />
109    <Compile Include="Primitives\PrimitiveBase.cs" />
110    <Compile Include="Primitives\Rectangle.cs" />
111    <Compile Include="Primitives\SelectionRectangle.cs" />
112    <Compile Include="PropertiesDialog.cs">
113      <SubType>Form</SubType>
114    </Compile>
115    <Compile Include="PropertiesDialog.designer.cs">
116      <DependentUpon>PropertiesDialog.cs</DependentUpon>
117    </Compile>
118    <Compile Include="Properties\AssemblyInfo.cs" />
119    <Compile Include="Structs\Offset.cs" />
120    <Compile Include="Structs\PointD.cs" />
121    <Compile Include="Structs\SizeD.cs" />
122  </ItemGroup>
123  <ItemGroup>
124    <EmbeddedResource Include="ChartControl.resx">
125      <DependentUpon>ChartControl.cs</DependentUpon>
126      <SubType>Designer</SubType>
127    </EmbeddedResource>
128    <EmbeddedResource Include="PropertiesDialog.resx">
129      <DependentUpon>PropertiesDialog.cs</DependentUpon>
130      <SubType>Designer</SubType>
131    </EmbeddedResource>
132  </ItemGroup>
133  <ItemGroup>
134    <None Include="ClassDiagram.cd" />
135    <None Include="HeuristicLab.snk" />
136    <None Include="Properties\AssemblyInfo.frame" />
137  </ItemGroup>
138  <ItemGroup>
139    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
140      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
141      <Name>HeuristicLab.PluginInfrastructure</Name>
142    </ProjectReference>
143  </ItemGroup>
144  <Import Project="$(MSBuildBinPath)\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.