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.Access/3.3/HeuristicLab.Services.Access-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>
     
    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' ">
     
    4648    <ErrorReport>prompt</ErrorReport>
    4749    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     50    <Prefer32Bit>false</Prefer32Bit>
    4851  </PropertyGroup>
    4952  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    5760    <ErrorReport>prompt</ErrorReport>
    5861    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     62    <Prefer32Bit>false</Prefer32Bit>
    5963  </PropertyGroup>
    6064  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    6670    <ErrorReport>prompt</ErrorReport>
    6771    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     72    <Prefer32Bit>false</Prefer32Bit>
    6873  </PropertyGroup>
    6974  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    7782    <ErrorReport>prompt</ErrorReport>
    7883    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     84    <Prefer32Bit>false</Prefer32Bit>
    7985  </PropertyGroup>
    8086  <PropertyGroup>
     
    160166  </ProjectExtensions>
    161167  <PropertyGroup>
    162    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     168    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    163169set ProjectDir=$(ProjectDir)
    164170set SolutionDir=$(SolutionDir)
     
    166172
    167173call PreBuildEvent.cmd</PreBuildEvent>
    168 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     174    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    169175export ProjectDir=$(ProjectDir)
    170176export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.