VSCommandTable.vsct 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <CommandTable xmlns="http://schemas.microsoft.com/VisualStudio/2005-10-18/CommandTable" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  3. <Extern href="stdidcmd.h" />
  4. <Extern href="vsshlids.h" />
  5. <Include href="KnownImageIds.vsct" />
  6. <Include href="VSGlobals.vsct" />
  7. <Commands package="CodeGenerator">
  8. <Menus>
  9. <Menu guid ="CodeGenerator" id="CommandMenus" priority="0x501" type="Context">
  10. <Parent guid="CodeGenerator" id="MenuGroup" />
  11. <Strings>
  12. <ButtonText>Vber代码生成器(旧)</ButtonText>
  13. <CommandName>Vber代码生成器(旧)</CommandName>
  14. </Strings>
  15. </Menu>
  16. </Menus>
  17. <Groups>
  18. <Group guid="CodeGenerator" id="MenuGroup" priority="0x0500">
  19. <Parent guid="guidSHLMainMenu" id="IDM_VS_CTXT_CODEWIN" />
  20. </Group>
  21. <Group guid="CodeGenerator" id="CommandMenuGroup" priority="0x0501">
  22. <Parent guid="CodeGenerator" id="CommandMenus" />
  23. </Group>
  24. </Groups>
  25. <!--This section defines the elements the user can interact with, like a menu command or a button
  26. or combo box in a toolbar. -->
  27. <Buttons>
  28. <Button guid="CodeGenerator" id="CmdV4" priority="0x0100" type="Button">
  29. <Parent guid="CodeGenerator" id="MenuGroup" />
  30. <Icon guid="ImageCatalogGuid" id="CSReport" />
  31. <CommandFlag>IconIsMoniker</CommandFlag>
  32. <Strings>
  33. <ButtonText>Vber代码生成器V4.0</ButtonText>
  34. </Strings>
  35. </Button>
  36. <Button guid="CodeGenerator" id="CmdV2" priority="0x0101" type="Button">
  37. <Parent guid="CodeGenerator" id="CommandMenuGroup" />
  38. <Icon guid="ImageCatalogGuid" id="CSReport" />
  39. <CommandFlag>IconIsMoniker</CommandFlag>
  40. <Strings>
  41. <ButtonText>代码生成器V2.1.3</ButtonText>
  42. </Strings>
  43. </Button>
  44. <Button guid="CodeGenerator" id="CmdV2_1_3_1" priority="0x0102" type="Button">
  45. <Parent guid="CodeGenerator" id="CommandMenuGroup" />
  46. <Icon guid="ImageCatalogGuid" id="CSReport" />
  47. <CommandFlag>IconIsMoniker</CommandFlag>
  48. <Strings>
  49. <ButtonText>代码生成器V2.1.3.1(垫圈厂专用)</ButtonText>
  50. </Strings>
  51. </Button>
  52. <Button guid="CodeGenerator" id="CmdV3" priority="0x0103" type="Button">
  53. <Parent guid="CodeGenerator" id="CommandMenuGroup" />
  54. <Icon guid="ImageCatalogGuid" id="CSReport" />
  55. <CommandFlag>IconIsMoniker</CommandFlag>
  56. <Strings>
  57. <ButtonText>代码生成器V3</ButtonText>
  58. </Strings>
  59. </Button>
  60. </Buttons>
  61. </Commands>
  62. <Symbols>
  63. <GuidSymbol name="CodeGenerator" value="{23c3d6f3-4543-4a7c-a466-4b0c6bbc6d38}">
  64. <IDSymbol name="MenuGroup" value="0x0001" />
  65. <IDSymbol name="CommandMenuGroup" value="0x0002" />
  66. <IDSymbol name="CmdV4" value="0x0100" />
  67. <IDSymbol name="CommandMenus" value="0x0101" />
  68. <IDSymbol name="CmdV2" value="0x0102" />
  69. <IDSymbol name="CmdV2_1_3_1" value="0x0103" />
  70. <IDSymbol name="CmdV3" value="0x0104" />
  71. </GuidSymbol>
  72. </Symbols>
  73. </CommandTable>