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

    r8600 r11920  
    1313    <ProjectTypeGuids>{3D9AD99F-2412-4246-B90B-4EAA41C64699};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    1414    <StartArguments>/client:"WcfTestClient.exe"</StartArguments>
    15     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     15    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1616    <TargetFrameworkProfile>
    1717    </TargetFrameworkProfile>
     
    2626    <WarningLevel>4</WarningLevel>
    2727    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     28    <Prefer32Bit>false</Prefer32Bit>
    2829  </PropertyGroup>
    2930  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3738    </DocumentationFile>
    3839    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     40    <Prefer32Bit>false</Prefer32Bit>
    3941  </PropertyGroup>
    4042  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    99101    <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
    100102    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
     103    <Prefer32Bit>false</Prefer32Bit>
    101104  </PropertyGroup>
    102105  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
     
    116119    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
    117120    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
     121    <Prefer32Bit>false</Prefer32Bit>
    118122  </PropertyGroup>
    119123  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
     
    132136    <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
    133137    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
     138    <Prefer32Bit>false</Prefer32Bit>
    134139  </PropertyGroup>
    135140  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
     
    148153    <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
    149154    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
     155    <Prefer32Bit>false</Prefer32Bit>
    150156  </PropertyGroup>
    151157  <ItemGroup>
     
    337343  </ProjectExtensions>
    338344  <PropertyGroup>
    339    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     345    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    340346set ProjectDir=$(ProjectDir)
    341347set SolutionDir=$(SolutionDir)
     
    343349
    344350call PreBuildEvent.cmd</PreBuildEvent>
    345 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     351    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    346352export ProjectDir=$(ProjectDir)
    347353export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.