Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/02/14 21:22:53 (9 years ago)
Author:
ascheibe
Message:

#2280 switched all projects to .NET 4.5 (ExtLibs, HL, Tests, Services, Slave)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Services.Hive/3.3/HeuristicLab.Services.Hive-3.3.csproj

    r9665 r11623  
    1212    <AssemblyName>HeuristicLab.Services.Hive-3.3</AssemblyName>
    1313    <ProjectTypeGuids>{3D9AD99F-2412-4246-B90B-4EAA41C64699};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    14     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     14    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1515    <FileAlignment>512</FileAlignment>
    1616    <TargetFrameworkProfile />
     
    2525    <WarningLevel>4</WarningLevel>
    2626    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     27    <Prefer32Bit>false</Prefer32Bit>
    2728  </PropertyGroup>
    2829  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3637    </DocumentationFile>
    3738    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     39    <Prefer32Bit>false</Prefer32Bit>
    3840  </PropertyGroup>
    3941  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    4547    <ErrorReport>prompt</ErrorReport>
    4648    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     49    <Prefer32Bit>false</Prefer32Bit>
    4750  </PropertyGroup>
    4851  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    5659    <ErrorReport>prompt</ErrorReport>
    5760    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     61    <Prefer32Bit>false</Prefer32Bit>
    5862  </PropertyGroup>
    5963  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    6569    <ErrorReport>prompt</ErrorReport>
    6670    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     71    <Prefer32Bit>false</Prefer32Bit>
    6772  </PropertyGroup>
    6873  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    7681    <ErrorReport>prompt</ErrorReport>
    7782    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     83    <Prefer32Bit>false</Prefer32Bit>
    7884  </PropertyGroup>
    7985  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.