Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.BackgroundProcessing/3.2/HeuristicLabBackgroundProcessingPlugin.cs @ 2458

Last change on this file since 2458 was 2408, checked in by swagner, 15 years ago

Corrected minor code formatting issues (#769)

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