#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
446 B

<AddIn name = "PortSD4AddInToSD5"
author = "Daniel Grunwald"
description = "Issue Providers that help porting SD4 AddIns to SD5">
<Runtime>
<Import assembly = "PortSD4AddInToSD5.dll"/>
</Runtime>
<Path path = "/SharpDevelop/ViewContent/TextEditor/C#/IssueProviders">
<Class id = "WorkbenchSingletonIssueProvider"
class = "PortSD4AddInToSD5.WorkbenchSingletonIssueProvider" />
</Path>
</AddIn>