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.Algorithms.ParticleSwarmOptimization/3.3/HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.csproj

    r8806 r11623  
    1111    <RootNamespace>HeuristicLab.Algorithms.ParticleSwarmOptimization</RootNamespace>
    1212    <AssemblyName>HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3</AssemblyName>
    13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    1515    <SignAssembly>true</SignAssembly>
     
    4545    <WarningLevel>4</WarningLevel>
    4646    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     47    <Prefer32Bit>false</Prefer32Bit>
    4748  </PropertyGroup>
    4849  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    5455    <WarningLevel>4</WarningLevel>
    5556    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     57    <Prefer32Bit>false</Prefer32Bit>
    5658  </PropertyGroup>
    5759  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    6365    <ErrorReport>prompt</ErrorReport>
    6466    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     67    <Prefer32Bit>false</Prefer32Bit>
    6568  </PropertyGroup>
    6669  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    7275    <ErrorReport>prompt</ErrorReport>
    7376    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     77    <Prefer32Bit>false</Prefer32Bit>
    7478  </PropertyGroup>
    7579  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    8185    <ErrorReport>prompt</ErrorReport>
    8286    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     87    <Prefer32Bit>false</Prefer32Bit>
    8388  </PropertyGroup>
    8489  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    9095    <ErrorReport>prompt</ErrorReport>
    9196    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     97    <Prefer32Bit>false</Prefer32Bit>
    9298  </PropertyGroup>
    9399  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.