Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/15/21 11:50:57 (2 years ago)
Author:
gkronber
Message:

#3140: merged r18091:18131 from branch to trunk

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/HeuristicLab.Problems.DataAnalysis.Symbolic

  • trunk/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj

    r17958 r18132  
    4747    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    4848    <Prefer32Bit>false</Prefer32Bit>
     49    <LangVersion>default</LangVersion>
    4950  </PropertyGroup>
    5051  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    5758    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5859    <Prefer32Bit>false</Prefer32Bit>
     60    <LangVersion>default</LangVersion>
    5961  </PropertyGroup>
    6062  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    6769    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6870    <Prefer32Bit>false</Prefer32Bit>
     71    <LangVersion>default</LangVersion>
    6972  </PropertyGroup>
    7073  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    7780    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    7881    <Prefer32Bit>false</Prefer32Bit>
     82    <LangVersion>default</LangVersion>
    7983  </PropertyGroup>
    8084  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    8791    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    8892    <Prefer32Bit>false</Prefer32Bit>
     93    <LangVersion>default</LangVersion>
    8994  </PropertyGroup>
    9095  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    97102    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    98103    <Prefer32Bit>false</Prefer32Bit>
     104    <LangVersion>default</LangVersion>
    99105  </PropertyGroup>
    100106  <ItemGroup>
     
    168174    <Compile Include="Interfaces\IBoundsEstimator.cs" />
    169175    <Compile Include="Interfaces\IModelBacktransformator.cs" />
     176    <Compile Include="Interfaces\INumericSymbol.cs" />
     177    <Compile Include="Interfaces\INumericTreeNode.cs" />
    170178    <Compile Include="Interfaces\IVariableTreeNode.cs" />
    171179    <Compile Include="Interfaces\IVariableSymbol.cs" />
     
    232240    <Compile Include="Symbols\AutoregressiveVariable.cs" />
    233241    <Compile Include="Symbols\Average.cs" />
    234     <Compile Include="Symbols\Constant.cs" />
    235     <Compile Include="Symbols\ConstantTreeNode.cs" />
     242    <Compile Include="Symbols\Number.cs" />
     243    <Compile Include="Symbols\NumberTreeNode.cs" />
    236244    <Compile Include="Symbols\AiryA.cs" />
    237245    <Compile Include="Symbols\AiryB.cs" />
     
    245253    <Compile Include="Symbols\CubeRoot.cs" />
    246254    <Compile Include="Symbols\HyperbolicTangent.cs" />
     255    <Compile Include="Symbols\Constant.cs" />
     256    <Compile Include="Symbols\ConstantTreeNode.cs" />
    247257    <Compile Include="Symbols\VariableBase.cs" />
    248258    <Compile Include="Symbols\VariableTreeNodeBase.cs" />
Note: See TracChangeset for help on using the changeset viewer.