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:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/ALPS

  • branches/ALPS/HeuristicLab.Problems.Instances

  • branches/ALPS/HeuristicLab.Problems.Instances/3.3/HeuristicLab.Problems.Instances-3.3.csproj

    r9982 r11677  
    1111    <RootNamespace>HeuristicLab.Problems.Instances</RootNamespace>
    1212    <AssemblyName>HeuristicLab.Problems.Instances-3.3</AssemblyName>
    13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     15    <TargetFrameworkProfile />
    1516  </PropertyGroup>
    1617  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    2223    <ErrorReport>prompt</ErrorReport>
    2324    <WarningLevel>4</WarningLevel>
     25    <Prefer32Bit>false</Prefer32Bit>
    2426  </PropertyGroup>
    2527  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3032    <ErrorReport>prompt</ErrorReport>
    3133    <WarningLevel>4</WarningLevel>
     34    <Prefer32Bit>false</Prefer32Bit>
    3235  </PropertyGroup>
    3336  <PropertyGroup>
     
    5356    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
    5457    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
     58    <Prefer32Bit>false</Prefer32Bit>
    5559  </PropertyGroup>
    5660  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
     
    7074    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
    7175    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
     76    <Prefer32Bit>false</Prefer32Bit>
    7277  </PropertyGroup>
    7378  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
     
    8792    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
    8893    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
     94    <Prefer32Bit>false</Prefer32Bit>
    8995  </PropertyGroup>
    9096  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
     
    103109    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
    104110    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
     111    <Prefer32Bit>false</Prefer32Bit>
    105112  </PropertyGroup>
    106113  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.