- Timestamp:
- 02/12/15 15:39:28 (10 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.Binary
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Binary/3.3/Plugin.cs.frame
r11956 r11987 25 25 using HeuristicLab.PluginInfrastructure; 26 26 27 namespace HeuristicLab.Problems.Binary Vector{28 [Plugin("HeuristicLab.Problems.Binary Vector","Provides binary benchmark problems.", "3.3.10.$WCREV$")]29 [PluginFile("HeuristicLab.Problems.Binary Vector-3.3.dll", PluginFileType.Assembly)]27 namespace HeuristicLab.Problems.Binary { 28 [Plugin("HeuristicLab.Problems.Binary","Provides binary benchmark problems.", "3.3.10.$WCREV$")] 29 [PluginFile("HeuristicLab.Problems.Binary-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] 31 31 [PluginDependency("HeuristicLab.Common", "3.3")] … … 35 35 [PluginDependency("HeuristicLab.Parameters", "3.3")] 36 36 [PluginDependency("HeuristicLab.Persistence", "3.3")] 37 public class Plugin : PluginBase {37 public class HeuristicLabProblemsBinaryPlugin : PluginBase { 38 38 } 39 39 }
Note: See TracChangeset
for help on using the changeset viewer.