Free cookie consent management tool by TermsFeed Policy Generator

source: tags/3.3.10/HeuristicLab/3.3/HeuristicLab-3.3.csproj @ 11179

Last change on this file since 11179 was 9203, checked in by abeham, 11 years ago

#2012:

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