Last change
on this file since 2954 was
2591,
checked in by gkronber, 15 years ago
|
Copied refactored plugin infrastructure from branch and merged changeset r2586:2589 from branch into the trunk. #799
|
File size:
306 bytes
|
Line | |
---|
1 | using HeuristicLab.PluginInfrastructure;
|
---|
2 |
|
---|
3 | namespace 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.