Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 13716 was 13716, checked in by bburlacu, 8 years ago

#1265: Added option to select the SmoothingMode in the ChartControl. Introduced a LabeledPrimitive which encapsulates a RectangularPrimitiveBase primitive and supports drawing a text label on top of it.
Introduced a set of useful methods in the PrimitiveUtil class for calculating intersection points between linear and rectangular primitives (useful for connecting shapes together).

File size: 10.9 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.5</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    <Prefer32Bit>false</Prefer32Bit>
49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51    <DebugType>pdbonly</DebugType>
52    <Optimize>true</Optimize>
53    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
54    <DefineConstants>TRACE</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
57    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
58    <DocumentationFile>
59    </DocumentationFile>
60    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
61    <Prefer32Bit>false</Prefer32Bit>
62  </PropertyGroup>
63  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
64    <DebugSymbols>true</DebugSymbols>
65    <OutputPath>bin\x86\Debug\</OutputPath>
66    <DefineConstants>DEBUG;TRACE</DefineConstants>
67    <DebugType>full</DebugType>
68    <PlatformTarget>x86</PlatformTarget>
69    <ErrorReport>prompt</ErrorReport>
70    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
71    <Prefer32Bit>false</Prefer32Bit>
72  </PropertyGroup>
73  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
74    <OutputPath>bin\x86\Release\</OutputPath>
75    <DefineConstants>TRACE</DefineConstants>
76    <DocumentationFile>bin\Release\HeuristicLab.Drawing-3.3.XML</DocumentationFile>
77    <Optimize>true</Optimize>
78    <DebugType>pdbonly</DebugType>
79    <PlatformTarget>x86</PlatformTarget>
80    <ErrorReport>prompt</ErrorReport>
81    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
82    <Prefer32Bit>false</Prefer32Bit>
83    <WarningLevel>0</WarningLevel>
84  </PropertyGroup>
85  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
86    <DebugSymbols>true</DebugSymbols>
87    <OutputPath>bin\x64\Debug\</OutputPath>
88    <DefineConstants>DEBUG;TRACE</DefineConstants>
89    <DebugType>full</DebugType>
90    <PlatformTarget>x64</PlatformTarget>
91    <ErrorReport>prompt</ErrorReport>
92    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
93    <Prefer32Bit>false</Prefer32Bit>
94  </PropertyGroup>
95  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
96    <OutputPath>bin\x64\Release\</OutputPath>
97    <DefineConstants>TRACE</DefineConstants>
98    <DocumentationFile>bin\Release\HeuristicLab.Drawing-3.3.XML</DocumentationFile>
99    <Optimize>true</Optimize>
100    <DebugType>pdbonly</DebugType>
101    <PlatformTarget>x64</PlatformTarget>
102    <ErrorReport>prompt</ErrorReport>
103    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
104    <Prefer32Bit>false</Prefer32Bit>
105  </PropertyGroup>
106  <ItemGroup>
107    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
108      <SpecificVersion>False</SpecificVersion>
109      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
110      <Private>False</Private>
111    </Reference>
112    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
113      <SpecificVersion>False</SpecificVersion>
114      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
115      <Private>False</Private>
116    </Reference>
117    <Reference Include="System" />
118    <Reference Include="System.Data" />
119    <Reference Include="System.Drawing" />
120    <Reference Include="System.Windows.Forms" />
121    <Reference Include="System.Xml" />
122  </ItemGroup>
123  <ItemGroup>
124    <Compile Include="Chart.cs" />
125    <Compile Include="ChartControl.cs">
126      <SubType>UserControl</SubType>
127    </Compile>
128    <Compile Include="ChartControl.designer.cs">
129      <DependentUpon>ChartControl.cs</DependentUpon>
130    </Compile>
131    <Compile Include="ChartMode.cs" />
132    <Compile Include="AxisType.cs" />
133    <Compile Include="ChartModes\PanChartMode.cs" />
134    <Compile Include="ChartModes\RulerChartMode.cs" />
135    <Compile Include="PrimitiveAttribute.cs" />
136    <Compile Include="Primitives\Grid.cs" />
137    <Compile Include="Primitives\LabeledPrimitive.cs" />
138    <Compile Include="Primitives\PrimitiveUtil.cs" />
139    <Compile Include="Properties\Resources.Designer.cs">
140      <AutoGen>True</AutoGen>
141      <DesignTime>True</DesignTime>
142      <DependentUpon>Resources.resx</DependentUpon>
143    </Compile>
144    <Compile Include="ChartModes\SelectChartMode.cs" />
145    <Compile Include="RenderStage.cs" />
146    <Compile Include="RenderStages\BackgroundColorRenderStage.cs" />
147    <Compile Include="RenderStages\EnabledRenderStage.cs" />
148    <Compile Include="RenderStages\GridRenderStage.cs" />
149    <Compile Include="RenderStages\GroupRenderStage.cs" />
150    <Compile Include="Trees\LayoutEngines\BoxesLayoutEngine.cs" />
151    <Compile Include="Trees\LayoutEngines\ILayoutEngine.cs" />
152    <Compile Include="Trees\LayoutEngines\LayoutNode.cs" />
153    <Compile Include="Trees\LayoutEngines\ReingoldTilfordLayoutEngine.cs" />
154    <Compile Include="Trees\VisualTreeNode.cs" />
155    <Compile Include="Trees\VisualTreeNodeConnection.cs" />
156    <Compile Include="ChartModes\ZoomInChartMode.cs" />
157    <Compile Include="ChartModes\ZoomOutChartMode.cs" />
158    <None Include="Plugin.cs.frame" />
159    <Compile Include="Plugin.cs" />
160    <Compile Include="Interfaces\IGrid.cs" />
161    <Compile Include="Interfaces\IGroup.cs" />
162    <Compile Include="Interfaces\IChart.cs" />
163    <Compile Include="Interfaces\IPrimitive.cs" />
164    <Compile Include="Primitives\Axis.cs" />
165    <Compile Include="Primitives\AxisPrimitiveBase.cs" />
166    <Compile Include="Primitives\LinearPrimitiveBase.cs" />
167    <Compile Include="Primitives\RectangularPrimitiveBase.cs" />
168    <Compile Include="Primitives\Ellipse.cs" />
169    <Compile Include="Primitives\FixedSizeCircle.cs" />
170    <Compile Include="Primitives\FixedSizePrimitiveBase.cs" />
171    <Compile Include="Primitives\FixedSizeRectangle.cs" />
172    <Compile Include="Primitives\Group.cs" />
173    <Compile Include="Primitives\Line.cs" />
174    <Compile Include="Primitives\PrimitiveBase.cs" />
175    <Compile Include="Primitives\Rectangle.cs" />
176    <Compile Include="Primitives\SelectionRectangle.cs" />
177    <Compile Include="PropertiesDialog.cs">
178      <SubType>Form</SubType>
179    </Compile>
180    <Compile Include="PropertiesDialog.designer.cs">
181      <DependentUpon>PropertiesDialog.cs</DependentUpon>
182    </Compile>
183    <Compile Include="Properties\AssemblyInfo.cs" />
184    <Compile Include="Structs\Offset.cs" />
185    <Compile Include="Structs\PointD.cs" />
186    <Compile Include="Structs\SizeD.cs" />
187  </ItemGroup>
188  <ItemGroup>
189    <EmbeddedResource Include="Properties\Resources.resx">
190      <Generator>ResXFileCodeGenerator</Generator>
191      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
192    </EmbeddedResource>
193  </ItemGroup>
194  <ItemGroup>
195    <None Include="HeuristicLab.snk" />
196    <None Include="Properties\AssemblyInfo.frame" />
197  </ItemGroup>
198  <ItemGroup>
199    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
200      <Visible>False</Visible>
201      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
202      <Install>false</Install>
203    </BootstrapperPackage>
204    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
205      <Visible>False</Visible>
206      <ProductName>.NET Framework 3.5 SP1</ProductName>
207      <Install>true</Install>
208    </BootstrapperPackage>
209    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
210      <Visible>False</Visible>
211      <ProductName>Windows Installer 3.1</ProductName>
212      <Install>true</Install>
213    </BootstrapperPackage>
214  </ItemGroup>
215  <ItemGroup>
216    <EmbeddedResource Include="Resources\Hand.cur" />
217  </ItemGroup>
218  <ItemGroup>
219    <EmbeddedResource Include="Resources\ZoomIn.cur" />
220  </ItemGroup>
221  <ItemGroup>
222    <EmbeddedResource Include="Resources\ZoomOut.cur" />
223  </ItemGroup>
224  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
225  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
226       Other similar extension points exist, see Microsoft.Common.targets.
227  <Target Name="BeforeBuild">
228  </Target>
229  <Target Name="AfterBuild">
230  </Target>
231  -->
232  <PropertyGroup>
233    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
234set ProjectDir=$(ProjectDir)
235set SolutionDir=$(SolutionDir)
236set Outdir=$(Outdir)
237
238call PreBuildEvent.cmd</PreBuildEvent>
239  </PropertyGroup>
240  <PropertyGroup>
241    <PostBuildEvent>set ProjectName=$(ProjectName)
242set Source=$(TargetPath)
243set Configuration=$(ConfigurationName)
244set Platform=$(PlatformName)
245set SolutionDir=$(SolutionDir)
246
247if exist "$(SolutionDir)CustomPostBuild.cmd" call "$(SolutionDir)CustomPostBuild.cmd"</PostBuildEvent>
248  </PropertyGroup>
249</Project>
Note: See TracBrowser for help on using the repository browser.