- Timestamp:
- 01/04/10 18:55:46 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PluginInfrastructure Refactoring/HeuristicLab.BackgroundProcessing/3.2/HeuristicLabBackgroundProcessingPlugin.cs
r2408 r2587 2 2 3 3 namespace HeuristicLab.BackgroundProcessing { 4 [ ClassInfo(Name ="HeuristicLab.BackgroundProcessing-3.2")]5 [PluginFile( Filename = "HeuristicLab.BackgroundProcessing-3.2.dll", Filetype =PluginFileType.Assembly)]4 [Plugin("HeuristicLab.BackgroundProcessing-3.2")] 5 [PluginFile("HeuristicLab.BackgroundProcessing-3.2.dll", PluginFileType.Assembly)] 6 6 public class HeuristicLabBackgroundProcessingPlugin : PluginBase { } 7 7 }
Note: See TracChangeset
for help on using the changeset viewer.