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.Problems.VehicleRouting.Views/3.4/HeuristicLab.Problems.VehicleRouting.Views-3.4.csproj

    r8651 r11623  
    1111    <RootNamespace>HeuristicLab.Problems.VehicleRouting.Views</RootNamespace>
    1212    <AssemblyName>HeuristicLab.Problems.VehicleRouting.Views-3.4</AssemblyName>
    13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    1515    <SignAssembly>true</SignAssembly>
     
    4545    <WarningLevel>4</WarningLevel>
    4646    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     47    <Prefer32Bit>false</Prefer32Bit>
    4748  </PropertyGroup>
    4849  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    5657    </DocumentationFile>
    5758    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     59    <Prefer32Bit>false</Prefer32Bit>
    5860  </PropertyGroup>
    5961  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    6567    <ErrorReport>prompt</ErrorReport>
    6668    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     69    <Prefer32Bit>false</Prefer32Bit>
    6770  </PropertyGroup>
    6871  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    7679    <ErrorReport>prompt</ErrorReport>
    7780    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     81    <Prefer32Bit>false</Prefer32Bit>
    7882  </PropertyGroup>
    7983  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    8589    <ErrorReport>prompt</ErrorReport>
    8690    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     91    <Prefer32Bit>false</Prefer32Bit>
    8792  </PropertyGroup>
    8893  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    95100    <ErrorReport>prompt</ErrorReport>
    96101    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     102    <Prefer32Bit>false</Prefer32Bit>
    97103  </PropertyGroup>
    98104  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.