Changeset 7270 for branches/HeuristicLab.Hive.Azure/HeuristicLab.Algorithms.Benchmarks.Views/3.3/Plugin.cs.frame
- Timestamp:
- 01/04/12 16:45:02 (13 years ago)
- Location:
- branches/HeuristicLab.Hive.Azure
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive.Azure
- Property svn:mergeinfo changed
/trunk/sources merged: 7195-7201,7209,7214,7216-7230,7233-7239,7241,7243-7252,7254,7256-7261,7265-7266
- Property svn:mergeinfo changed
-
branches/HeuristicLab.Hive.Azure/HeuristicLab.Algorithms.Benchmarks.Views/3.3
- Property svn:ignore
-
old new 1 1 Plugin.cs 2 2 obj 3 *.vs10x 4 *.user
-
- Property svn:ignore
-
branches/HeuristicLab.Hive.Azure/HeuristicLab.Algorithms.Benchmarks.Views/3.3/Plugin.cs.frame
r7006 r7270 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 26 26 /// Plugin class for HeuristicLab.Algorithms.Benchmarks plugin. 27 27 /// </summary> 28 [Plugin("HeuristicLab.Algorithms.Benchmarks.Views", "Provides views for benchmarking algorithms.", "3.3.5.$WCREV$")] 29 [PluginFile("HeuristicLab.Algorithms.Benchmarks.Views-3.3.dll", PluginFileType.Assembly)] 28 [Plugin("HeuristicLab.Algorithms.Benchmarks.Views", "Provides views for performance benchmark algorithms.", "3.3.6.$WCREV$")] 29 [PluginFile("HeuristicLab.Algorithms.Benchmarks.Views-3.3.dll", PluginFileType.Assembly)] 30 [PluginDependency("HeuristicLab.Algorithms.Benchmarks", "3.3")] 30 31 [PluginDependency("HeuristicLab.MainForm", "3.3")] 31 [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")] 32 [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")] 32 33 [PluginDependency("HeuristicLab.Optimization", "3.3")] 33 34 [PluginDependency("HeuristicLab.Optimization.Views", "3.3")] 34 [PluginDependency("HeuristicLab.Algorithms.Benchmarks", "3.3")]35 35 public class HeuristicLabAlgorithmsBenchmarksViewsPlugin : PluginBase { 36 36 }
Note: See TracChangeset
for help on using the changeset viewer.