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