source:
branches/Persistence Test/HeuristicLab.BackgroundProcessing/3.2/HeuristicLabBackgroundProcessingPlugin.cs
@
3043
Last change on this file since 3043 was 2744, checked in by epitzer, 15 years ago | |
---|---|
File size: 306 bytes |
Rev | Line | |
---|---|---|
[2399] | 1 | using HeuristicLab.PluginInfrastructure; |
2 | ||
3 | namespace HeuristicLab.BackgroundProcessing { | |
[2744] | 4 | [Plugin("HeuristicLab.BackgroundProcessing-3.2")] |
5 | [PluginFile("HeuristicLab.BackgroundProcessing-3.2.dll", PluginFileType.Assembly)] | |
[2408] | 6 | public class HeuristicLabBackgroundProcessingPlugin : PluginBase { } |
[2399] | 7 | } |
Note: See TracBrowser
for help on using the repository browser.