Last change
on this file since 2658 was
2658,
checked in by epitzer, 15 years ago
|
Add SharpDevelop libraries to support syntax highlighting and code completion (#842)
|
File size:
740 bytes
|
Line | |
---|
1 | using System;
|
---|
2 | using System.Collections.Generic;
|
---|
3 | using System.Linq;
|
---|
4 | using System.Text;
|
---|
5 | using HeuristicLab.PluginInfrastructure;
|
---|
6 |
|
---|
7 | namespace 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("lgpl.txt", PluginFileType.License)]
|
---|
15 | [PluginFile("MIT_X11.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.