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.Problems.LawnMower.Views/3.3/HeuristicLab.Problems.LawnMower.Views.csproj

    r8600 r11623  
    1111    <RootNamespace>HeuristicLab.Problems.LawnMower.Views</RootNamespace>
    1212    <AssemblyName>HeuristicLab.Problems.LawnMower.Views-3.3</AssemblyName>
    13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     15    <TargetFrameworkProfile />
    1516  </PropertyGroup>
    1617  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    2223    <ErrorReport>prompt</ErrorReport>
    2324    <WarningLevel>4</WarningLevel>
     25    <Prefer32Bit>false</Prefer32Bit>
    2426  </PropertyGroup>
    2527  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3032    <ErrorReport>prompt</ErrorReport>
    3133    <WarningLevel>4</WarningLevel>
     34    <Prefer32Bit>false</Prefer32Bit>
    3235  </PropertyGroup>
    3336  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
     
    4750    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
    4851    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
     52    <Prefer32Bit>false</Prefer32Bit>
    4953  </PropertyGroup>
    5054  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
     
    6468    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
    6569    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
     70    <Prefer32Bit>false</Prefer32Bit>
    6671  </PropertyGroup>
    6772  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
     
    8085    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
    8186    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
     87    <Prefer32Bit>false</Prefer32Bit>
    8288  </PropertyGroup>
    8389  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
     
    96102    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
    97103    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
     104    <Prefer32Bit>false</Prefer32Bit>
    98105  </PropertyGroup>
    99106  <PropertyGroup>
     
    175182  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    176183  <PropertyGroup>
    177    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     184    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    178185set ProjectDir=$(ProjectDir)
    179186set SolutionDir=$(SolutionDir)
     
    182189call PreBuildEvent.cmd
    183190</PreBuildEvent>
    184 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     191    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    185192export ProjectDir=$(ProjectDir)
    186193export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.