Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/02/17 21:53:48 (7 years ago)
Author:
pkimmesw
Message:

#2665 Run Hl General, Essential tests and applied fixes for errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Plugin.cs

    r14897 r14907  
    3131  [PluginDependency("HeuristicLab.Common", "3.3")]
    3232  [PluginDependency("HeuristicLab.Core", "3.3")]
     33  [PluginDependency("HeuristicLab.Core.Views", "3.3")]
     34  [PluginDependency("HeuristicLab.MainForm", "3.3")]
     35  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
    3336  [PluginDependency("HeuristicLab.Problems.Instances", "3.3")]
    34   [PluginDependency("HeuristicLab.Random", "3.3")]
    35   public class PushGpPlugin : PluginBase {
     37  [PluginDependency("HeuristicLab.Persistence", "3.3")]
     38  public class Plugin : PluginBase {
    3639
    3740  }
Note: See TracChangeset for help on using the changeset viewer.