Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab 3.3/HeuristicLab 3.3.csproj @ 2861

Last change on this file since 2861 was 2803, checked in by mkommend, 14 years ago

changed HL3.3 x64 configuration (ticket #867)

File size: 6.6 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" 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</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  </PropertyGroup>
21  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22    <DebugSymbols>true</DebugSymbols>
23    <DebugType>full</DebugType>
24    <Optimize>false</Optimize>
25    <OutputPath>bin\Debug\</OutputPath>
26    <DefineConstants>DEBUG;TRACE</DefineConstants>
27    <ErrorReport>prompt</ErrorReport>
28    <WarningLevel>4</WarningLevel>
29  </PropertyGroup>
30  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31    <DebugType>pdbonly</DebugType>
32    <Optimize>true</Optimize>
33    <OutputPath>bin\Release\</OutputPath>
34    <DefineConstants>TRACE</DefineConstants>
35    <ErrorReport>prompt</ErrorReport>
36    <WarningLevel>4</WarningLevel>
37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
39    <DebugSymbols>true</DebugSymbols>
40    <OutputPath>bin\x86\Debug\</OutputPath>
41    <DefineConstants>DEBUG;TRACE</DefineConstants>
42    <DebugType>full</DebugType>
43    <PlatformTarget>x86</PlatformTarget>
44    <ErrorReport>prompt</ErrorReport>
45  </PropertyGroup>
46  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
47    <OutputPath>bin\x86\Release\</OutputPath>
48    <DefineConstants>TRACE</DefineConstants>
49    <Optimize>true</Optimize>
50    <DebugType>pdbonly</DebugType>
51    <PlatformTarget>x86</PlatformTarget>
52    <ErrorReport>prompt</ErrorReport>
53  </PropertyGroup>
54  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
55    <DebugSymbols>true</DebugSymbols>
56    <OutputPath>bin\x64\Debug\</OutputPath>
57    <DefineConstants>DEBUG;TRACE</DefineConstants>
58    <DebugType>full</DebugType>
59    <PlatformTarget>x64</PlatformTarget>
60    <ErrorReport>prompt</ErrorReport>
61  </PropertyGroup>
62  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
63    <OutputPath>bin\x64\Release\</OutputPath>
64    <DefineConstants>TRACE</DefineConstants>
65    <Optimize>true</Optimize>
66    <DebugType>pdbonly</DebugType>
67    <PlatformTarget>x64</PlatformTarget>
68    <ErrorReport>prompt</ErrorReport>
69  </PropertyGroup>
70  <ItemGroup>
71    <Reference Include="System" />
72    <Reference Include="System.Core">
73      <RequiredTargetFramework>3.5</RequiredTargetFramework>
74    </Reference>
75    <Reference Include="System.Xml.Linq">
76      <RequiredTargetFramework>3.5</RequiredTargetFramework>
77    </Reference>
78    <Reference Include="System.Data.DataSetExtensions">
79      <RequiredTargetFramework>3.5</RequiredTargetFramework>
80    </Reference>
81    <Reference Include="System.Data" />
82    <Reference Include="System.Deployment" />
83    <Reference Include="System.Drawing" />
84    <Reference Include="System.Windows.Forms" />
85    <Reference Include="System.Xml" />
86  </ItemGroup>
87  <ItemGroup>
88    <Compile Include="Program.cs" />
89    <Compile Include="Properties\AssemblyInfo.cs" />
90    <EmbeddedResource Include="Properties\Resources.resx">
91      <Generator>ResXFileCodeGenerator</Generator>
92      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
93      <SubType>Designer</SubType>
94    </EmbeddedResource>
95    <Compile Include="Properties\Resources.Designer.cs">
96      <AutoGen>True</AutoGen>
97      <DependentUpon>Resources.resx</DependentUpon>
98      <DesignTime>True</DesignTime>
99    </Compile>
100    <None Include="app.config" />
101    <None Include="CopyAssemblies.cmd" />
102    <None Include="CreateConsoleApplication.cmd" />
103    <None Include="CustomPostBuild.cmd" />
104    <None Include="CustomPostBuildTemplate_UpdateLocalInstallation.cmd" />
105    <None Include="HeuristicLab.snk" />
106    <None Include="MergeConfigs.cmd" />
107    <None Include="Properties\AssemblyInfo.frame" />
108    <None Include="Properties\Settings.settings">
109      <Generator>SettingsSingleFileGenerator</Generator>
110      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
111    </None>
112    <Compile Include="Properties\Settings.Designer.cs">
113      <AutoGen>True</AutoGen>
114      <DependentUpon>Settings.settings</DependentUpon>
115      <DesignTimeSharedInput>True</DesignTimeSharedInput>
116    </Compile>
117  </ItemGroup>
118  <ItemGroup>
119    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
120      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
121      <Name>HeuristicLab.PluginInfrastructure</Name>
122    </ProjectReference>
123  </ItemGroup>
124  <ItemGroup>
125    <Content Include="Files.txt">
126    </Content>
127    <Content Include="Files.x64.txt">
128    </Content>
129    <Content Include="Files.x86.txt">
130    </Content>
131    <Content Include="HeuristicLab.ico" />
132  </ItemGroup>
133  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
134  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
135       Other similar extension points exist, see Microsoft.Common.targets.
136  <Target Name="BeforeBuild">
137  </Target>
138  <Target Name="AfterBuild">
139  </Target>
140  -->
141  <PropertyGroup>
142    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
143set ProjectDir=$(ProjectDir)
144set SolutionDir=$(SolutionDir)
145set Outdir=$(Outdir)
146set Configuration=$(ConfigurationName)
147
148call PreBuildEvent.cmd</PreBuildEvent>
149    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
150set ProjectDir=$(ProjectDir)
151set SolutionDir=$(SolutionDir)
152set Outdir=$(Outdir)
153set Platform=$(PlatformName)
154set Configuration=$(ConfigurationName)
155
156call CreateConsoleApplication.cmd
157call MergeConfigs.cmd
158call CopyAssemblies.cmd
159if exist "%25ProjectDir%25CustomPostBuild.cmd" call CustomPostBuild.cmd</PostBuildEvent>
160  </PropertyGroup>
161</Project>
Note: See TracBrowser for help on using the repository browser.