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.DataPreprocessing/3.4/HeuristicLab.DataPreprocessing-3.4.csproj

    r11116 r11623  
    1010    <RootNamespace>HeuristicLab.DataPreprocessing</RootNamespace>
    1111    <AssemblyName>HeuristicLab.DataPreprocessing-3.4</AssemblyName>
    12     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1313    <FileAlignment>512</FileAlignment>
    1414    <TargetFrameworkProfile />
     
    2323    <WarningLevel>4</WarningLevel>
    2424    <UseVSHostingProcess>false</UseVSHostingProcess>
     25    <Prefer32Bit>false</Prefer32Bit>
    2526  </PropertyGroup>
    2627  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3132    <ErrorReport>prompt</ErrorReport>
    3233    <WarningLevel>4</WarningLevel>
     34    <Prefer32Bit>false</Prefer32Bit>
    3335  </PropertyGroup>
    3436  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
     
    3638    <OutputPath>..\..\bin\</OutputPath>
    3739    <DefineConstants>DEBUG;TRACE</DefineConstants>
     40    <Prefer32Bit>false</Prefer32Bit>
    3841  </PropertyGroup>
    3942  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
     
    4144    <OutputPath>..\..\bin\</OutputPath>
    4245    <Optimize>true</Optimize>
     46    <Prefer32Bit>false</Prefer32Bit>
    4347  </PropertyGroup>
    4448  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
     
    5054    <ErrorReport>prompt</ErrorReport>
    5155    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     56    <Prefer32Bit>false</Prefer32Bit>
    5257  </PropertyGroup>
    5358  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
     
    5964    <ErrorReport>prompt</ErrorReport>
    6065    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     66    <Prefer32Bit>false</Prefer32Bit>
    6167  </PropertyGroup>
    6268  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.