Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 4498 was 4498, checked in by swagner, 14 years ago

Updated license files (#1209)

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