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

    r9088 r11677  
    1111    <RootNamespace>HeuristicLab.Problems.ExternalEvaluation</RootNamespace>
    1212    <AssemblyName>HeuristicLab.Problems.ExternalEvaluation-3.3</AssemblyName>
    13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1414    <TargetFrameworkProfile>
    1515    </TargetFrameworkProfile>
     
    4646    <WarningLevel>4</WarningLevel>
    4747    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     48    <Prefer32Bit>false</Prefer32Bit>
    4849  </PropertyGroup>
    4950  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    5556    <WarningLevel>4</WarningLevel>
    5657    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     58    <Prefer32Bit>false</Prefer32Bit>
    5759  </PropertyGroup>
    5860  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    6466    <ErrorReport>prompt</ErrorReport>
    6567    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     68    <Prefer32Bit>false</Prefer32Bit>
    6669  </PropertyGroup>
    6770  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    7578    </DocumentationFile>
    7679    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     80    <Prefer32Bit>false</Prefer32Bit>
    7781  </PropertyGroup>
    7882  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    8488    <ErrorReport>prompt</ErrorReport>
    8589    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     90    <Prefer32Bit>false</Prefer32Bit>
    8691  </PropertyGroup>
    8792  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    9398    <ErrorReport>prompt</ErrorReport>
    9499    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     100    <Prefer32Bit>false</Prefer32Bit>
    95101  </PropertyGroup>
    96102  <ItemGroup>
     
    250256  -->
    251257  <PropertyGroup>
    252    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     258    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    253259set ProjectDir=$(ProjectDir)
    254260set SolutionDir=$(SolutionDir)
     
    257263call PreBuildEvent.cmd
    258264</PreBuildEvent>
    259 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     265    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    260266export ProjectDir=$(ProjectDir)
    261267export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.