Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 14679 was 14679, checked in by abeham, 7 years ago

#1265: fixed output paths for some build configurations

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