Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Trunk/HeuristicLab/3.3/HeuristicLab-3.3.csproj @ 6829

Last change on this file since 6829 was 6829, checked in by mkommend, 13 years ago

#1653: Renamed branch and set common build directory.

File size: 9.0 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
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>{B1DCDECA-B56E-41D5-9850-EF0D3A77DEAF}</ProjectGuid>
9    <OutputType>WinExe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab</RootNamespace>
12    <AssemblyName>HeuristicLab 3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17    <StartupObject>HeuristicLab.Program</StartupObject>
18    <RunPostBuildEvent>Always</RunPostBuildEvent>
19    <ApplicationIcon>HeuristicLab.ico</ApplicationIcon>
20    <DisableFastUpToDateCheck>true</DisableFastUpToDateCheck>
21    <FileUpgradeFlags>
22    </FileUpgradeFlags>
23    <OldToolsVersion>3.5</OldToolsVersion>
24    <UpgradeBackupLocation />
25    <PublishUrl>publish\</PublishUrl>
26    <Install>true</Install>
27    <InstallFrom>Disk</InstallFrom>
28    <UpdateEnabled>false</UpdateEnabled>
29    <UpdateMode>Foreground</UpdateMode>
30    <UpdateInterval>7</UpdateInterval>
31    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
32    <UpdatePeriodically>false</UpdatePeriodically>
33    <UpdateRequired>false</UpdateRequired>
34    <MapFileExtensions>true</MapFileExtensions>
35    <ApplicationRevision>0</ApplicationRevision>
36    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
37    <IsWebBootstrapper>false</IsWebBootstrapper>
38    <UseApplicationTrust>false</UseApplicationTrust>
39    <BootstrapperEnabled>true</BootstrapperEnabled>
40    <TargetFrameworkProfile>
41    </TargetFrameworkProfile>
42  </PropertyGroup>
43  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
44    <DebugSymbols>true</DebugSymbols>
45    <DebugType>full</DebugType>
46    <Optimize>false</Optimize>
47    <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath>
48    <DefineConstants>DEBUG;TRACE</DefineConstants>
49    <ErrorReport>prompt</ErrorReport>
50    <WarningLevel>4</WarningLevel>
51    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
52  </PropertyGroup>
53  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
54    <DebugType>pdbonly</DebugType>
55    <Optimize>true</Optimize>
56    <OutputPath>$(SolutionDir)\bin\Release\</OutputPath>
57    <DefineConstants>TRACE</DefineConstants>
58    <ErrorReport>prompt</ErrorReport>
59    <WarningLevel>4</WarningLevel>
60    <DocumentationFile>bin\Release\HeuristicLab 3.3.xml</DocumentationFile>
61    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
62  </PropertyGroup>
63  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
64    <DebugSymbols>true</DebugSymbols>
65    <OutputPath>$(SolutionDir)\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  </PropertyGroup>
72  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
73    <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
74    <DefineConstants>TRACE</DefineConstants>
75    <Optimize>true</Optimize>
76    <DebugType>pdbonly</DebugType>
77    <PlatformTarget>x86</PlatformTarget>
78    <ErrorReport>prompt</ErrorReport>
79    <DocumentationFile>bin\x86\Release\HeuristicLab 3.3.xml</DocumentationFile>
80    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
81  </PropertyGroup>
82  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
83    <DebugSymbols>true</DebugSymbols>
84    <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
85    <DefineConstants>DEBUG;TRACE</DefineConstants>
86    <DebugType>full</DebugType>
87    <PlatformTarget>x64</PlatformTarget>
88    <ErrorReport>prompt</ErrorReport>
89    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
90  </PropertyGroup>
91  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
92    <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
93    <DefineConstants>TRACE</DefineConstants>
94    <Optimize>true</Optimize>
95    <DebugType>pdbonly</DebugType>
96    <PlatformTarget>x64</PlatformTarget>
97    <ErrorReport>prompt</ErrorReport>
98    <DocumentationFile>bin\x64\Release\HeuristicLab 3.3.xml</DocumentationFile>
99    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
100  </PropertyGroup>
101  <ItemGroup>
102    <Reference Include="System" />
103    <Reference Include="System.Core">
104      <RequiredTargetFramework>3.5</RequiredTargetFramework>
105    </Reference>
106    <Reference Include="System.Xml.Linq">
107      <RequiredTargetFramework>3.5</RequiredTargetFramework>
108    </Reference>
109    <Reference Include="System.Data.DataSetExtensions">
110      <RequiredTargetFramework>3.5</RequiredTargetFramework>
111    </Reference>
112    <Reference Include="System.Data" />
113    <Reference Include="System.Deployment" />
114    <Reference Include="System.Drawing" />
115    <Reference Include="System.Windows.Forms" />
116    <Reference Include="System.Xml" />
117  </ItemGroup>
118  <ItemGroup>
119    <Compile Include="Program.cs" />
120    <Compile Include="Properties\AssemblyInfo.cs" />
121    <EmbeddedResource Include="Properties\Resources.resx">
122      <Generator>ResXFileCodeGenerator</Generator>
123      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
124      <SubType>Designer</SubType>
125    </EmbeddedResource>
126    <Compile Include="Properties\Resources.Designer.cs">
127      <AutoGen>True</AutoGen>
128      <DependentUpon>Resources.resx</DependentUpon>
129      <DesignTime>True</DesignTime>
130    </Compile>
131    <None Include="app.config">
132      <SubType>Designer</SubType>
133    </None>
134    <None Include="CustomPostBuild.cmd" />
135    <None Include="CustomPostBuildTemplate_UpdateLocalInstallation.cmd" />
136    <None Include="HeuristicLab.snk" />
137    <None Include="MergeConfigs.cmd" />
138    <None Include="Properties\AssemblyInfo.frame" />
139    <None Include="Properties\Settings.settings">
140      <Generator>SettingsSingleFileGenerator</Generator>
141      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
142    </None>
143    <Compile Include="Properties\Settings.Designer.cs">
144      <AutoGen>True</AutoGen>
145      <DependentUpon>Settings.settings</DependentUpon>
146      <DesignTimeSharedInput>True</DesignTimeSharedInput>
147    </Compile>
148  </ItemGroup>
149  <ItemGroup>
150    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
151      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
152      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
153    </ProjectReference>
154  </ItemGroup>
155  <ItemGroup>
156    <None Include="GNU General Public License.txt">
157      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
158    </None>
159    <Content Include="Files.txt">
160    </Content>
161    <Content Include="Files.x64.txt">
162    </Content>
163    <Content Include="Files.x86.txt">
164    </Content>
165    <None Include="HeuristicLab 3.3 License.txt">
166      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
167    </None>
168    <Content Include="HeuristicLab.ico" />
169  </ItemGroup>
170  <ItemGroup>
171    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
172      <Visible>False</Visible>
173      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
174      <Install>false</Install>
175    </BootstrapperPackage>
176    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
177      <Visible>False</Visible>
178      <ProductName>.NET Framework 3.5 SP1</ProductName>
179      <Install>true</Install>
180    </BootstrapperPackage>
181    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
182      <Visible>False</Visible>
183      <ProductName>Windows Installer 3.1</ProductName>
184      <Install>true</Install>
185    </BootstrapperPackage>
186  </ItemGroup>
187  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
188  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
189       Other similar extension points exist, see Microsoft.Common.targets.
190  <Target Name="BeforeBuild">
191  </Target>
192  <Target Name="AfterBuild">
193  </Target>
194  -->
195  <PropertyGroup>
196    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
197set ProjectDir=$(ProjectDir)
198set SolutionDir=$(SolutionDir)
199set Outdir=$(Outdir)
200set Configuration=$(ConfigurationName)
201
202call PreBuildEvent.cmd</PreBuildEvent>
203    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
204set ProjectDir=$(ProjectDir)
205set SolutionDir=$(SolutionDir)
206set Outdir=$(Outdir)
207set Platform=$(PlatformName)
208set Configuration=$(ConfigurationName)
209
210call MergeConfigs.cmd
211if exist "%25ProjectDir%25CustomPostBuild.cmd" call CustomPostBuild.cmd</PostBuildEvent>
212  </PropertyGroup>
213</Project>
Note: See TracBrowser for help on using the repository browser.