Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Drawing/HeuristicLab.Drawing/3.3/HeuristicLab.Drawing-3.3.csproj @ 4773

Last change on this file since 4773 was 4773, checked in by abeham, 13 years ago

#1265

  • Created branch for HeuristicLab.Drawing
  • Updated license headers, namespaces and versions
File size: 8.7 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>
11    <RootNamespace>HeuristicLab.Drawing</RootNamespace>
12    <AssemblyName>HeuristicLab.Drawing-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>v3.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>bin\Debug\</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>bin\Release\</OutputPath>
53    <DefineConstants>TRACE</DefineConstants>
54    <ErrorReport>prompt</ErrorReport>
55    <WarningLevel>4</WarningLevel>
56    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
57    <DocumentationFile>bin\Release\HeuristicLab.Drawing-3.3.XML</DocumentationFile>
58    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
59  </PropertyGroup>
60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
61    <DebugSymbols>true</DebugSymbols>
62    <OutputPath>bin\x86\Debug\</OutputPath>
63    <DefineConstants>DEBUG;TRACE</DefineConstants>
64    <DebugType>full</DebugType>
65    <PlatformTarget>x86</PlatformTarget>
66    <ErrorReport>prompt</ErrorReport>
67    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
68  </PropertyGroup>
69  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
70    <OutputPath>bin\x86\Release\</OutputPath>
71    <DefineConstants>TRACE</DefineConstants>
72    <DocumentationFile>bin\Release\HeuristicLab.Drawing-3.3.XML</DocumentationFile>
73    <Optimize>true</Optimize>
74    <DebugType>pdbonly</DebugType>
75    <PlatformTarget>x86</PlatformTarget>
76    <ErrorReport>prompt</ErrorReport>
77    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
78  </PropertyGroup>
79  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
80    <DebugSymbols>true</DebugSymbols>
81    <OutputPath>bin\x64\Debug\</OutputPath>
82    <DefineConstants>DEBUG;TRACE</DefineConstants>
83    <DebugType>full</DebugType>
84    <PlatformTarget>x64</PlatformTarget>
85    <ErrorReport>prompt</ErrorReport>
86    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
87  </PropertyGroup>
88  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
89    <OutputPath>bin\x64\Release\</OutputPath>
90    <DefineConstants>TRACE</DefineConstants>
91    <DocumentationFile>bin\Release\HeuristicLab.Drawing-3.3.XML</DocumentationFile>
92    <Optimize>true</Optimize>
93    <DebugType>pdbonly</DebugType>
94    <PlatformTarget>x64</PlatformTarget>
95    <ErrorReport>prompt</ErrorReport>
96    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
97  </PropertyGroup>
98  <ItemGroup>
99    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
100      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
101    </Reference>
102    <Reference Include="System" />
103    <Reference Include="System.Data" />
104    <Reference Include="System.Drawing" />
105    <Reference Include="System.Windows.Forms" />
106    <Reference Include="System.Xml" />
107  </ItemGroup>
108  <ItemGroup>
109    <Compile Include="Chart.cs" />
110    <Compile Include="ChartControl.cs">
111      <SubType>UserControl</SubType>
112    </Compile>
113    <Compile Include="ChartControl.designer.cs">
114      <DependentUpon>ChartControl.cs</DependentUpon>
115    </Compile>
116    <Compile Include="ChartMode.cs" />
117    <Compile Include="AxisType.cs" />
118    <None Include="Plugin.cs.frame" />
119    <Compile Include="Plugin.cs" />
120    <Compile Include="Interfaces\IGroup.cs" />
121    <Compile Include="Interfaces\IChart.cs" />
122    <Compile Include="Interfaces\IPrimitive.cs" />
123    <Compile Include="Primitives\Axis.cs" />
124    <Compile Include="Primitives\AxisPrimitiveBase.cs" />
125    <Compile Include="Primitives\LinearPrimitiveBase.cs" />
126    <Compile Include="Primitives\RectangularPrimitiveBase.cs" />
127    <Compile Include="Primitives\Ellipse.cs" />
128    <Compile Include="Primitives\FixedSizeCircle.cs" />
129    <Compile Include="Primitives\FixedSizePrimitiveBase.cs" />
130    <Compile Include="Primitives\FixedSizeRectangle.cs" />
131    <Compile Include="Primitives\Group.cs" />
132    <Compile Include="Primitives\Line.cs" />
133    <Compile Include="Primitives\PrimitiveBase.cs" />
134    <Compile Include="Primitives\Rectangle.cs" />
135    <Compile Include="Primitives\SelectionRectangle.cs" />
136    <Compile Include="PropertiesDialog.cs">
137      <SubType>Form</SubType>
138    </Compile>
139    <Compile Include="PropertiesDialog.designer.cs">
140      <DependentUpon>PropertiesDialog.cs</DependentUpon>
141    </Compile>
142    <Compile Include="Properties\AssemblyInfo.cs" />
143    <Compile Include="Structs\Offset.cs" />
144    <Compile Include="Structs\PointD.cs" />
145    <Compile Include="Structs\SizeD.cs" />
146  </ItemGroup>
147  <ItemGroup>
148    <EmbeddedResource Include="ChartControl.resx">
149      <DependentUpon>ChartControl.cs</DependentUpon>
150      <SubType>Designer</SubType>
151    </EmbeddedResource>
152    <EmbeddedResource Include="PropertiesDialog.resx">
153      <DependentUpon>PropertiesDialog.cs</DependentUpon>
154      <SubType>Designer</SubType>
155    </EmbeddedResource>
156  </ItemGroup>
157  <ItemGroup>
158    <None Include="ClassDiagram.cd" />
159    <None Include="HeuristicLab.snk" />
160    <None Include="Properties\AssemblyInfo.frame" />
161  </ItemGroup>
162  <ItemGroup>
163    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
164      <Visible>False</Visible>
165      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
166      <Install>false</Install>
167    </BootstrapperPackage>
168    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
169      <Visible>False</Visible>
170      <ProductName>.NET Framework 3.5 SP1</ProductName>
171      <Install>true</Install>
172    </BootstrapperPackage>
173    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
174      <Visible>False</Visible>
175      <ProductName>Windows Installer 3.1</ProductName>
176      <Install>true</Install>
177    </BootstrapperPackage>
178  </ItemGroup>
179  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
180  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
181       Other similar extension points exist, see Microsoft.Common.targets.
182  <Target Name="BeforeBuild">
183  </Target>
184  <Target Name="AfterBuild">
185  </Target>
186  -->
187  <PropertyGroup>
188    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
189set ProjectDir=$(ProjectDir)
190set SolutionDir=$(SolutionDir)
191set Outdir=$(Outdir)
192
193call PreBuildEvent.cmd</PreBuildEvent>
194  </PropertyGroup>
195  <PropertyGroup>
196    <PostBuildEvent>set ProjectName=$(ProjectName)
197set Source=$(TargetPath)
198set Configuration=$(ConfigurationName)
199set Platform=$(PlatformName)
200set SolutionDir=$(SolutionDir)
201
202if exist "$(SolutionDir)CustomPostBuild.cmd" call "$(SolutionDir)CustomPostBuild.cmd"</PostBuildEvent>
203  </PropertyGroup>
204</Project>
Note: See TracBrowser for help on using the repository browser.