Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

<Extern href="stdidcmd.h"/>
<Extern href="vsshlids.h"/>
<Include href="KnownImageIds.vsct"/>

<Commands package="guidTemplateStudioForWinUICsPackage">
<Groups>
Expand All @@ -24,16 +25,17 @@
<CommandFlag>DefaultDisabled</CommandFlag>
<CommandFlag>DefaultInvisible</CommandFlag>
<CommandFlag>DynamicVisibility</CommandFlag>
<Icon guid="guidImages" id="bmpPage1" />
<CommandFlag>IconIsMoniker</CommandFlag>
<Icon guid="ImageCatalogGuid" id="NewDocument" />
<Strings>
<ButtonText>New Page...</ButtonText>
</Strings>
</Button>
<Button guid="guidTemplateStudioForWinUICsPackageCmdSet" id="AddFeatureCommand" priority="0x0200" type="Button">
<CommandFlag>DefaultDisabled</CommandFlag>
<CommandFlag>DefaultInvisible</CommandFlag>
<CommandFlag>DynamicVisibility</CommandFlag>
<Icon guid="guidImages" id="bmpFeature1" />
<CommandFlag>IconIsMoniker</CommandFlag>
<Icon guid="ImageCatalogGuid" id="NewItem" />
<Strings>
<ButtonText>New Feature...</ButtonText>
</Strings>
Expand All @@ -42,7 +44,8 @@
<CommandFlag>DefaultDisabled</CommandFlag>
<CommandFlag>DefaultInvisible</CommandFlag>
<CommandFlag>DynamicVisibility</CommandFlag>
<Icon guid="guidImages" id="bmpService" />
<CommandFlag>IconIsMoniker</CommandFlag>
<Icon guid="ImageCatalogGuid" id="NewItem" />
<Strings>
<ButtonText>New Service...</ButtonText>
</Strings>
Expand All @@ -51,7 +54,8 @@
<CommandFlag>DefaultDisabled</CommandFlag>
<CommandFlag>DefaultInvisible</CommandFlag>
<CommandFlag>DynamicVisibility</CommandFlag>
<Icon guid="guidImages" id="bmpTesting" />
<CommandFlag>IconIsMoniker</CommandFlag>
<Icon guid="ImageCatalogGuid" id="NewTest" />
<Strings>
<ButtonText>New Test Project...</ButtonText>
</Strings>
Expand All @@ -60,16 +64,13 @@
<CommandFlag>DefaultDisabled</CommandFlag>
<CommandFlag>DefaultInvisible</CommandFlag>
<CommandFlag>DynamicVisibility</CommandFlag>
<Icon guid="guidImages" id="bmpOpenTemp" />
<CommandFlag>IconIsMoniker</CommandFlag>
<Icon guid="ImageCatalogGuid" id="OpenFolder" />
<Strings>
<ButtonText>Open Generation Folder</ButtonText>
</Strings>
</Button>
</Buttons>

<Bitmaps>
<Bitmap guid="guidImages" href="Resources\TemplateStudioCommand.png" usedList="bmpFeature1, bmpFeature2, bmpFeature3, bmpFeature4, bmpPage1, bmpWTS, bmpOpenTemp, bmpService, bmpTesting" />
</Bitmaps>
</Commands>
<VisibilityConstraints>
<VisibilityItem guid="guidTemplateStudioForWinUICsPackageCmdSet"
Expand Down Expand Up @@ -140,17 +141,5 @@
<IDSymbol name="AddTestingCommand" value="0x0700"/>
<IDSymbol name="OpenTempFolder" value="0x0800"/>
</GuidSymbol>

<GuidSymbol name="guidImages" value="{4060629C-FD00-4D0F-8C97-92747BFB7F28}" >
<IDSymbol name="bmpFeature1" value="1" />
<IDSymbol name="bmpFeature2" value="2" />
<IDSymbol name="bmpFeature3" value="3" />
<IDSymbol name="bmpFeature4" value="4" />
<IDSymbol name="bmpPage1" value="5" />
<IDSymbol name="bmpWTS" value="6" />
<IDSymbol name="bmpOpenTemp" value="7" />
<IDSymbol name="bmpService" value="8" />
<IDSymbol name="bmpTesting" value="9" />
</GuidSymbol>
</Symbols>
</CommandTable>