Free cookie consent management tool by TermsFeed Policy Generator

source: branches/NET40/sources/HeuristicLab.Common/3.3/HeuristicLab.Common-3.3.csproj @ 5142

Last change on this file since 5142 was 5142, checked in by swagner, 13 years ago

Migrated projects to .NET 4.0 (#1350)

File size: 7.7 KB
RevLine 
[2315]1<?xml version="1.0" encoding="utf-8"?>
[4065]2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
[2315]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>
[3383]8    <ProjectGuid>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</ProjectGuid>
[2315]9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Common</RootNamespace>
[3384]12    <AssemblyName>HeuristicLab.Common-3.3</AssemblyName>
[5142]13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile></TargetFrameworkProfile>
[2315]15    <FileAlignment>512</FileAlignment>
16    <SignAssembly>true</SignAssembly>
17    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
[4065]18    <FileUpgradeFlags>
19    </FileUpgradeFlags>
20    <OldToolsVersion>3.5</OldToolsVersion>
21    <UpgradeBackupLocation />
22    <PublishUrl>publish\</PublishUrl>
23    <Install>true</Install>
24    <InstallFrom>Disk</InstallFrom>
25    <UpdateEnabled>false</UpdateEnabled>
26    <UpdateMode>Foreground</UpdateMode>
27    <UpdateInterval>7</UpdateInterval>
28    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
29    <UpdatePeriodically>false</UpdatePeriodically>
30    <UpdateRequired>false</UpdateRequired>
31    <MapFileExtensions>true</MapFileExtensions>
32    <ApplicationRevision>0</ApplicationRevision>
33    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
34    <IsWebBootstrapper>false</IsWebBootstrapper>
35    <UseApplicationTrust>false</UseApplicationTrust>
36    <BootstrapperEnabled>true</BootstrapperEnabled>
[2315]37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
39    <DebugSymbols>true</DebugSymbols>
40    <DebugType>full</DebugType>
41    <Optimize>false</Optimize>
42    <OutputPath>bin\Debug\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <ErrorReport>prompt</ErrorReport>
45    <WarningLevel>4</WarningLevel>
[4065]46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2315]47  </PropertyGroup>
48  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
49    <DebugType>pdbonly</DebugType>
50    <Optimize>true</Optimize>
51    <OutputPath>bin\Release\</OutputPath>
52    <DefineConstants>TRACE</DefineConstants>
53    <ErrorReport>prompt</ErrorReport>
54    <WarningLevel>4</WarningLevel>
[3384]55    <DocumentationFile>bin\Release\HeuristicLab.Common-3.3.xml</DocumentationFile>
[4065]56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2315]57  </PropertyGroup>
58  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
59    <DebugSymbols>true</DebugSymbols>
60    <OutputPath>bin\x86\Debug\</OutputPath>
61    <DefineConstants>DEBUG;TRACE</DefineConstants>
62    <DebugType>full</DebugType>
63    <PlatformTarget>x86</PlatformTarget>
64    <ErrorReport>prompt</ErrorReport>
[4065]65    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2315]66  </PropertyGroup>
67  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
68    <OutputPath>bin\x86\Release\</OutputPath>
69    <DefineConstants>TRACE</DefineConstants>
70    <Optimize>true</Optimize>
71    <DebugType>pdbonly</DebugType>
72    <PlatformTarget>x86</PlatformTarget>
73    <ErrorReport>prompt</ErrorReport>
[3384]74    <DocumentationFile>bin\x86\Release\HeuristicLab.Common-3.3.xml</DocumentationFile>
[4065]75    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2315]76  </PropertyGroup>
[2367]77  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
78    <DebugSymbols>true</DebugSymbols>
79    <OutputPath>bin\x64\Debug\</OutputPath>
80    <DefineConstants>DEBUG;TRACE</DefineConstants>
81    <DebugType>full</DebugType>
82    <PlatformTarget>x64</PlatformTarget>
83    <ErrorReport>prompt</ErrorReport>
[4065]84    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2367]85  </PropertyGroup>
86  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
87    <OutputPath>bin\x64\Release\</OutputPath>
88    <DefineConstants>TRACE</DefineConstants>
89    <Optimize>true</Optimize>
90    <DebugType>pdbonly</DebugType>
91    <PlatformTarget>x64</PlatformTarget>
92    <ErrorReport>prompt</ErrorReport>
[3384]93    <DocumentationFile>bin\x64\Release\HeuristicLab.Common-3.3.xml</DocumentationFile>
[4065]94    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2367]95  </PropertyGroup>
[2315]96  <ItemGroup>
97    <Reference Include="System" />
98    <Reference Include="System.Core">
99      <RequiredTargetFramework>3.5</RequiredTargetFramework>
100    </Reference>
[4808]101    <Reference Include="System.Drawing" />
[2315]102    <Reference Include="System.Xml.Linq">
103      <RequiredTargetFramework>3.5</RequiredTargetFramework>
104    </Reference>
105    <Reference Include="System.Data.DataSetExtensions">
106      <RequiredTargetFramework>3.5</RequiredTargetFramework>
107    </Reference>
108    <Reference Include="System.Data" />
109    <Reference Include="System.Xml" />
[2458]110    <Reference Include="WindowsBase">
111      <RequiredTargetFramework>3.0</RequiredTargetFramework>
112    </Reference>
[2315]113  </ItemGroup>
114  <ItemGroup>
[2474]115    <Compile Include="CancelEventArgs.cs" />
[2754]116    <None Include="HeuristicLabCommonPlugin.cs.frame" />
[4808]117    <Compile Include="ColorGradient.cs" />
[3376]118    <Compile Include="Cloner.cs" />
[3405]119    <Compile Include="Content\ContentManager.cs" />
120    <Compile Include="Content\IStorableContent.cs" />
[3385]121    <Compile Include="DeepCloneable.cs" />
[3405]122    <Compile Include="Content\IContent.cs" />
[3462]123    <Compile Include="EnumerableStatisticExtensions.cs" />
[3376]124    <Compile Include="IDeepCloneable.cs" />
[2790]125    <Compile Include="ReferenceEqualityComparer.cs" />
[2739]126    <Compile Include="TypeExtensions.cs" />
[2324]127    <Compile Include="DoubleExtensions.cs">
128      <SubType>Code</SubType>
129    </Compile>
[2371]130    <Compile Include="EventArgs.cs" />
[2315]131    <Compile Include="HeuristicLabCommonPlugin.cs" />
[2476]132    <Compile Include="Properties\AssemblyInfo.cs" />
[2315]133  </ItemGroup>
134  <ItemGroup>
[3832]135    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
[2315]136      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
[3832]137      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
[2315]138    </ProjectReference>
139  </ItemGroup>
140  <ItemGroup>
[2316]141    <None Include="Properties\AssemblyInfo.frame" />
[2315]142    <None Include="HeuristicLab.snk" />
143  </ItemGroup>
[4065]144  <ItemGroup>
145    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
146      <Visible>False</Visible>
147      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
148      <Install>false</Install>
149    </BootstrapperPackage>
150    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
151      <Visible>False</Visible>
152      <ProductName>.NET Framework 3.5 SP1</ProductName>
153      <Install>true</Install>
154    </BootstrapperPackage>
155    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
156      <Visible>False</Visible>
157      <ProductName>Windows Installer 3.1</ProductName>
158      <Install>true</Install>
159    </BootstrapperPackage>
160  </ItemGroup>
[2315]161  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
162  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
163       Other similar extension points exist, see Microsoft.Common.targets.
164  <Target Name="BeforeBuild">
165  </Target>
166  <Target Name="AfterBuild">
167  </Target>
168  -->
169  <PropertyGroup>
170    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
171set ProjectDir=$(ProjectDir)
172set SolutionDir=$(SolutionDir)
173set Outdir=$(Outdir)
174
[2754]175call PreBuildEvent.cmd
176SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabCommonPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabCommonPlugin.cs"</PreBuildEvent>
[2315]177  </PropertyGroup>
178</Project>
Note: See TracBrowser for help on using the repository browser.