Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/16/14 18:36:44 (11 years ago)
Author:
bburlacu
Message:

#1772: Added prebuild events. Removed unused references.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking.Views/3.4/Plugin.cs

    r10300 r10458  
    2323
    2424namespace HeuristicLab.EvolutionaryTracking.Views {
    25   [Plugin("HeuristicLab.EvolutionTracking.Views", "Provides controls and views for the evolution graph and related structures.", "3.4.2.7439")]
     25  [Plugin("HeuristicLab.EvolutionTracking.Views", "Provides controls and views for the evolution graph and related structures.", "3.4.2.10456")]
    2626  [PluginFile("HeuristicLab.EvolutionTracking.Views-3.4.dll", PluginFileType.Assembly)]
    2727  [PluginDependency("HeuristicLab.Core", "3.3")]
    2828  [PluginDependency("HeuristicLab.Core.Views", "3.3")]
    2929  [PluginDependency("HeuristicLab.Common", "3.3")]
    30   [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    31   [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.4")]
    32   [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views", "3.4")]
    3330  [PluginDependency("HeuristicLab.MainForm", "3.3")]
    3431  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
    3532  [PluginDependency("HeuristicLab.Visualization", "3.3")]
    3633  [PluginDependency("HeuristicLab.EvolutionTracking", "3.4")]
    37   [PluginDependency("HeuristicLab.Problems.DataAnalysis.Symbolic", "3.4")]
    3834
    3935  public class HeuristicLabEvolutionaryTrackingPlugin : PluginBase {
Note: See TracChangeset for help on using the changeset viewer.