// PkgCmdID.cs // MUST match PkgCmdID.h using System; namespace FastForward.VisualStudio { static class PkgCmdIDList { public const uint cmdidFfnetSettings = 0x100; public const uint cmdidProjectsToolWindow = 0x101; }; }