Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Tracing/3.2/HeuristicLabTracingPlugin.cs @ 2192

Last change on this file since 2192 was 1534, checked in by swagner, 15 years ago

Updated main solution file and fixed minor errors in names and version numbers of projects (#576)

File size: 543 bytes
RevLine 
[1467]1using HeuristicLab.PluginInfrastructure;
2
3namespace HeuristicLab.Tracing {
4
[1534]5  [ClassInfo(Name = "HeuristicLab.Tracing-3.2")]
6  [PluginFile(Filename = "HeuristicLab.Tracing-3.2.dll", Filetype = PluginFileType.Assembly)]
[1467]7  [PluginFile(Filename = "log4net.dll", Filetype = PluginFileType.Assembly)]
8  [PluginFile(Filename = "log4net licence.txt", Filetype = PluginFileType.License)]
9  [PluginFile(Filename = "HeuristicLab.log4net.xml", Filetype = PluginFileType.Data)]
10  public class HeuristicLabPersistencePlugin : PluginBase {}
11
12}
Note: See TracBrowser for help on using the repository browser.