Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 2404 was 2404, checked in by epitzer, 15 years ago

Move BackgroundProcessing Project into version subfolder. (#769)

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