Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/10/22 19:48:12 (3 years ago)
Author:
gkronber
Message:

#3136: merged r18203:18211 from trunk to branch. Merged changes, fixed compile problem ('is not')

Location:
branches/3136_Structural_GP
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/3136_Structural_GP

  • branches/3136_Structural_GP/HeuristicLab.Algorithms.MOCMAEvolutionStrategy

  • branches/3136_Structural_GP/HeuristicLab.Algorithms.MOCMAEvolutionStrategy/3.3/HeuristicLab.Algorithms.MOCMAEvolutionStrategy-3.3.csproj

    r17931 r18216  
    1010    <RootNamespace>HeuristicLab.Algorithms.MOCMAEvolutionStrategy</RootNamespace>
    1111    <AssemblyName>HeuristicLab.Algorithms.MOCMAEvolutionStrategy-3.3</AssemblyName>
    12     <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
     12    <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
    1313    <FileAlignment>512</FileAlignment>
    1414  </PropertyGroup>
     
    2121    <ErrorReport>prompt</ErrorReport>
    2222    <WarningLevel>4</WarningLevel>
    23     <LangVersion>5</LangVersion>
     23    <LangVersion>7.3</LangVersion>
    2424  </PropertyGroup>
    2525  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3030    <ErrorReport>prompt</ErrorReport>
    3131    <WarningLevel>4</WarningLevel>
    32     <LangVersion>5</LangVersion>
     32    <LangVersion>7.3</LangVersion>
    3333  </PropertyGroup>
    3434  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
     
    3838    <DebugType>full</DebugType>
    3939    <PlatformTarget>x64</PlatformTarget>
    40     <LangVersion>5</LangVersion>
     40    <LangVersion>7.3</LangVersion>
    4141    <ErrorReport>prompt</ErrorReport>
    4242    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     
    4848    <DebugType>pdbonly</DebugType>
    4949    <PlatformTarget>x64</PlatformTarget>
    50     <LangVersion>5</LangVersion>
     50    <LangVersion>7.3</LangVersion>
    5151    <ErrorReport>prompt</ErrorReport>
    5252    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     
    5858    <DebugType>full</DebugType>
    5959    <PlatformTarget>x86</PlatformTarget>
    60     <LangVersion>5</LangVersion>
     60    <LangVersion>7.3</LangVersion>
    6161    <ErrorReport>prompt</ErrorReport>
    6262    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     
    6868    <DebugType>pdbonly</DebugType>
    6969    <PlatformTarget>x86</PlatformTarget>
    70     <LangVersion>5</LangVersion>
     70    <LangVersion>7.3</LangVersion>
    7171    <ErrorReport>prompt</ErrorReport>
    7272    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
Note: See TracChangeset for help on using the changeset viewer.