Cosmos/source2/VSIP/Cosmos.VS.Windows/PkgCmdID.cs
2011-07-01 02:10:22 +00:00

13 lines
No EOL
314 B
C#

// PkgCmdID.cs
// MUST match PkgCmdID.h
using System;
namespace Cosmos.Cosmos_VS_Windows
{
static class PkgCmdIDList
{
public const uint cmdidCosmosAssembly = 0x101;
public const uint cmdidCosmosRegisters = 0x102;
public const uint cmdidCosmosStack = 0x103;
};
}