Cosmos/source2/VSIP/Cosmos.VS.Windows/PkgCmdID.cs
Sentinel209_cp 30da530345
2011-06-29 23:37:53 +00:00

12 lines
No EOL
261 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;
};
}