Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKB/HeuristicLab.BackgroundProcessing/HeuristicLabBackgroundProcessingPlugin.cs.frame @ 4441

Last change on this file since 4441 was 4311, checked in by swagner, 14 years ago

Integrated OKB clients for HL 3.3 (#1166)

File size: 309 bytes
Line 
1using HeuristicLab.PluginInfrastructure;
2
3namespace 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.