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

    r8600 r11920  
    1111    <RootNamespace>HeuristicLab.DebugEngine</RootNamespace>
    1212    <AssemblyName>HeuristicLab.DebugEngine-3.3</AssemblyName>
    13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1414    <TargetFrameworkProfile>
    1515    </TargetFrameworkProfile>
     
    2626    <WarningLevel>4</WarningLevel>
    2727    <RunCodeAnalysis>false</RunCodeAnalysis>
     28    <Prefer32Bit>false</Prefer32Bit>
    2829  </PropertyGroup>
    2930  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3435    <ErrorReport>prompt</ErrorReport>
    3536    <WarningLevel>4</WarningLevel>
     37    <Prefer32Bit>false</Prefer32Bit>
    3638  </PropertyGroup>
    3739  <PropertyGroup>
     
    5759    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
    5860    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
     61    <Prefer32Bit>false</Prefer32Bit>
    5962  </PropertyGroup>
    6063  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
     
    7376    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
    7477    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
     78    <Prefer32Bit>false</Prefer32Bit>
    7579  </PropertyGroup>
    7680  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    7781    <PlatformTarget>x64</PlatformTarget>
    7882    <OutputPath>$(SolutionDir)\bin\</OutputPath>
     83    <Prefer32Bit>false</Prefer32Bit>
    7984  </PropertyGroup>
    8085  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    8186    <PlatformTarget>x64</PlatformTarget>
    8287    <OutputPath>$(SolutionDir)\bin\</OutputPath>
     88    <Prefer32Bit>false</Prefer32Bit>
    8389  </PropertyGroup>
    8490  <ItemGroup>
     
    136142  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    137143  <PropertyGroup>
    138    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     144    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    139145set ProjectDir=$(ProjectDir)
    140146set SolutionDir=$(SolutionDir)
     
    143149call PreBuildEvent.cmd
    144150</PreBuildEvent>
    145 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     151    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    146152export ProjectDir=$(ProjectDir)
    147153export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.