|
|
@@ -1,8 +1,8 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<CommandTable xmlns="http://schemas.microsoft.com/VisualStudio/2005-10-18/CommandTable" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
|
|
|
<Extern href="stdidcmd.h" /> |
|
|
|
<Extern href="vsshlids.h"/> |
|
|
|
<Extern href="msobtnid.h"/> |
|
|
|
<Extern href="vsshlids.h" /> |
|
|
|
<!--<Extern href="msobtnid.h" xmlns="http://schemas.microsoft.com/VisualStudio/2005-10-18/CommandTable" />--> |
|
|
|
|
|
|
|
<Commands package="guidVsLolPkg"> |
|
|
|
<Menus> |
|
|
@@ -16,29 +16,29 @@ |
|
|
|
|
|
|
|
<Groups> |
|
|
|
<Group guid="guidVsLolCmdSet" id="VsLolMenuGroup" priority="0x600"> |
|
|
|
<Parent guid="guidSHLMainMenu" id="IDM_VS_MENU_TOOLS"/> |
|
|
|
<Parent guid="guidSHLMainMenu" id="IDM_VS_MENU_TOOLS" /> |
|
|
|
</Group> |
|
|
|
|
|
|
|
<Group guid="guidVsLolCmdSet" id="VsLolMainToolbarGroup" priority="0x100"> |
|
|
|
<Parent guid="guidSHLMainMenu" id="IDM_VS_TOOL_STANDARD"/> |
|
|
|
<Parent guid="guidSHLMainMenu" id="IDM_VS_TOOL_STANDARD" /> |
|
|
|
</Group> |
|
|
|
|
|
|
|
<Group guid="guidVsLolCmdSet" id="VsLolToolbarGroup" priority="0x100"> |
|
|
|
<Parent guid="guidVsLolCmdSet" id="VsLolToolbar"/> |
|
|
|
<Parent guid="guidVsLolCmdSet" id="VsLolToolbar" /> |
|
|
|
</Group> |
|
|
|
|
|
|
|
<Group guid="guidVsLolCmdSet" id="VsLolEditorCtxGroup" priority="0x100"> |
|
|
|
<Parent guid="guidSHLMainMenu" id="IDM_VS_CTXT_PROJNODE"/> |
|
|
|
<Parent guid="guidSHLMainMenu" id="IDM_VS_CTXT_PROJNODE" /> |
|
|
|
</Group> |
|
|
|
<Group guid="guidVsLolCmdSet" id="VsLolEditorCtxGroup" priority="0x600"> |
|
|
|
<Parent guid="guidSHLMainMenu" id="IDM_VS_CTXT_CODEWIN"/> |
|
|
|
<Parent guid="guidSHLMainMenu" id="IDM_VS_CTXT_CODEWIN" /> |
|
|
|
</Group> |
|
|
|
</Groups> |
|
|
|
|
|
|
|
<Buttons> |
|
|
|
<Button guid="guidVsLolCmdSet" id="cmdidGenerateCompilers" priority="0x100" type="Button"> |
|
|
|
<Parent guid="guidVsLolCmdSet" id="VsLolMenuGroup"/> |
|
|
|
<Icon guid="guidGearBmp" id="bmpGear"/> |
|
|
|
<Parent guid="guidVsLolCmdSet" id="VsLolMenuGroup" /> |
|
|
|
<Icon guid="guidGearBmp" id="bmpGear" /> |
|
|
|
<CommandFlag>DynamicVisibility</CommandFlag> |
|
|
|
<CommandFlag>DefaultInvisible</CommandFlag> |
|
|
|
<Strings> |
|
|
@@ -49,7 +49,7 @@ |
|
|
|
</Buttons> |
|
|
|
|
|
|
|
<Bitmaps> |
|
|
|
<Bitmap guid="guidGearBmp" href="gear.bmp" usedList="bmpGear"/> |
|
|
|
<Bitmap guid="guidGearBmp" href="gear.bmp" usedList="bmpGear" /> |
|
|
|
</Bitmaps> |
|
|
|
</Commands> |
|
|
|
|
|
|
@@ -57,7 +57,7 @@ |
|
|
|
<CommandPlacements> |
|
|
|
<!--Here we place two commands inside the empty menu group we created in the Groups section.--> |
|
|
|
<CommandPlacement guid="guidVsLolCmdSet" id="cmdidGenerateCompilers" priority="0x100"> |
|
|
|
<Parent guid="guidVsLolCmdSet" id="VsLolEditorCtxGroup"/> |
|
|
|
<Parent guid="guidVsLolCmdSet" id="VsLolEditorCtxGroup" /> |
|
|
|
</CommandPlacement> |
|
|
|
</CommandPlacements> |
|
|
|
|
|
|
|