Free cookie consent management tool by TermsFeed Policy Generator

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

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

Restructured repository in preparation of the HeuristicLab 3.3.0 release (#1000)

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