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

    r8600 r11623  
    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>
     
    214220  -->
    215221  <PropertyGroup>
    216    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     222    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    217223set ProjectDir=$(ProjectDir)
    218224set SolutionDir=$(SolutionDir)
     
    221227call PreBuildEvent.cmd
    222228</PreBuildEvent>
    223 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     229    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    224230export ProjectDir=$(ProjectDir)
    225231export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.