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.DataProcessor/HeuristicLab.DataImporter.DataProcessor.csproj

    r9627 r11624  
    1111    <RootNamespace>HeuristicLab.DataImporter.DataProcessor</RootNamespace>
    1212    <AssemblyName>HeuristicLab.DataImporter.DataProcessor-1.0</AssemblyName>
    13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    1515    <SignAssembly>true</SignAssembly>
     
    4747    <WarningLevel>4</WarningLevel>
    4848    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     49    <Prefer32Bit>false</Prefer32Bit>
    4950  </PropertyGroup>
    5051  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    5657    <WarningLevel>4</WarningLevel>
    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' ">
     
    7477    <ErrorReport>prompt</ErrorReport>
    7578    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     79    <Prefer32Bit>false</Prefer32Bit>
    7680  </PropertyGroup>
    7781  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    8387    <ErrorReport>prompt</ErrorReport>
    8488    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     89    <Prefer32Bit>false</Prefer32Bit>
    8590  </PropertyGroup>
    8691  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    9297    <ErrorReport>prompt</ErrorReport>
    9398    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     99    <Prefer32Bit>false</Prefer32Bit>
    94100  </PropertyGroup>
    95101  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.