Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PluginInfrastructure Refactoring/HeuristicLab.BackgroundProcessing/3.2/HeuristicLabBackgroundProcessingPlugin.cs @ 2587

Last change on this file since 2587 was 2587, checked in by gkronber, 14 years ago

Fixed projects to work with new plugin infrastructure. #799

File size: 306 bytes
Line 
1using HeuristicLab.PluginInfrastructure;
2
3namespace HeuristicLab.BackgroundProcessing {
4  [Plugin("HeuristicLab.BackgroundProcessing-3.2")]
5  [PluginFile("HeuristicLab.BackgroundProcessing-3.2.dll", PluginFileType.Assembly)]
6  public class HeuristicLabBackgroundProcessingPlugin : PluginBase { }
7}
Note: See TracBrowser for help on using the repository browser.