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 |
Rev | Line | |
---|---|---|
[2399] | 1 | using HeuristicLab.PluginInfrastructure; |
2 | ||
3 | namespace HeuristicLab.BackgroundProcessing { | |
4 | [ClassInfo(Name = "HeuristicLab.BackgroundProcessing-3.2")] | |
[2408] | 5 | [PluginFile(Filename = "HeuristicLab.BackgroundProcessing-3.2.dll", Filetype = PluginFileType.Assembly)] |
6 | public class HeuristicLabBackgroundProcessingPlugin : PluginBase { } | |
[2399] | 7 | } |
Note: See TracBrowser
for help on using the repository browser.