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.Clients.Hive.Slave.WindowsService/3.3/HeuristicLab.Clients.Hive.Slave.WindowsService-3.3.csproj

    r10010 r11623  
    1111    <RootNamespace>HeuristicLab.Clients.Hive.Slave.WindowsService</RootNamespace>
    1212    <AssemblyName>HeuristicLab.Clients.Hive.Slave.WindowsService</AssemblyName>
    13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    1515    <IsWebBootstrapper>false</IsWebBootstrapper>
     
    3939    <WarningLevel>4</WarningLevel>
    4040    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     41    <Prefer32Bit>false</Prefer32Bit>
    4142  </PropertyGroup>
    4243  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    5051    </DocumentationFile>
    5152    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     53    <Prefer32Bit>false</Prefer32Bit>
    5254  </PropertyGroup>
    5355  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    5961    <ErrorReport>prompt</ErrorReport>
    6062    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     63    <Prefer32Bit>false</Prefer32Bit>
    6164  </PropertyGroup>
    6265  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    7073    <ErrorReport>prompt</ErrorReport>
    7174    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     75    <Prefer32Bit>false</Prefer32Bit>
    7276  </PropertyGroup>
    7377  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    7983    <ErrorReport>prompt</ErrorReport>
    8084    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     85    <Prefer32Bit>false</Prefer32Bit>
    8186  </PropertyGroup>
    8287  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    9095    <ErrorReport>prompt</ErrorReport>
    9196    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     97    <Prefer32Bit>false</Prefer32Bit>
    9298  </PropertyGroup>
    9399  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.