Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/21/17 11:33:53 (7 years ago)
Author:
pkimmesw
Message:

#2665 Testet Problems, Testet error functions, Small fixes, Created HL files

Location:
branches/PushGP/HeuristicLab.PushGP
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/PushGP/HeuristicLab.PushGP

    • Property svn:ignore
      •  

        old new  
        11*.user
         2packages
         3TestResults
  • branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis.Base/Plugin.cs

    r14952 r15334  
    2323#endregion
    2424
    25 namespace HeuristicLab.Problems.ProgramSynthesis.PushGP {
     25namespace HeuristicLab.Problems.ProgramSynthesis.Base {
    2626  using HeuristicLab.PluginInfrastructure;
    2727
     
    3333  [PluginDependency("HeuristicLab.Core.Views", "3.3")]
    3434  [PluginDependency("HeuristicLab.Data", "3.3")]
    35   [PluginDependency("HeuristicLab.Data.Views", "3.3")]
    3635  [PluginDependency("HeuristicLab.Parameters", "3.3")]
    3736  [PluginDependency("HeuristicLab.Persistence", "3.3")]
     
    4039  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
    4140  public class Plugin : PluginBase {
    42 
    4341  }
    4442}
Note: See TracChangeset for help on using the changeset viewer.