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

    r8600 r11623  
    1818    <UpgradeBackupLocation>
    1919    </UpgradeBackupLocation>
    20     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     20    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    2121    <TargetFrameworkProfile>
    2222    </TargetFrameworkProfile>
     
    4646    <WarningLevel>4</WarningLevel>
    4747    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     48    <Prefer32Bit>false</Prefer32Bit>
    4849  </PropertyGroup>
    4950  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    5859    </DocumentationFile>
    5960    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     61    <Prefer32Bit>false</Prefer32Bit>
    6062  </PropertyGroup>
    6163  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    6769    <ErrorReport>prompt</ErrorReport>
    6870    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     71    <Prefer32Bit>false</Prefer32Bit>
    6972  </PropertyGroup>
    7073  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    7881    <ErrorReport>prompt</ErrorReport>
    7982    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     83    <Prefer32Bit>false</Prefer32Bit>
    8084  </PropertyGroup>
    8185  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    8791    <ErrorReport>prompt</ErrorReport>
    8892    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     93    <Prefer32Bit>false</Prefer32Bit>
    8994  </PropertyGroup>
    9095  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    98103    <ErrorReport>prompt</ErrorReport>
    99104    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     105    <Prefer32Bit>false</Prefer32Bit>
    100106  </PropertyGroup>
    101107  <ItemGroup>
     
    165171  -->
    166172  <PropertyGroup>
    167    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     173    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    168174set ProjectDir=$(ProjectDir)
    169175set SolutionDir=$(SolutionDir)
     
    172178call PreBuildEvent.cmd
    173179</PreBuildEvent>
    174 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     180    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    175181export ProjectDir=$(ProjectDir)
    176182export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.