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.JanitorService/3.3/HeuristicLab.Services.Hive.JanitorService-3.3.csproj

    r11366 r11623  
    1111    <RootNamespace>HeuristicLab.Services.Hive.JanitorService</RootNamespace>
    1212    <AssemblyName>HeuristicLab.Services.Hive.JanitorService-3.3</AssemblyName>
    13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1414    <TargetFrameworkProfile>
    1515    </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.