Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/05/15 17:37:03 (9 years ago)
Author:
ascheibe
Message:

#2280 merged r11623, r11631, r11634 into stable

Location:
stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Clients.Access.Administration/3.3/HeuristicLab.Clients.Access.Administration-3.3.csproj

    r8600 r11920  
    1111    <RootNamespace>HeuristicLab.Clients.Access.Administration</RootNamespace>
    1212    <AssemblyName>HeuristicLab.Clients.Access.Administration-3.3</AssemblyName>
    13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1414    <TargetFrameworkProfile>
    1515    </TargetFrameworkProfile>
     
    4040    <WarningLevel>4</WarningLevel>
    4141    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     42    <Prefer32Bit>false</Prefer32Bit>
    4243  </PropertyGroup>
    4344  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    5152    </DocumentationFile>
    5253    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     54    <Prefer32Bit>false</Prefer32Bit>
    5355  </PropertyGroup>
    5456  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    6062    <ErrorReport>prompt</ErrorReport>
    6163    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     64    <Prefer32Bit>false</Prefer32Bit>
    6265  </PropertyGroup>
    6366  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    7174    <ErrorReport>prompt</ErrorReport>
    7275    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     76    <Prefer32Bit>false</Prefer32Bit>
    7377  </PropertyGroup>
    7478  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    8084    <ErrorReport>prompt</ErrorReport>
    8185    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     86    <Prefer32Bit>false</Prefer32Bit>
    8287  </PropertyGroup>
    8388  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    9196    <ErrorReport>prompt</ErrorReport>
    9297    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     98    <Prefer32Bit>false</Prefer32Bit>
    9399  </PropertyGroup>
    94100  <PropertyGroup>
     
    296302  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    297303  <PropertyGroup>
    298    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     304    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    299305set ProjectDir=$(ProjectDir)
    300306set SolutionDir=$(SolutionDir)
    301307set Outdir=$(Outdir)
    302308call PreBuildEvent.cmd</PreBuildEvent>
    303 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     309    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    304310export ProjectDir=$(ProjectDir)
    305311export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.