Last change
on this file since 2657 was
2656,
checked in by swagner, 15 years ago
|
Committing first results of the refactoring of HeuristicLab.Core and related plugins (#95)
|
File size:
324 bytes
|
Rev | Line | |
---|
[1454] | 1 | using HeuristicLab.PluginInfrastructure;
|
---|
| 2 |
|
---|
| 3 | namespace HeuristicLab.Persistence {
|
---|
| 4 |
|
---|
[2656] | 5 | [Plugin("HeuristicLab.Persistence-3.3")]
|
---|
| 6 | [PluginFile("HeuristicLab.Persistence-3.3.dll", PluginFileType.Assembly)]
|
---|
| 7 | [PluginDependency("HeuristicLab.Tracing-3.2")]
|
---|
[1566] | 8 | public class HeuristicLabPersistencePlugin : PluginBase { }
|
---|
[1454] | 9 |
|
---|
| 10 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.