Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/24/10 21:25:52 (14 years ago)
Author:
mkommend
Message:

Created PluginDependenciesTest and corrected all projects (ticket #1202).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.3/HeuristicLabEncodingsSymbolicExpressionTreeEncodingViewsPlugin.cs.frame

    r3824 r4490  
    2828  [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views", "3.3.0.$WCREV$")]
    2929  [PluginFile("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3.dll", PluginFileType.Assembly)]
    30   [PluginDependency("HeuristicLab.Collections", "3.3.0.0")]
    31   [PluginDependency("HeuristicLab.Common", "3.3.0.0")]
    32   [PluginDependency("HeuristicLab.Core", "3.3.0.0")]
    33   [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.3.0.0")]
    34   [PluginDependency("HeuristicLab.MainForm", "3.3.0.0")]
    35   [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3.0.0")]
     30  [PluginDependency("HeuristicLab.Collections", "3.3")]
     31  [PluginDependency("HeuristicLab.Common", "3.3")]
     32  [PluginDependency("HeuristicLab.Core", "3.3")]
     33  [PluginDependency("HeuristicLab.Core.Views", "3.3")]
     34  [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.3")]
     35  [PluginDependency("HeuristicLab.MainForm", "3.3")]
     36  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
    3637  public class HeuristicLabEncodingsSymbolicExpressionTreeEncodingViewsPlugin : PluginBase {
    3738  }
Note: See TracChangeset for help on using the changeset viewer.