blob: c045224cd06bb7736d082441c329af0586b24d6f [file] [log] [blame]
Manuel Klimekbb556152013-09-04 16:11:46 +00001using System;
2
3namespace LLVM.ClangFormat
4{
5 static class GuidList
6 {
7 public const string guidClangFormatPkgString = "c5286038-25d3-4f65-83a8-51fa2df4a146";
8 public const string guidClangFormatCmdSetString = "e39cbab1-0f96-4022-a2bc-da5a9db7eb78";
9
10 public static readonly Guid guidClangFormatCmdSet = new Guid(guidClangFormatCmdSetString);
11 };
12}