Changeset 7149
- Timestamp:
- 12/07/11 17:13:44 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/FitnessLandscapeAnalysis/HeuristicLab.Problems.NK.Views/HeuristicLabProblemsNKViewsPlugin.cs.frame
r7141 r7149 24 24 namespace HeuristicLab.Analysis.FitnessLandscape { 25 25 26 [Plugin("HeuristicLab.Problems.NK ", "3.3.0.$WCREV$")]26 [Plugin("HeuristicLab.Problems.NK.Views", "3.3.0.$WCREV$")] 27 27 [PluginFile("HeuristicLab.Problems.NK.Views-3.3.dll", PluginFileType.Assembly)] 28 28 [PluginDependency("HeuristicLab.Common", "3.3")] … … 32 32 [PluginDependency("HeuristicLab.MainForm", "3.3")] 33 33 [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")] 34 public class HeuristicLab AnalysisFitnessLandscapePlugin : PluginBase { }34 public class HeuristicLabProblemsNKViewsPlugin : PluginBase { } 35 35 }
Note: See TracChangeset
for help on using the changeset viewer.