Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Visualization/HeuristicLab.Visualization/3.3/HeuristicLab.Visualization-3.3.csproj @ 10513

Last change on this file since 10513 was 10513, checked in by bburlacu, 10 years ago

#1265: Added TextPrimitive and LabeledPrimitive. Fixed group drawing order.

File size: 8.8 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
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>{B462D3CC-8866-42F0-9832-AD0967613B72}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Visualization</RootNamespace>
12    <AssemblyName>HeuristicLab.Visualization-3.3</AssemblyName>
13    <SignAssembly>true</SignAssembly>
14    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
15    <FileUpgradeFlags>
16    </FileUpgradeFlags>
17    <OldToolsVersion>3.5</OldToolsVersion>
18    <UpgradeBackupLocation>
19    </UpgradeBackupLocation>
20    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
21    <PublishUrl>publish\</PublishUrl>
22    <Install>true</Install>
23    <InstallFrom>Disk</InstallFrom>
24    <UpdateEnabled>false</UpdateEnabled>
25    <UpdateMode>Foreground</UpdateMode>
26    <UpdateInterval>7</UpdateInterval>
27    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
28    <UpdatePeriodically>false</UpdatePeriodically>
29    <UpdateRequired>false</UpdateRequired>
30    <MapFileExtensions>true</MapFileExtensions>
31    <ApplicationRevision>0</ApplicationRevision>
32    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33    <IsWebBootstrapper>false</IsWebBootstrapper>
34    <UseApplicationTrust>false</UseApplicationTrust>
35    <BootstrapperEnabled>true</BootstrapperEnabled>
36    <TargetFrameworkProfile />
37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
39    <DebugSymbols>true</DebugSymbols>
40    <DebugType>full</DebugType>
41    <Optimize>false</Optimize>
42    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <ErrorReport>prompt</ErrorReport>
45    <WarningLevel>4</WarningLevel>
46    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
50    <DebugType>pdbonly</DebugType>
51    <Optimize>true</Optimize>
52    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
53    <DefineConstants>TRACE</DefineConstants>
54    <ErrorReport>prompt</ErrorReport>
55    <WarningLevel>4</WarningLevel>
56    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
57    <DocumentationFile>
58    </DocumentationFile>
59    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
60  </PropertyGroup>
61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
62    <DebugSymbols>true</DebugSymbols>
63    <OutputPath>bin\x86\Debug\</OutputPath>
64    <DefineConstants>DEBUG;TRACE</DefineConstants>
65    <DebugType>full</DebugType>
66    <PlatformTarget>x86</PlatformTarget>
67    <ErrorReport>prompt</ErrorReport>
68    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
69  </PropertyGroup>
70  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
71    <OutputPath>bin\x86\Release\</OutputPath>
72    <DefineConstants>TRACE</DefineConstants>
73    <DocumentationFile>bin\Release\HeuristicLab.Drawing-3.3.XML</DocumentationFile>
74    <Optimize>true</Optimize>
75    <DebugType>pdbonly</DebugType>
76    <PlatformTarget>x86</PlatformTarget>
77    <ErrorReport>prompt</ErrorReport>
78    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
79  </PropertyGroup>
80  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
81    <DebugSymbols>true</DebugSymbols>
82    <OutputPath>bin\x64\Debug\</OutputPath>
83    <DefineConstants>DEBUG;TRACE</DefineConstants>
84    <DebugType>full</DebugType>
85    <PlatformTarget>x64</PlatformTarget>
86    <ErrorReport>prompt</ErrorReport>
87    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
88  </PropertyGroup>
89  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
90    <OutputPath>bin\x64\Release\</OutputPath>
91    <DefineConstants>TRACE</DefineConstants>
92    <DocumentationFile>bin\Release\HeuristicLab.Drawing-3.3.XML</DocumentationFile>
93    <Optimize>true</Optimize>
94    <DebugType>pdbonly</DebugType>
95    <PlatformTarget>x64</PlatformTarget>
96    <ErrorReport>prompt</ErrorReport>
97    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
98  </PropertyGroup>
99  <ItemGroup>
100    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
101      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
102    </Reference>
103    <Reference Include="System" />
104    <Reference Include="System.Data" />
105    <Reference Include="System.Drawing" />
106    <Reference Include="System.Windows.Forms" />
107    <Reference Include="System.Xml" />
108  </ItemGroup>
109  <ItemGroup>
110    <Compile Include="Chart.cs" />
111    <Compile Include="ChartControl.cs">
112      <SubType>UserControl</SubType>
113    </Compile>
114    <Compile Include="ChartControl.designer.cs">
115      <DependentUpon>ChartControl.cs</DependentUpon>
116    </Compile>
117    <Compile Include="ChartMode.cs" />
118    <Compile Include="AxisType.cs" />
119    <None Include="Plugin.cs.frame" />
120    <Compile Include="Plugin.cs" />
121    <Compile Include="Interfaces\IGroup.cs" />
122    <Compile Include="Interfaces\IChart.cs" />
123    <Compile Include="Interfaces\IPrimitive.cs" />
124    <Compile Include="Primitives\Axis.cs" />
125    <Compile Include="Primitives\AxisPrimitiveBase.cs" />
126    <Compile Include="Primitives\LabeledPrimitive.cs" />
127    <Compile Include="Primitives\LinearPrimitiveBase.cs" />
128    <Compile Include="Primitives\RectangularPrimitiveBase.cs" />
129    <Compile Include="Primitives\Ellipse.cs" />
130    <Compile Include="Primitives\FixedSizeCircle.cs" />
131    <Compile Include="Primitives\FixedSizePrimitiveBase.cs" />
132    <Compile Include="Primitives\FixedSizeRectangle.cs" />
133    <Compile Include="Primitives\Group.cs" />
134    <Compile Include="Primitives\Line.cs" />
135    <Compile Include="Primitives\PrimitiveBase.cs" />
136    <Compile Include="Primitives\Rectangle.cs" />
137    <Compile Include="Primitives\SelectionRectangle.cs" />
138    <Compile Include="Primitives\TextPrimitive.cs" />
139    <Compile Include="PropertiesDialog.cs">
140      <SubType>Form</SubType>
141    </Compile>
142    <Compile Include="PropertiesDialog.designer.cs">
143      <DependentUpon>PropertiesDialog.cs</DependentUpon>
144    </Compile>
145    <Compile Include="Properties\AssemblyInfo.cs" />
146    <Compile Include="Structs\Offset.cs" />
147    <Compile Include="Structs\PointD.cs" />
148    <Compile Include="Structs\SizeD.cs" />
149  </ItemGroup>
150  <ItemGroup>
151    <EmbeddedResource Include="ChartControl.resx">
152      <DependentUpon>ChartControl.cs</DependentUpon>
153      <SubType>Designer</SubType>
154    </EmbeddedResource>
155    <EmbeddedResource Include="PropertiesDialog.resx">
156      <DependentUpon>PropertiesDialog.cs</DependentUpon>
157      <SubType>Designer</SubType>
158    </EmbeddedResource>
159  </ItemGroup>
160  <ItemGroup>
161    <None Include="ClassDiagram.cd" />
162    <None Include="HeuristicLab.snk" />
163    <None Include="Properties\AssemblyInfo.frame" />
164  </ItemGroup>
165  <ItemGroup>
166    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
167      <Visible>False</Visible>
168      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
169      <Install>false</Install>
170    </BootstrapperPackage>
171    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
172      <Visible>False</Visible>
173      <ProductName>.NET Framework 3.5 SP1</ProductName>
174      <Install>true</Install>
175    </BootstrapperPackage>
176    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
177      <Visible>False</Visible>
178      <ProductName>Windows Installer 3.1</ProductName>
179      <Install>true</Install>
180    </BootstrapperPackage>
181  </ItemGroup>
182  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
183  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
184       Other similar extension points exist, see Microsoft.Common.targets.
185  <Target Name="BeforeBuild">
186  </Target>
187  <Target Name="AfterBuild">
188  </Target>
189  -->
190  <PropertyGroup>
191    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
192set ProjectDir=$(ProjectDir)
193set SolutionDir=$(SolutionDir)
194set Outdir=$(Outdir)
195
196call PreBuildEvent.cmd</PreBuildEvent>
197  </PropertyGroup>
198  <PropertyGroup>
199    <PostBuildEvent>set ProjectName=$(ProjectName)
200set Source=$(TargetPath)
201set Configuration=$(ConfigurationName)
202set Platform=$(PlatformName)
203set SolutionDir=$(SolutionDir)
204
205if exist "$(SolutionDir)CustomPostBuild.cmd" call "$(SolutionDir)CustomPostBuild.cmd"</PostBuildEvent>
206  </PropertyGroup>
207</Project>
Note: See TracBrowser for help on using the repository browser.