Changeset 18093 for branches/3140_NumberSymbol/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj
- Timestamp:
- 11/24/21 13:40:39 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3140_NumberSymbol/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj
r17958 r18093 47 47 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 48 48 <Prefer32Bit>false</Prefer32Bit> 49 <LangVersion>default</LangVersion> 49 50 </PropertyGroup> 50 51 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 57 58 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 58 59 <Prefer32Bit>false</Prefer32Bit> 60 <LangVersion>default</LangVersion> 59 61 </PropertyGroup> 60 62 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 67 69 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 68 70 <Prefer32Bit>false</Prefer32Bit> 71 <LangVersion>default</LangVersion> 69 72 </PropertyGroup> 70 73 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 77 80 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 78 81 <Prefer32Bit>false</Prefer32Bit> 82 <LangVersion>default</LangVersion> 79 83 </PropertyGroup> 80 84 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 87 91 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 88 92 <Prefer32Bit>false</Prefer32Bit> 93 <LangVersion>default</LangVersion> 89 94 </PropertyGroup> 90 95 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 97 102 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 98 103 <Prefer32Bit>false</Prefer32Bit> 104 <LangVersion>default</LangVersion> 99 105 </PropertyGroup> 100 106 <ItemGroup> … … 232 238 <Compile Include="Symbols\AutoregressiveVariable.cs" /> 233 239 <Compile Include="Symbols\Average.cs" /> 234 <Compile Include="Symbols\ Constant.cs" />235 <Compile Include="Symbols\ ConstantTreeNode.cs" />240 <Compile Include="Symbols\Num.cs" /> 241 <Compile Include="Symbols\NumTreeNode.cs" /> 236 242 <Compile Include="Symbols\AiryA.cs" /> 237 243 <Compile Include="Symbols\AiryB.cs" /> … … 245 251 <Compile Include="Symbols\CubeRoot.cs" /> 246 252 <Compile Include="Symbols\HyperbolicTangent.cs" /> 253 <Compile Include="Symbols\RealConstant.cs" /> 254 <Compile Include="Symbols\RealConstantTreeNode.cs" /> 247 255 <Compile Include="Symbols\VariableBase.cs" /> 248 256 <Compile Include="Symbols\VariableTreeNodeBase.cs" />
Note: See TracChangeset
for help on using the changeset viewer.