Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/04/11 16:12:51 (13 years ago)
Author:
gkronber
Message:

##1329: removed project HeuristicLab, removed a few references but I'm sure there are many unnecessary references left over, added plugin dependencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Scheduling/HeuristicLab.Encodings.ScheduleEncoding.Views/3.3/Plugin.cs.frame

    r6406 r7117  
    2525  [Plugin("HeuristicLab.Encodings.ScheduleEncoding.Views", "3.3.3.$WCREV$")]
    2626  [PluginFile("HeuristicLab.Encodings.ScheduleEncoding.Views-3.3.dll", PluginFileType.Assembly)]
     27  [PluginDependency("HeuristicLab.Collections", "3.3")]
     28  [PluginDependency("HeuristicLab.Common", "3.3")]
     29  [PluginDependency("HeuristicLab.Core", "3.3")]
     30  [PluginDependency("HeuristicLab.Core.Views", "3.3")]
     31  [PluginDependency("HeuristicLab.Data", "3.3")]
     32  [PluginDependency("HeuristicLab.Encodings.IntegerVectorEncoding", "3.3")]
     33  [PluginDependency("HeuristicLab.Encodings.PermutationEncoding", "3.3")]
     34  [PluginDependency("HeuristicLab.Encodings.ScheduleEncoding", "3.3")]
     35  [PluginDependency("HeuristicLab.MainForm", "3.3")]
     36  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
     37  [PluginDependency("HeuristicLab.Visualization.ChartControlExtensions", "3.3")]
    2738  public class HeuristicLabEncodingsScheduleEncodingViewsPlugin : PluginBase {
    2839  }
Note: See TracChangeset for help on using the changeset viewer.