Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3040_VectorBasedGP/HeuristicLab/3.3/HeuristicLab-3.3.csproj

Last change on this file was 17930, checked in by pfleck, 4 years ago

#3040 Reworked external dependencies and merged some libraries (ILmerge) to avoid versions conflicts occuring on Hive.

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