Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab/3.3/HeuristicLab-3.3.csproj @ 5163

Last change on this file since 5163 was 5163, checked in by swagner, 13 years ago

Reintegrated .NET 4.0 migration branch (#1350)

File size: 8.9 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></TargetFrameworkProfile>
41  </PropertyGroup>
42  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
43    <DebugSymbols>true</DebugSymbols>
44    <DebugType>full</DebugType>
45    <Optimize>false</Optimize>
46    <OutputPath>bin\Debug\</OutputPath>
47    <DefineConstants>DEBUG;TRACE</DefineConstants>
48    <ErrorReport>prompt</ErrorReport>
49    <WarningLevel>4</WarningLevel>
50    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
51  </PropertyGroup>
52  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
53    <DebugType>pdbonly</DebugType>
54    <Optimize>true</Optimize>
55    <OutputPath>bin\Release\</OutputPath>
56    <DefineConstants>TRACE</DefineConstants>
57    <ErrorReport>prompt</ErrorReport>
58    <WarningLevel>4</WarningLevel>
59    <DocumentationFile>bin\Release\HeuristicLab 3.3.xml</DocumentationFile>
60    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
61  </PropertyGroup>
62  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
63    <DebugSymbols>true</DebugSymbols>
64    <OutputPath>bin\x86\Debug\</OutputPath>
65    <DefineConstants>DEBUG;TRACE</DefineConstants>
66    <DebugType>full</DebugType>
67    <PlatformTarget>x86</PlatformTarget>
68    <ErrorReport>prompt</ErrorReport>
69    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
70  </PropertyGroup>
71  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
72    <OutputPath>bin\x86\Release\</OutputPath>
73    <DefineConstants>TRACE</DefineConstants>
74    <Optimize>true</Optimize>
75    <DebugType>pdbonly</DebugType>
76    <PlatformTarget>x86</PlatformTarget>
77    <ErrorReport>prompt</ErrorReport>
78    <DocumentationFile>bin\x86\Release\HeuristicLab 3.3.xml</DocumentationFile>
79    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
80  </PropertyGroup>
81  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
82    <DebugSymbols>true</DebugSymbols>
83    <OutputPath>bin\x64\Debug\</OutputPath>
84    <DefineConstants>DEBUG;TRACE</DefineConstants>
85    <DebugType>full</DebugType>
86    <PlatformTarget>x64</PlatformTarget>
87    <ErrorReport>prompt</ErrorReport>
88    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
89  </PropertyGroup>
90  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
91    <OutputPath>bin\x64\Release\</OutputPath>
92    <DefineConstants>TRACE</DefineConstants>
93    <Optimize>true</Optimize>
94    <DebugType>pdbonly</DebugType>
95    <PlatformTarget>x64</PlatformTarget>
96    <ErrorReport>prompt</ErrorReport>
97    <DocumentationFile>bin\x64\Release\HeuristicLab 3.3.xml</DocumentationFile>
98    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
99  </PropertyGroup>
100  <ItemGroup>
101    <Reference Include="System" />
102    <Reference Include="System.Core">
103      <RequiredTargetFramework>3.5</RequiredTargetFramework>
104    </Reference>
105    <Reference Include="System.Xml.Linq">
106      <RequiredTargetFramework>3.5</RequiredTargetFramework>
107    </Reference>
108    <Reference Include="System.Data.DataSetExtensions">
109      <RequiredTargetFramework>3.5</RequiredTargetFramework>
110    </Reference>
111    <Reference Include="System.Data" />
112    <Reference Include="System.Deployment" />
113    <Reference Include="System.Drawing" />
114    <Reference Include="System.Windows.Forms" />
115    <Reference Include="System.Xml" />
116  </ItemGroup>
117  <ItemGroup>
118    <Compile Include="Program.cs" />
119    <Compile Include="Properties\AssemblyInfo.cs" />
120    <EmbeddedResource Include="Properties\Resources.resx">
121      <Generator>ResXFileCodeGenerator</Generator>
122      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
123      <SubType>Designer</SubType>
124    </EmbeddedResource>
125    <Compile Include="Properties\Resources.Designer.cs">
126      <AutoGen>True</AutoGen>
127      <DependentUpon>Resources.resx</DependentUpon>
128      <DesignTime>True</DesignTime>
129    </Compile>
130    <None Include="app.config" />
131    <None Include="CustomPostBuild.cmd" />
132    <None Include="CopyAssemblies.cmd" />
133    <None Include="CustomPostBuildTemplate_UpdateLocalInstallation.cmd" />
134    <None Include="HeuristicLab.snk" />
135    <None Include="MergeConfigs.cmd" />
136    <None Include="Properties\AssemblyInfo.frame" />
137    <None Include="Properties\Settings.settings">
138      <Generator>SettingsSingleFileGenerator</Generator>
139      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
140    </None>
141    <Compile Include="Properties\Settings.Designer.cs">
142      <AutoGen>True</AutoGen>
143      <DependentUpon>Settings.settings</DependentUpon>
144      <DesignTimeSharedInput>True</DesignTimeSharedInput>
145    </Compile>
146  </ItemGroup>
147  <ItemGroup>
148    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
149      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
150      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
151    </ProjectReference>
152  </ItemGroup>
153  <ItemGroup>
154    <None Include="GNU General Public License.txt">
155      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
156    </None>
157    <Content Include="Files.txt">
158    </Content>
159    <Content Include="Files.x64.txt">
160    </Content>
161    <Content Include="Files.x86.txt">
162    </Content>
163    <None Include="HeuristicLab 3.3 License.txt">
164      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
165    </None>
166    <Content Include="HeuristicLab.ico" />
167  </ItemGroup>
168  <ItemGroup>
169    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
170      <Visible>False</Visible>
171      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
172      <Install>false</Install>
173    </BootstrapperPackage>
174    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
175      <Visible>False</Visible>
176      <ProductName>.NET Framework 3.5 SP1</ProductName>
177      <Install>true</Install>
178    </BootstrapperPackage>
179    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
180      <Visible>False</Visible>
181      <ProductName>Windows Installer 3.1</ProductName>
182      <Install>true</Install>
183    </BootstrapperPackage>
184  </ItemGroup>
185  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
186  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
187       Other similar extension points exist, see Microsoft.Common.targets.
188  <Target Name="BeforeBuild">
189  </Target>
190  <Target Name="AfterBuild">
191  </Target>
192  -->
193  <PropertyGroup>
194    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
195set ProjectDir=$(ProjectDir)
196set SolutionDir=$(SolutionDir)
197set Outdir=$(Outdir)
198set Configuration=$(ConfigurationName)
199
200call PreBuildEvent.cmd</PreBuildEvent>
201    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
202set ProjectDir=$(ProjectDir)
203set SolutionDir=$(SolutionDir)
204set Outdir=$(Outdir)
205set Platform=$(PlatformName)
206set Configuration=$(ConfigurationName)
207
208call MergeConfigs.cmd
209call CopyAssemblies.cmd
210if exist "%25ProjectDir%25CustomPostBuild.cmd" call CustomPostBuild.cmd</PostBuildEvent>
211  </PropertyGroup>
212</Project>
Note: See TracBrowser for help on using the repository browser.