Changeset 18210 for trunk/HeuristicLab.Problems.DataAnalysis.Symbolic
- Timestamp:
- 01/25/22 07:59:46 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj
r18148 r18210 11 11 <RootNamespace>HeuristicLab.Problems.DataAnalysis.Symbolic</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</AssemblyName> 13 <TargetFrameworkVersion>v4. 6.1</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> 14 14 <TargetFrameworkProfile> 15 15 </TargetFrameworkProfile> … … 47 47 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 48 48 <Prefer32Bit>false</Prefer32Bit> 49 <LangVersion> default</LangVersion>49 <LangVersion>7.3</LangVersion> 50 50 </PropertyGroup> 51 51 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 58 58 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 59 59 <Prefer32Bit>false</Prefer32Bit> 60 <LangVersion> default</LangVersion>60 <LangVersion>7.3</LangVersion> 61 61 </PropertyGroup> 62 62 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 69 69 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 70 70 <Prefer32Bit>false</Prefer32Bit> 71 <LangVersion> default</LangVersion>71 <LangVersion>7.3</LangVersion> 72 72 </PropertyGroup> 73 73 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 80 80 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 81 81 <Prefer32Bit>false</Prefer32Bit> 82 <LangVersion> default</LangVersion>82 <LangVersion>7.3</LangVersion> 83 83 </PropertyGroup> 84 84 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 91 91 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 92 92 <Prefer32Bit>false</Prefer32Bit> 93 <LangVersion> default</LangVersion>93 <LangVersion>7.3</LangVersion> 94 94 </PropertyGroup> 95 95 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 102 102 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 103 103 <Prefer32Bit>false</Prefer32Bit> 104 <LangVersion> default</LangVersion>104 <LangVersion>7.3</LangVersion> 105 105 </PropertyGroup> 106 106 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.