// PkgCmdID.cs // MUST match PkgCmdID.h using System; namespace ETHZurich.OrigoVSIntegration { static class PkgCmdIDList { public const uint cmdidOrigo = 0x100; public const uint cmdidOrigoToolwnd = 0x101; }; }