Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Mainform refactoring/HeuristicLab.Tracing/3.2/HeuristicLabTracingPlugin.cs @ 2420

Last change on this file since 2420 was 1534, checked in by swagner, 16 years ago

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

File size: 543 bytes
Line 
1using HeuristicLab.PluginInfrastructure;
2
3namespace HeuristicLab.Tracing {
4
5  [ClassInfo(Name = "HeuristicLab.Tracing-3.2")]
6  [PluginFile(Filename = "HeuristicLab.Tracing-3.2.dll", Filetype = PluginFileType.Assembly)]
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.