Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/02/14 21:28:43 (9 years ago)
Author:
ascheibe
Message:

#1734 switched data importer projects to .NET 4.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter/HeuristicLab.DataImporter.csproj

    r7632 r11624  
    1111    <RootNamespace>HeuristicLab.DataImporter</RootNamespace>
    1212    <AssemblyName>HeuristicLab.DataImporter-1.0</AssemblyName>
    13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    1515    <FileUpgradeFlags>
     
    4343    <WarningLevel>4</WarningLevel>
    4444    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     45    <Prefer32Bit>false</Prefer32Bit>
    4546  </PropertyGroup>
    4647  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    5253    <WarningLevel>4</WarningLevel>
    5354    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     55    <Prefer32Bit>false</Prefer32Bit>
    5456  </PropertyGroup>
    5557  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    6163    <ErrorReport>prompt</ErrorReport>
    6264    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     65    <Prefer32Bit>false</Prefer32Bit>
    6366  </PropertyGroup>
    6467  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    7073    <ErrorReport>prompt</ErrorReport>
    7174    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     75    <Prefer32Bit>false</Prefer32Bit>
    7276  </PropertyGroup>
    7377  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    7983    <ErrorReport>prompt</ErrorReport>
    8084    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     85    <Prefer32Bit>false</Prefer32Bit>
    8186  </PropertyGroup>
    8287  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    8893    <ErrorReport>prompt</ErrorReport>
    8994    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     95    <Prefer32Bit>false</Prefer32Bit>
    9096  </PropertyGroup>
    9197  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.