Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/02/14 21:22:53 (10 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.ExtLibs/HeuristicLab.EPPlus/3.1.3/EPPlus-3.1.3/EPPlus-3.1.3.csproj

    r9658 r11623  
    2626    </UpgradeBackupLocation>
    2727    <OldToolsVersion>3.5</OldToolsVersion>
    28     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     28    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    2929    <PublishUrl>publish\</PublishUrl>
    3030    <Install>true</Install>
     
    5555    </DocumentationFile>
    5656    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     57    <Prefer32Bit>false</Prefer32Bit>
    5758  </PropertyGroup>
    5859  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    6768    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6869    <PlatformTarget>AnyCPU</PlatformTarget>
     70    <Prefer32Bit>false</Prefer32Bit>
    6971  </PropertyGroup>
    7072  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
     
    7880    <ErrorReport>prompt</ErrorReport>
    7981    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     82    <Prefer32Bit>false</Prefer32Bit>
    8083  </PropertyGroup>
    8184  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
     
    8992    <ErrorReport>prompt</ErrorReport>
    9093    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     94    <Prefer32Bit>false</Prefer32Bit>
    9195  </PropertyGroup>
    9296  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
     
    100104    <ErrorReport>prompt</ErrorReport>
    101105    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     106    <Prefer32Bit>false</Prefer32Bit>
    102107  </PropertyGroup>
    103108  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
     
    111116    <ErrorReport>prompt</ErrorReport>
    112117    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     118    <Prefer32Bit>false</Prefer32Bit>
    113119  </PropertyGroup>
    114120  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.