Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2522_RefactorPluginInfrastructure/HeuristicLab/3.3/HeuristicLab-3.3.csproj @ 16371

Last change on this file since 16371 was 16144, checked in by jkarder, 6 years ago

#2522: reverse merged r16143

File size: 9.7 KB
RevLine 
[2492]1<?xml version="1.0" encoding="utf-8"?>
[4065]2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
[2492]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>
[2643]11    <RootNamespace>HeuristicLab</RootNamespace>
[3837]12    <AssemblyName>HeuristicLab 3.3</AssemblyName>
[16144]13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
[2492]14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
[2643]17    <StartupObject>HeuristicLab.Program</StartupObject>
[2492]18    <RunPostBuildEvent>Always</RunPostBuildEvent>
19    <ApplicationIcon>HeuristicLab.ico</ApplicationIcon>
[3737]20    <DisableFastUpToDateCheck>true</DisableFastUpToDateCheck>
[4065]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>
[5809]40    <TargetFrameworkProfile>
41    </TargetFrameworkProfile>
[2492]42  </PropertyGroup>
43  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
44    <DebugSymbols>true</DebugSymbols>
45    <DebugType>full</DebugType>
46    <Optimize>false</Optimize>
[6866]47    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2492]48    <DefineConstants>DEBUG;TRACE</DefineConstants>
49    <ErrorReport>prompt</ErrorReport>
50    <WarningLevel>4</WarningLevel>
[4065]51    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]52    <Prefer32Bit>false</Prefer32Bit>
[2492]53  </PropertyGroup>
54  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
55    <DebugType>pdbonly</DebugType>
56    <Optimize>true</Optimize>
[6866]57    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2492]58    <DefineConstants>TRACE</DefineConstants>
59    <ErrorReport>prompt</ErrorReport>
60    <WarningLevel>4</WarningLevel>
[6866]61    <DocumentationFile>
62    </DocumentationFile>
[4065]63    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]64    <Prefer32Bit>false</Prefer32Bit>
[2492]65  </PropertyGroup>
[2801]66  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
67    <DebugSymbols>true</DebugSymbols>
[6866]68    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2801]69    <DefineConstants>DEBUG;TRACE</DefineConstants>
70    <DebugType>full</DebugType>
71    <PlatformTarget>x86</PlatformTarget>
72    <ErrorReport>prompt</ErrorReport>
[4065]73    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]74    <Prefer32Bit>false</Prefer32Bit>
[2801]75  </PropertyGroup>
76  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
[6866]77    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2801]78    <DefineConstants>TRACE</DefineConstants>
79    <Optimize>true</Optimize>
80    <DebugType>pdbonly</DebugType>
81    <PlatformTarget>x86</PlatformTarget>
82    <ErrorReport>prompt</ErrorReport>
[6866]83    <DocumentationFile>
84    </DocumentationFile>
[4065]85    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]86    <Prefer32Bit>false</Prefer32Bit>
[2801]87  </PropertyGroup>
[2803]88  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
89    <DebugSymbols>true</DebugSymbols>
[6866]90    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2803]91    <DefineConstants>DEBUG;TRACE</DefineConstants>
92    <DebugType>full</DebugType>
93    <PlatformTarget>x64</PlatformTarget>
94    <ErrorReport>prompt</ErrorReport>
[4065]95    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]96    <Prefer32Bit>false</Prefer32Bit>
[2803]97  </PropertyGroup>
98  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
[6866]99    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2803]100    <DefineConstants>TRACE</DefineConstants>
101    <Optimize>true</Optimize>
102    <DebugType>pdbonly</DebugType>
103    <PlatformTarget>x64</PlatformTarget>
104    <ErrorReport>prompt</ErrorReport>
[6866]105    <DocumentationFile>
106    </DocumentationFile>
[4065]107    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]108    <Prefer32Bit>false</Prefer32Bit>
[2803]109  </PropertyGroup>
[15973]110  <PropertyGroup>
111    <ApplicationManifest>app.manifest</ApplicationManifest>
112  </PropertyGroup>
[2492]113  <ItemGroup>
114    <Reference Include="System" />
115    <Reference Include="System.Core">
116      <RequiredTargetFramework>3.5</RequiredTargetFramework>
117    </Reference>
118    <Reference Include="System.Xml.Linq">
119      <RequiredTargetFramework>3.5</RequiredTargetFramework>
120    </Reference>
121    <Reference Include="System.Data.DataSetExtensions">
122      <RequiredTargetFramework>3.5</RequiredTargetFramework>
123    </Reference>
124    <Reference Include="System.Data" />
125    <Reference Include="System.Deployment" />
126    <Reference Include="System.Drawing" />
127    <Reference Include="System.Windows.Forms" />
128    <Reference Include="System.Xml" />
129  </ItemGroup>
130  <ItemGroup>
131    <Compile Include="Program.cs" />
132    <Compile Include="Properties\AssemblyInfo.cs" />
133    <EmbeddedResource Include="Properties\Resources.resx">
134      <Generator>ResXFileCodeGenerator</Generator>
135      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
136      <SubType>Designer</SubType>
137    </EmbeddedResource>
138    <Compile Include="Properties\Resources.Designer.cs">
139      <AutoGen>True</AutoGen>
140      <DependentUpon>Resources.resx</DependentUpon>
141      <DesignTime>True</DesignTime>
142    </Compile>
[6207]143    <None Include="app.config">
144      <SubType>Designer</SubType>
145    </None>
[15973]146    <None Include="app.manifest">
147      <SubType>Designer</SubType>
148    </None>
[2492]149    <None Include="HeuristicLab.snk" />
[6866]150    <None Include="Properties\AssemblyInfo.cs.frame" />
[2492]151    <None Include="Properties\Settings.settings">
152      <Generator>SettingsSingleFileGenerator</Generator>
153      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
154    </None>
155    <Compile Include="Properties\Settings.Designer.cs">
156      <AutoGen>True</AutoGen>
157      <DependentUpon>Settings.settings</DependentUpon>
158      <DesignTimeSharedInput>True</DesignTimeSharedInput>
159    </Compile>
160  </ItemGroup>
161  <ItemGroup>
[4775]162    <None Include="GNU General Public License.txt">
163      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
164    </None>
[4498]165    <None Include="HeuristicLab 3.3 License.txt">
166      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
167    </None>
[2492]168    <Content Include="HeuristicLab.ico" />
169  </ItemGroup>
[4065]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>
[13338]187  <ItemGroup>
188    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure.UI\HeuristicLab.PluginInfrastructure.UI-4.0.csproj">
189      <Project>{7af3c7b6-8ba5-44f3-8d5b-2bf7a23cf12d}</Project>
190      <Name>HeuristicLab.PluginInfrastructure.UI-4.0</Name>
[13340]191      <Private>False</Private>
[13338]192    </ProjectReference>
[13389]193    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
194      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
195      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
196    </ProjectReference>
[13338]197  </ItemGroup>
[2492]198  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
199  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
200       Other similar extension points exist, see Microsoft.Common.targets.
201  <Target Name="BeforeBuild">
202  </Target>
203  <Target Name="AfterBuild">
204  </Target>
205  -->
206  <PropertyGroup>
[9203]207    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[2492]208set ProjectDir=$(ProjectDir)
209set SolutionDir=$(SolutionDir)
210
211call PreBuildEvent.cmd</PreBuildEvent>
[9203]212    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
[8600]213export ProjectDir=$(ProjectDir)
214export SolutionDir=$(SolutionDir)
215
216$SolutionDir/PreBuildEvent.sh
217</PreBuildEvent>
[15973]218    <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
219      set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
220      set ProjectDir=$(ProjectDir)
221      set SolutionDir=$(SolutionDir)
222      set OutDir=$(OutDir)
223      set TargetDir=$(TargetDir)
224      set Platform=$(PlatformName)
225      set Configuration=$(ConfigurationName)
[2492]226
[15973]227      call "$(SolutionDir)MergeConfigs.cmd"
228    </PostBuildEvent>
[9203]229    <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
[15973]230export OutDir=$(OutDir)
[8600]231export ProjectDir=$(ProjectDir)
232export SolutionDir=$(SolutionDir)
[15973]233export TargetDir=$(TargetDir)
[8600]234
235$SolutionDir/MergeConfigs.sh
236</PostBuildEvent>
[2492]237  </PropertyGroup>
238</Project>
Note: See TracBrowser for help on using the repository browser.