Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.SharpDevelop/3.1.1.5327/HeuristicLabSharpDevelopPlugin.cs @ 2661

Last change on this file since 2661 was 2661, checked in by mkommend, 14 years ago

corrected SharpDevelop plugin (ticket #842)

File size: 761 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using HeuristicLab.PluginInfrastructure;
6
7namespace HeuristicLab.SharpDevelop {
8
9  [Plugin("HeuristicLab.SharpDevelop-3.1.1.5327")]
10  [PluginFile("ICSharpCode.TextEditor.dll", PluginFileType.Assembly)]
11  [PluginFile("ICSharpCode.SharpDevelop.Dom.dll", PluginFileType.Assembly)]
12  [PluginFile("ICSharpCode.NRefactory.dll", PluginFileType.Assembly)]
13  [PluginFile("Mono.Cecil.dll", PluginFileType.Assembly)]
14  [PluginFile("Mono License.txt", PluginFileType.License)]
15  [PluginFile("SharpDevelop License.txt", PluginFileType.License)]
16  [PluginDependency("HeuristicLab.log4net-1.2.10.0")]
17  public class HeuristicLabSharpDevelopPlugin : PluginBase {
18  }
19}
Note: See TracBrowser for help on using the repository browser.