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.Encodings.PermutationEncoding/3.3/HeuristicLab.Encodings.PermutationEncoding-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>
     
    285291  -->
    286292  <PropertyGroup>
    287    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     293    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    288294set ProjectDir=$(ProjectDir)
    289295set SolutionDir=$(SolutionDir)
     
    292298call PreBuildEvent.cmd
    293299</PreBuildEvent>
    294 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     300    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    295301export ProjectDir=$(ProjectDir)
    296302export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.