Changeset 17843 for branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/HeuristicLab.JsonInterface.csproj
- Timestamp:
- 02/23/21 16:36:44 (8 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/HeuristicLab.JsonInterface.csproj
r17834 r17843 68 68 <Compile Include="Converters\ResultConverter.cs" /> 69 69 <Compile Include="Converters\ResultParameterConverter.cs" /> 70 <Compile Include="Converters\SymbolicRegressionSolutionConverter.cs" />71 70 <Compile Include="Converters\ValueLookupParameterConverter.cs" /> 72 71 <Compile Include="Converters\ValueRangeConverter.cs" /> … … 106 105 <Compile Include="ResultFormatter\ResultFormatter.cs" /> 107 106 <Compile Include="ResultFormatter\StringResultFormatter.cs" /> 107 <Compile Include="ResultFormatter\SymbolicRegressionSolutionFormatterBase.cs" /> 108 108 <Compile Include="SingleLineArrayJsonWriter.cs" /> 109 109 <Compile Include="JsonTemplateGenerator.cs" />
Note: See TracChangeset
for help on using the changeset viewer.