#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.
 
 
 
 
 
 

18 lines
592 B

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