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

    r8600 r11920  
    1111    <RootNamespace>HeuristicLab.DebugEngine.Views</RootNamespace>
    1212    <AssemblyName>HeuristicLab.DebugEngine.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'">
     
    4649    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
    4750    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
     51    <Prefer32Bit>false</Prefer32Bit>
    4852  </PropertyGroup>
    4953  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
     
    6367    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
    6468    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
     69    <Prefer32Bit>false</Prefer32Bit>
    6570  </PropertyGroup>
    6671  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
     
    8085    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
    8186    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
     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>
     
    196203  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    197204  <PropertyGroup>
    198    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     205    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    199206set ProjectDir=$(ProjectDir)
    200207set SolutionDir=$(SolutionDir)
     
    203210call PreBuildEvent.cmd
    204211</PreBuildEvent>
    205 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     212    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    206213export ProjectDir=$(ProjectDir)
    207214export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.