Line | |
---|
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 | <!-- -->
|
---|
4 | <!-- This file contains custom command definitions. -->
|
---|
5 | <!-- -->
|
---|
6 | <!-- NOTE: Each time commands are added or changed, the "version" parameter to the -->
|
---|
7 | <!-- ProvideMenuResource attribute in Shell\Package.tt should be incremented. -->
|
---|
8 | <!-- This causes Visual Studio to re-merge the menu definitions for the package. -->
|
---|
9 | <!-- Otherwise, changes won't take effect until the next time devenv /setup is run. -->
|
---|
10 | <!-- -->
|
---|
11 | <Extern href="stdidcmd.h"/>
|
---|
12 | <Extern href="vsshlids.h"/>
|
---|
13 | <Extern href="virtkeys.h"/>
|
---|
14 | <Extern href="DSLToolsCmdID.h"/>
|
---|
15 | <Include href="GeneratedCode\GeneratedVsct.vsct"/>
|
---|
16 | <Commands package="guidPkg">
|
---|
17 | </Commands>
|
---|
18 | </CommandTable>
|
---|
Note: See
TracBrowser
for help on using the repository browser.