Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/10/14 10:31:41 (9 years ago)
Author:
pfleck
Message:

#2269 Merged trunk. Updated .net version of ALPS plugin.

Location:
branches/ALPS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/ALPS

  • branches/ALPS/HeuristicLab.Services.Deployment/3.3/HeuristicLab.Services.Deployment-3.3.csproj

    r8600 r11677  
    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>
     
    3232    <WarningLevel>4</WarningLevel>
    3333    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     34    <Prefer32Bit>false</Prefer32Bit>
    3435  </PropertyGroup>
    3536  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    4142    <WarningLevel>4</WarningLevel>
    4243    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     44    <Prefer32Bit>false</Prefer32Bit>
    4345  </PropertyGroup>
    4446  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    5052    <ErrorReport>prompt</ErrorReport>
    5153    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     54    <Prefer32Bit>false</Prefer32Bit>
    5255  </PropertyGroup>
    5356  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    5962    <ErrorReport>prompt</ErrorReport>
    6063    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     64    <Prefer32Bit>false</Prefer32Bit>
    6165  </PropertyGroup>
    6266  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    6872    <ErrorReport>prompt</ErrorReport>
    6973    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     74    <Prefer32Bit>false</Prefer32Bit>
    7075  </PropertyGroup>
    7176  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    7782    <ErrorReport>prompt</ErrorReport>
    7883    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     84    <Prefer32Bit>false</Prefer32Bit>
    7985  </PropertyGroup>
    8086  <ItemGroup>
     
    156162  </ProjectExtensions>
    157163  <PropertyGroup>
    158    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     164    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    159165set ProjectDir=$(ProjectDir)
    160166set SolutionDir=$(SolutionDir)
     
    162168
    163169call PreBuildEvent.cmd</PreBuildEvent>
    164 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     170    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    165171export ProjectDir=$(ProjectDir)
    166172export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.