source:
trunk/sources/HeuristicLab.BackgroundProcessing/3.2/HeuristicLabBackgroundProcessingPlugin.cs
@
2482
Last change on this file since 2482 was 2408, checked in by swagner, 15 years ago | |
---|---|
File size: 338 bytes |
Line | |
---|---|
1 | using HeuristicLab.PluginInfrastructure; |
2 | |
3 | namespace HeuristicLab.BackgroundProcessing { |
4 | [ClassInfo(Name = "HeuristicLab.BackgroundProcessing-3.2")] |
5 | [PluginFile(Filename = "HeuristicLab.BackgroundProcessing-3.2.dll", Filetype = PluginFileType.Assembly)] |
6 | public class HeuristicLabBackgroundProcessingPlugin : PluginBase { } |
7 | } |
Note: See TracBrowser
for help on using the repository browser.