Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1265: worked on visualization

  • added Selected to ChartMode
  • added PrimitiveAttribute
File size: 10.8 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" />
[13105]132    <Compile Include="ChartModes\PanChartMode.cs" />
133    <Compile Include="ChartModes\RulerChartMode.cs" />
[13132]134    <Compile Include="PrimitiveAttribute.cs" />
[13045]135    <Compile Include="Primitives\Grid.cs" />
136    <Compile Include="Properties\Resources.Designer.cs">
137      <AutoGen>True</AutoGen>
138      <DesignTime>True</DesignTime>
139      <DependentUpon>Resources.resx</DependentUpon>
140    </Compile>
[13076]141    <Compile Include="ChartModes\SelectChartMode.cs" />
[13112]142    <Compile Include="RenderStage.cs" />
143    <Compile Include="RenderStages\BackgroundColorRenderStage.cs" />
144    <Compile Include="RenderStages\EnabledRenderStage.cs" />
145    <Compile Include="RenderStages\GridRenderStage.cs" />
146    <Compile Include="RenderStages\GroupRenderStage.cs" />
[12536]147    <Compile Include="Trees\LayoutEngines\BoxesLayoutEngine.cs" />
148    <Compile Include="Trees\LayoutEngines\ILayoutEngine.cs" />
149    <Compile Include="Trees\LayoutEngines\LayoutNode.cs" />
150    <Compile Include="Trees\LayoutEngines\ReingoldTilfordLayoutEngine.cs" />
151    <Compile Include="Trees\VisualTreeNode.cs" />
152    <Compile Include="Trees\VisualTreeNodeConnection.cs" />
[13076]153    <Compile Include="ChartModes\ZoomInChartMode.cs" />
154    <Compile Include="ChartModes\ZoomOutChartMode.cs" />
[4773]155    <None Include="Plugin.cs.frame" />
156    <Compile Include="Plugin.cs" />
[13045]157    <Compile Include="Interfaces\IGrid.cs" />
[4773]158    <Compile Include="Interfaces\IGroup.cs" />
159    <Compile Include="Interfaces\IChart.cs" />
160    <Compile Include="Interfaces\IPrimitive.cs" />
161    <Compile Include="Primitives\Axis.cs" />
162    <Compile Include="Primitives\AxisPrimitiveBase.cs" />
163    <Compile Include="Primitives\LinearPrimitiveBase.cs" />
164    <Compile Include="Primitives\RectangularPrimitiveBase.cs" />
165    <Compile Include="Primitives\Ellipse.cs" />
166    <Compile Include="Primitives\FixedSizeCircle.cs" />
167    <Compile Include="Primitives\FixedSizePrimitiveBase.cs" />
168    <Compile Include="Primitives\FixedSizeRectangle.cs" />
169    <Compile Include="Primitives\Group.cs" />
170    <Compile Include="Primitives\Line.cs" />
171    <Compile Include="Primitives\PrimitiveBase.cs" />
172    <Compile Include="Primitives\Rectangle.cs" />
173    <Compile Include="Primitives\SelectionRectangle.cs" />
174    <Compile Include="PropertiesDialog.cs">
175      <SubType>Form</SubType>
176    </Compile>
177    <Compile Include="PropertiesDialog.designer.cs">
178      <DependentUpon>PropertiesDialog.cs</DependentUpon>
179    </Compile>
180    <Compile Include="Properties\AssemblyInfo.cs" />
181    <Compile Include="Structs\Offset.cs" />
182    <Compile Include="Structs\PointD.cs" />
183    <Compile Include="Structs\SizeD.cs" />
184  </ItemGroup>
185  <ItemGroup>
[13045]186    <EmbeddedResource Include="Properties\Resources.resx">
187      <Generator>ResXFileCodeGenerator</Generator>
188      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
[4773]189    </EmbeddedResource>
190  </ItemGroup>
191  <ItemGroup>
192    <None Include="HeuristicLab.snk" />
193    <None Include="Properties\AssemblyInfo.frame" />
194  </ItemGroup>
195  <ItemGroup>
196    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
197      <Visible>False</Visible>
198      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
199      <Install>false</Install>
200    </BootstrapperPackage>
201    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
202      <Visible>False</Visible>
203      <ProductName>.NET Framework 3.5 SP1</ProductName>
204      <Install>true</Install>
205    </BootstrapperPackage>
206    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
207      <Visible>False</Visible>
208      <ProductName>Windows Installer 3.1</ProductName>
209      <Install>true</Install>
210    </BootstrapperPackage>
211  </ItemGroup>
[13045]212  <ItemGroup>
213    <EmbeddedResource Include="Resources\Hand.cur" />
214  </ItemGroup>
215  <ItemGroup>
216    <EmbeddedResource Include="Resources\ZoomIn.cur" />
217  </ItemGroup>
218  <ItemGroup>
219    <EmbeddedResource Include="Resources\ZoomOut.cur" />
220  </ItemGroup>
[4773]221  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
222  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
223       Other similar extension points exist, see Microsoft.Common.targets.
224  <Target Name="BeforeBuild">
225  </Target>
226  <Target Name="AfterBuild">
227  </Target>
228  -->
229  <PropertyGroup>
230    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
231set ProjectDir=$(ProjectDir)
232set SolutionDir=$(SolutionDir)
233set Outdir=$(Outdir)
234
235call PreBuildEvent.cmd</PreBuildEvent>
236  </PropertyGroup>
237  <PropertyGroup>
238    <PostBuildEvent>set ProjectName=$(ProjectName)
239set Source=$(TargetPath)
240set Configuration=$(ConfigurationName)
241set Platform=$(PlatformName)
242set SolutionDir=$(SolutionDir)
243
244if exist "$(SolutionDir)CustomPostBuild.cmd" call "$(SolutionDir)CustomPostBuild.cmd"</PostBuildEvent>
245  </PropertyGroup>
246</Project>
Note: See TracBrowser for help on using the repository browser.