Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 1530 was 1530, checked in by gkronber, 15 years ago

Moved source files of plugins Hive ... Visualization.Test into version-specific sub-folders. #576

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