Changeset 14907 for branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Plugin.cs
- Timestamp:
- 05/02/17 21:53:48 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Plugin.cs
r14897 r14907 31 31 [PluginDependency("HeuristicLab.Common", "3.3")] 32 32 [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")] 33 36 [PluginDependency("HeuristicLab.Problems.Instances", "3.3")] 34 [PluginDependency("HeuristicLab. Random", "3.3")]35 public class P ushGpPlugin : PluginBase {37 [PluginDependency("HeuristicLab.Persistence", "3.3")] 38 public class Plugin : PluginBase { 36 39 37 40 }
Note: See TracChangeset
for help on using the changeset viewer.