|
|
@ -849,13 +849,13 @@ |
|
|
|
|
|
|
|
|
|
|
|
<ToolbarItem id = "Compile" |
|
|
|
<ToolbarItem id = "Compile" |
|
|
|
icon = "Icons.16x16.BuildCombine" |
|
|
|
icon = "Icons.16x16.BuildCombine" |
|
|
|
tooltip = "${res:XML.MainMenu.RunMenu.Compile.Description}" |
|
|
|
tooltip = "${res:XML.MainMenu.RunMenu.BuildSolution.Description}" |
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.Build"/> |
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.Build"/> |
|
|
|
|
|
|
|
|
|
|
|
<ToolbarItem id = "BuildProject" |
|
|
|
<ToolbarItem id = "BuildProject" |
|
|
|
icon = "Icons.16x16.BuildCurrentSelectedProject" |
|
|
|
icon = "Icons.16x16.BuildCurrentSelectedProject" |
|
|
|
tooltip = "${res:XML.MainMenu.RunMenu.BuildProject.Description}" |
|
|
|
tooltip = "${res:XML.MainMenu.RunMenu.BuildProject.Description}" |
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.Rebuild"/> |
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.BuildProject"/> |
|
|
|
|
|
|
|
|
|
|
|
<ToolbarItem id = "DebuggerSeparator" type = "Separator" /> |
|
|
|
<ToolbarItem id = "DebuggerSeparator" type = "Separator" /> |
|
|
|
|
|
|
|
|
|
|
|