Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Persistence/3.3/HeuristicLabPersistencePlugin.cs @ 2657

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
RevLine 
[1454]1using HeuristicLab.PluginInfrastructure;
2
3namespace 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.