Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/25/14 05:15:09 (9 years ago)
Author:
swagner
Message:

#2205: Restructured solution and projects and switched all projects to .NET 4.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OptimizationNetworks/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj

    r11576 r11577  
    2020    <StartupObject>
    2121    </StartupObject>
    22     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     22    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    2323    <TargetFrameworkProfile>
    2424    </TargetFrameworkProfile>
     
    4848    <WarningLevel>4</WarningLevel>
    4949    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     50    <Prefer32Bit>false</Prefer32Bit>
    5051  </PropertyGroup>
    5152  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    5960    </DocumentationFile>
    6061    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     62    <Prefer32Bit>false</Prefer32Bit>
    6163  </PropertyGroup>
    6264  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    6870    <ErrorReport>prompt</ErrorReport>
    6971    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     72    <Prefer32Bit>false</Prefer32Bit>
    7073  </PropertyGroup>
    7174  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    7982    <ErrorReport>prompt</ErrorReport>
    8083    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     84    <Prefer32Bit>false</Prefer32Bit>
    8185  </PropertyGroup>
    8286  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    8892    <ErrorReport>prompt</ErrorReport>
    8993    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     94    <Prefer32Bit>false</Prefer32Bit>
    9095  </PropertyGroup>
    9196  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    99104    <ErrorReport>prompt</ErrorReport>
    100105    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     106    <Prefer32Bit>false</Prefer32Bit>
    101107  </PropertyGroup>
    102108  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.