mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
44 lines
1.9 KiB
XML
44 lines
1.9 KiB
XML
<?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" />
|
|
|
|
<Commands package="guidDebugPackage">
|
|
<Buttons>
|
|
<Button guid="guidDebugPackageCmdSet" id="cmdidLaunchDebug" priority="0x0100" type="Button">
|
|
<CommandFlag>AllowParams</CommandFlag>
|
|
<Strings>
|
|
<ButtonText>Cosmos Debug Launch</ButtonText>
|
|
<CanonicalName>Debug.CosmosDebugLaunch</CanonicalName>
|
|
<LocCanonicalName>Debug.CosmosDebugLaunch</LocCanonicalName>
|
|
</Strings>
|
|
</Button>
|
|
<Button guid="guidDebugPackageCmdSet" id="cmdidDebugExec" priority="0x0100" type="Button">
|
|
<CommandFlag>AllowParams</CommandFlag>
|
|
<Strings>
|
|
<ButtonText>Cosmos Debug Execute Command</ButtonText>
|
|
<CanonicalName>Debug.CosmosDebugExec</CanonicalName>
|
|
<LocCanonicalName>Debug.CosmosDebugExec</LocCanonicalName>
|
|
</Strings>
|
|
</Button>
|
|
<Button guid="guidDebugPackageCmdSet" id="cmdidDebugLog" priority="0x0100" type="Button">
|
|
<CommandFlag>AllowParams</CommandFlag>
|
|
<Strings>
|
|
<ButtonText>Cosmos Debug Control Logging</ButtonText>
|
|
<CanonicalName>Debug.CosmosDebugLog</CanonicalName>
|
|
<LocCanonicalName>Debug.CosmosDebugLog</LocCanonicalName>
|
|
</Strings>
|
|
</Button>
|
|
</Buttons>
|
|
</Commands>
|
|
|
|
<Symbols>
|
|
<GuidSymbol name="guidDebugPackage" value="{A82B45E9-2A89-43BD-925D-C7F0EDD212AA}" />
|
|
|
|
<GuidSymbol name="guidDebugPackageCmdSet" value="{94EBFC49-EC0F-4BD3-B3FF-D3AADB8DAC9F}">
|
|
<IDSymbol name="cmdidLaunchDebug" value="0x0100" />
|
|
<IDSymbol name="cmdidDebugExec" value="0x0101" />
|
|
<IDSymbol name="cmdidDebugLog" value="0x0102" />
|
|
</GuidSymbol>
|
|
</Symbols>
|
|
</CommandTable>
|