#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
407 B

<AddIn name = "Custom Pad Sample">
<Manifest>
<Identity name="SharpDevelop.Samples.CustomPad"/>
</Manifest>
<Runtime>
<Import assembly="CustomPad.dll"/>
</Runtime>
<Path name = "/SharpDevelop/Workbench/Pads">
<Pad id = "CustomPad"
category = "Main"
icon = "PadIcons.Output"
title = "Custom Pad"
class = "CustomPad.MyCustomPad"/>
</Path>
</AddIn>