Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/02/20 15:53:52 (4 years ago)
Author:
dpiringe
Message:

#3026:

  • Runner now uses SymbolicDataAnalysisExpressionMATLABFormatter to save instances of ISymbolicRegressionSolution
  • refactored user controls for detail view of json items, now they do not inherit from JsonItemBaseControl -> JsonItemBaseControl uses now an extra control
    • this change was made for fluid repositioning of controls (e.g. when no ActualName is present)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/HeuristicLab.JsonInterface.OptimizerIntegration.csproj

    r17451 r17464  
    6666      <HintPath>..\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
    6767    </Reference>
     68    <Reference Include="PresentationCore" />
     69    <Reference Include="PresentationFramework" />
    6870    <Reference Include="System" />
    6971    <Reference Include="System.Core" />
    7072    <Reference Include="System.Drawing" />
     73    <Reference Include="System.Messaging" />
    7174    <Reference Include="System.Windows.Forms" />
     75    <Reference Include="System.Xaml" />
    7276    <Reference Include="System.Xml.Linq" />
    7377    <Reference Include="System.Data.DataSetExtensions" />
     
    7680    <Reference Include="System.Net.Http" />
    7781    <Reference Include="System.Xml" />
     82    <Reference Include="UIAutomationProvider" />
     83    <Reference Include="WindowsBase" />
     84    <Reference Include="WindowsFormsIntegration" />
    7885  </ItemGroup>
    7986  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.