- Timestamp:
- 02/10/22 19:48:12 (3 years ago)
- Location:
- branches/3136_Structural_GP
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3136_Structural_GP
- Property svn:mergeinfo changed
/trunk merged: 18203,18208-18211
- Property svn:mergeinfo changed
-
branches/3136_Structural_GP/HeuristicLab.Algorithms.MOCMAEvolutionStrategy
- Property svn:mergeinfo changed
/trunk/HeuristicLab.Algorithms.MOCMAEvolutionStrategy (added) merged: 18210
- Property svn:mergeinfo changed
-
branches/3136_Structural_GP/HeuristicLab.Algorithms.MOCMAEvolutionStrategy/3.3/HeuristicLab.Algorithms.MOCMAEvolutionStrategy-3.3.csproj
r17931 r18216 10 10 <RootNamespace>HeuristicLab.Algorithms.MOCMAEvolutionStrategy</RootNamespace> 11 11 <AssemblyName>HeuristicLab.Algorithms.MOCMAEvolutionStrategy-3.3</AssemblyName> 12 <TargetFrameworkVersion>v4. 6.1</TargetFrameworkVersion>12 <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> 13 13 <FileAlignment>512</FileAlignment> 14 14 </PropertyGroup> … … 21 21 <ErrorReport>prompt</ErrorReport> 22 22 <WarningLevel>4</WarningLevel> 23 <LangVersion> 5</LangVersion>23 <LangVersion>7.3</LangVersion> 24 24 </PropertyGroup> 25 25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 30 30 <ErrorReport>prompt</ErrorReport> 31 31 <WarningLevel>4</WarningLevel> 32 <LangVersion> 5</LangVersion>32 <LangVersion>7.3</LangVersion> 33 33 </PropertyGroup> 34 34 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> … … 38 38 <DebugType>full</DebugType> 39 39 <PlatformTarget>x64</PlatformTarget> 40 <LangVersion> 5</LangVersion>40 <LangVersion>7.3</LangVersion> 41 41 <ErrorReport>prompt</ErrorReport> 42 42 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> … … 48 48 <DebugType>pdbonly</DebugType> 49 49 <PlatformTarget>x64</PlatformTarget> 50 <LangVersion> 5</LangVersion>50 <LangVersion>7.3</LangVersion> 51 51 <ErrorReport>prompt</ErrorReport> 52 52 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> … … 58 58 <DebugType>full</DebugType> 59 59 <PlatformTarget>x86</PlatformTarget> 60 <LangVersion> 5</LangVersion>60 <LangVersion>7.3</LangVersion> 61 61 <ErrorReport>prompt</ErrorReport> 62 62 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> … … 68 68 <DebugType>pdbonly</DebugType> 69 69 <PlatformTarget>x86</PlatformTarget> 70 <LangVersion> 5</LangVersion>70 <LangVersion>7.3</LangVersion> 71 71 <ErrorReport>prompt</ErrorReport> 72 72 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
Note: See TracChangeset
for help on using the changeset viewer.