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

24 lines
635 B

<AddIn name = "AddInScout"
author = "Satguru P Srivastava"
copyright = "prj:///doc/copyright.txt"
url = "http://home.mchsi.com/~ssatguru"
description = "Display AddIn Information">
<Manifest>
<Identity name = "ICSharpCode.AddInScout"/>
</Manifest>
<Runtime>
<Import assembly="AddInScout.dll"/>
</Runtime>
<Path name = "/SharpDevelop/Workbench/MainMenu/Tools">
<MenuItem id = "ShowAddInScout"
insertafter = "Separator1" insertbefore = "Separator2"
label = "AddIn Scout"
class = "AddInScout.AddInScoutCommand"/>
</Path>
</AddIn>