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.Services.OKB.DataAccess/3.3/HeuristicLab.Services.OKB.DataAccess-3.3.csproj

    r8600 r11623  
    1111    <RootNamespace>HeuristicLab.Services.OKB.DataAccess</RootNamespace>
    1212    <AssemblyName>HeuristicLab.Services.OKB.DataAccess-3.3</AssemblyName>
    13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    1515    <FileUpgradeFlags>
     
    4343    <WarningLevel>4</WarningLevel>
    4444    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     45    <Prefer32Bit>false</Prefer32Bit>
    4546  </PropertyGroup>
    4647  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    5455    </DocumentationFile>
    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' ">
     
    7477    <ErrorReport>prompt</ErrorReport>
    7578    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     79    <Prefer32Bit>false</Prefer32Bit>
    7680  </PropertyGroup>
    7781  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    8387    <ErrorReport>prompt</ErrorReport>
    8488    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     89    <Prefer32Bit>false</Prefer32Bit>
    8590  </PropertyGroup>
    8691  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    9499    <ErrorReport>prompt</ErrorReport>
    95100    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     101    <Prefer32Bit>false</Prefer32Bit>
    96102  </PropertyGroup>
    97103  <PropertyGroup>
     
    190196  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    191197  <PropertyGroup>
    192    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     198    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    193199set ProjectDir=$(ProjectDir)
    194200set SolutionDir=$(SolutionDir)
     
    196202
    197203call PreBuildEvent.cmd</PreBuildEvent>
    198 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     204    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    199205export ProjectDir=$(ProjectDir)
    200206export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.