Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/05/14 15:20:08 (10 years ago)
Author:
pfleck
Message:
  • created new assembly for DataPreprocessing views
Location:
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views
Files:
2 added
1 copied

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/Plugin.cs.frame

    r10539 r10542  
    2626  /// Plugin class for HeuristicLab.Data plugin.
    2727  /// </summary>
    28   [Plugin("HeuristicLab.DataPreprocessing", "3.3.9.$WCREV$")]
    29   [PluginFile("HeuristicLab.DataPreprocessing-3.3.dll", PluginFileType.Assembly)]
    30   [PluginDependency("HeuristicLab.Analysis", "3.3")]
    31   [PluginDependency("HeuristicLab.Common", "3.3")]
    32   [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    33   [PluginDependency("HeuristicLab.Core", "3.3")]
    34   [PluginDependency("HeuristicLab.Collections", "3.3")]
    35   [PluginDependency("HeuristicLab.Data","3.3")]
     28  [Plugin("HeuristicLab.DataPreprocessing.Views", "3.3.9.$WCREV$")]
     29  [PluginFile("HeuristicLab.DataPreprocessing.Views-3.3.dll", PluginFileType.Assembly)]
     30  [PluginDependency("HeuristicLab.DataPreprocessing", "3.3")]
    3631  [PluginDependency("HeuristicLab.Data.Views","3.3")]
    37   [PluginDependency("HeuristicLab.Persistence", "3.3")]
    38   [PluginDependency("HeuristicLab.Optimization", "3.3")]
    3932  [PluginDependency("HeuristicLab.MainForm", "3.3")]
    4033  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
    41   [PluginDependency("HeuristicLab.Problems.DataAnalysis","3.4")]
    4234  [PluginDependency("HeuristicLab.Problems.DataAnalysis.Views","3.4")]
    4335  public class HeuristicLabDataPreprocessingPlugin : PluginBase {
Note: See TracChangeset for help on using the changeset viewer.