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

<?xml version="1.0" encoding="utf-8" ?>
<AddIn name = "ClassWizard"
author = "Itai Bar-Haim"
url = ""
description = "Visually add new classes to the project.">
<Manifest>
<Identity name="ClassWizard" />
</Manifest>
<Runtime>
<Import assembly = "ClassWizard.dll"/>
</Runtime>
<Path name = "/SharpDevelop/Workbench/MainMenu/Project/ProjectAddMenu">
<Condition name = "ProjectActive" activeproject="*">
<MenuItem type = "Separator"/>
<MenuItem id = "NewClass"
label = "Class"
class = "ClassWizard.AddNewClassCommand"/>
</Condition>
</Path>
</AddIn>