Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 1853 was 1566, checked in by epitzer, 15 years ago

Format white space. (Ctrl-K, Ctrl-D) (#548)

File size: 363 bytes
RevLine 
[1454]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)]
[1534]7  [Dependency(Dependency = "HeuristicLab.Tracing-3.2")]
[1566]8  public class HeuristicLabPersistencePlugin : PluginBase { }
[1454]9
10}
Note: See TracBrowser for help on using the repository browser.