- Timestamp:
- 01/04/10 18:55:46 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PluginInfrastructure Refactoring/HeuristicLab.GP.Interfaces/3.3/HeuristicLabGPInterfacesPlugin.cs
r2222 r2587 26 26 27 27 namespace HeuristicLab.GP.Interfaces { 28 [ ClassInfo(Name ="HeuristicLab.GP.Interfaces-3.3")]29 [PluginFile( Filename = "HeuristicLab.GP.Interfaces-3.3.dll", Filetype =PluginFileType.Assembly)]30 [ Dependency(Dependency ="HeuristicLab.Core-3.2")]28 [Plugin("HeuristicLab.GP.Interfaces-3.3")] 29 [PluginFile("HeuristicLab.GP.Interfaces-3.3.dll", PluginFileType.Assembly)] 30 [PluginDependency("HeuristicLab.Core-3.2")] 31 31 public class HeuristicLabGPInterfacesPlugin : PluginBase { 32 32 }
Note: See TracChangeset
for help on using the changeset viewer.