Changeset 2587 for branches/PluginInfrastructure Refactoring/HeuristicLab.Selection.OffspringSelection
- Timestamp:
- 01/04/10 18:55:46 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PluginInfrastructure Refactoring/HeuristicLab.Selection.OffspringSelection/3.2/HeuristicLabSelectionOffspringSelectionPlugin.cs
r1530 r2587 29 29 /// Plugin class for HeuristicLab.Selection.OffspringSelection plugin. 30 30 /// </summary> 31 [ ClassInfo(Name ="HeuristicLab.Selection.OffspringSelection-3.2")]32 [PluginFile( Filename = "HeuristicLab.Selection.OffspringSelection-3.2.dll", Filetype =PluginFileType.Assembly)]33 [ Dependency(Dependency ="HeuristicLab.Core-3.2")]34 [ Dependency(Dependency ="HeuristicLab.Data-3.2")]31 [Plugin("HeuristicLab.Selection.OffspringSelection-3.2")] 32 [PluginFile("HeuristicLab.Selection.OffspringSelection-3.2.dll", PluginFileType.Assembly)] 33 [PluginDependency("HeuristicLab.Core-3.2")] 34 [PluginDependency("HeuristicLab.Data-3.2")] 35 35 public class HeuristicLabSelectionOffspringSelectionPlugin : PluginBase { 36 36 }
Note: See TracChangeset
for help on using the changeset viewer.