Free cookie consent management tool by TermsFeed Policy Generator

source: branches/New Persistence Exploration/Persistence/Persistence/HeuristicLabPersistencePlugin.cs @ 1401

Last change on this file since 1401 was 1357, checked in by epitzer, 15 years ago

Pluginification and major refactoring. (#506)

File size: 305 bytes
Line 
1using HeuristicLab.PluginInfrastructure;
2
3namespace HeuristicLab.Persistence {
4
5  [ClassInfo(Name = "HeuristicLab.Persistence-3.0")]
6  [PluginFile(Filename = "HeuristicLab.Persistence-3.0.dll", Filetype = PluginFileType.Assembly)]
7  public class HeuristicLabPersistencePlugin : PluginBase {}
8
9}
Note: See TracBrowser for help on using the repository browser.