// Guids.cs // MUST match guids.h using System; namespace DevDriven.P4Vs { static class GuidList { public const string guidP4VsPkgString = "90809389-0fcf-4fba-a07c-5e1de751eacb"; public const string guidP4VsCmdSetString = "36b378e6-ff11-4c51-9d72-5dc43c8772e9"; public static readonly Guid guidP4VsCmdSet = new Guid(guidP4VsCmdSetString); }; }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 6453 | James Briant | Lightweight perforce integration for VS2008 |