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

    r8642 r11677  
    1818    <UpgradeBackupLocation>
    1919    </UpgradeBackupLocation>
    20     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     20    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    2121    <TargetFrameworkProfile>
    2222    </TargetFrameworkProfile>
     
    4646    <WarningLevel>4</WarningLevel>
    4747    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     48    <Prefer32Bit>false</Prefer32Bit>
    4849  </PropertyGroup>
    4950  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    5859    </DocumentationFile>
    5960    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     61    <Prefer32Bit>false</Prefer32Bit>
    6062  </PropertyGroup>
    6163  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    6769    <ErrorReport>prompt</ErrorReport>
    6870    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     71    <Prefer32Bit>false</Prefer32Bit>
    6972  </PropertyGroup>
    7073  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    7881    <ErrorReport>prompt</ErrorReport>
    7982    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     83    <Prefer32Bit>false</Prefer32Bit>
    8084  </PropertyGroup>
    8185  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    8791    <ErrorReport>prompt</ErrorReport>
    8892    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     93    <Prefer32Bit>false</Prefer32Bit>
    8994  </PropertyGroup>
    9095  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    98103    <ErrorReport>prompt</ErrorReport>
    99104    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     105    <Prefer32Bit>false</Prefer32Bit>
    100106  </PropertyGroup>
    101107  <ItemGroup>
     
    233239  -->
    234240  <PropertyGroup>
    235    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     241    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    236242set ProjectDir=$(ProjectDir)
    237243set SolutionDir=$(SolutionDir)
     
    240246call PreBuildEvent.cmd
    241247</PreBuildEvent>
    242 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     248    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    243249export ProjectDir=$(ProjectDir)
    244250export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.