Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 13076 was 13076, checked in by jkarder, 8 years ago

#1265: implemented new chart mode concept

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