Rev | Line | |
---|
[2754] | 1 | using HeuristicLab.PluginInfrastructure;
|
---|
| 2 |
|
---|
| 3 | namespace HeuristicLab.Persistence {
|
---|
| 4 |
|
---|
[3016] | 5 | /// <summary>
|
---|
| 6 | /// The plugin for HeuriticLab.Persistence
|
---|
| 7 | /// </summary>
|
---|
[2754] | 8 | [Plugin("HeuristicLab.Persistence", "3.3.0.$WCREV$")]
|
---|
| 9 | [PluginFile("HeuristicLab.Persistence-3.3.dll", PluginFileType.Assembly)]
|
---|
| 10 | [PluginDependency("HeuristicLab.Tracing", "3.2")]
|
---|
| 11 | public class HeuristicLabPersistencePlugin : PluginBase { }
|
---|
| 12 |
|
---|
| 13 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.