source:
branches/OKB/HeuristicLab.BackgroundProcessing/HeuristicLabBackgroundProcessingPlugin.cs.frame
@
5765
Last change on this file since 5765 was 4311, checked in by swagner, 14 years ago | |
---|---|
File size: 309 bytes |
Rev | Line | |
---|---|---|
[4311] | 1 | using HeuristicLab.PluginInfrastructure; |
2 | ||
3 | namespace HeuristicLab.BackgroundProcessing { | |
4 | [Plugin("HeuristicLab.BackgroundProcessing", "3.3")] | |
5 | [PluginFile("HeuristicLab.BackgroundProcessing-3.3.dll", PluginFileType.Assembly)] | |
6 | public class HeuristicLabBackgroundProcessingPlugin : PluginBase { } | |
7 | } |
Note: See TracBrowser
for help on using the repository browser.