|
|
|
@ -1251,6 +1251,19 @@ |
|
|
|
|
|
|
|
|
|
|
|
<Condition name = "ProjectActive" activeproject="*"> |
|
|
|
<Condition name = "ProjectActive" activeproject="*"> |
|
|
|
<MenuItem id = "Project" label = "${res:XML.MainMenu.ProjectMenu}" type="Menu"> |
|
|
|
<MenuItem id = "Project" label = "${res:XML.MainMenu.ProjectMenu}" type="Menu"> |
|
|
|
|
|
|
|
<MenuItem id = "ProjectAddMenu" label = "${res:ProjectComponent.ContextMenu.AddMenu}" type = "Menu" > |
|
|
|
|
|
|
|
<MenuItem id = "New Item" |
|
|
|
|
|
|
|
label = "${res:ProjectComponent.ContextMenu.NewItem}" |
|
|
|
|
|
|
|
icon = "Icons.16x16.NewDocumentIcon" |
|
|
|
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.AddNewItemsToProject"/> |
|
|
|
|
|
|
|
<MenuItem id = "Existing Item" |
|
|
|
|
|
|
|
label = "${res:ProjectComponent.ContextMenu.ExistingItem}" |
|
|
|
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.AddExistingItemsToProject"/> |
|
|
|
|
|
|
|
<MenuItem id = "NewFolder" |
|
|
|
|
|
|
|
label = "${res:ProjectComponent.ContextMenu.NewFolder}" |
|
|
|
|
|
|
|
icon = "Icons.16x16.NewFolderIcon" |
|
|
|
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.AddNewFolderToProject"/> |
|
|
|
|
|
|
|
</MenuItem> |
|
|
|
<MenuItem id = "AddReference" |
|
|
|
<MenuItem id = "AddReference" |
|
|
|
label = "${res:ProjectComponent.ContextMenu.AddReference}" |
|
|
|
label = "${res:ProjectComponent.ContextMenu.AddReference}" |
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.AddReferenceToProject"/> |
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.AddReferenceToProject"/> |
|
|
|
|