Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/04/14 15:41:00 (9 years ago)
Author:
bburlacu
Message:

#1265: Updated target to .net 4.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Visualization/HeuristicLab.Visualization/3.3/HeuristicLab.Visualization-3.3.csproj

    r10824 r11654  
    1818    <UpgradeBackupLocation>
    1919    </UpgradeBackupLocation>
    20     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     20    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    2121    <PublishUrl>publish\</PublishUrl>
    2222    <Install>true</Install>
     
    4646    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    4747    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     48    <Prefer32Bit>false</Prefer32Bit>
    4849  </PropertyGroup>
    4950  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    5859    </DocumentationFile>
    5960    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     61    <Prefer32Bit>false</Prefer32Bit>
    6062  </PropertyGroup>
    6163  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    6769    <ErrorReport>prompt</ErrorReport>
    6870    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     71    <Prefer32Bit>false</Prefer32Bit>
    6972  </PropertyGroup>
    7073  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    7780    <ErrorReport>prompt</ErrorReport>
    7881    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     82    <Prefer32Bit>false</Prefer32Bit>
    7983  </PropertyGroup>
    8084  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    8690    <ErrorReport>prompt</ErrorReport>
    8791    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     92    <Prefer32Bit>false</Prefer32Bit>
    8893  </PropertyGroup>
    8994  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    96101    <ErrorReport>prompt</ErrorReport>
    97102    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     103    <Prefer32Bit>false</Prefer32Bit>
    98104  </PropertyGroup>
    99105  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.