-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVSCommandTable.cs
34 lines (31 loc) · 1.26 KB
/
VSCommandTable.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
// ------------------------------------------------------------------------------
// <auto-generated>
// This file was generated by VSIX Synchronizer
// </auto-generated>
// ------------------------------------------------------------------------------
namespace IncludeMinimizer
{
using System;
/// <summary>
/// Helper class that exposes all GUIDs used across VS Package.
/// </summary>
internal sealed partial class PackageGuids
{
public const string GHeaderOnlyString = "4fb708fa-a4ef-4e70-875b-9ea3ca5374b2";
public static Guid GHeaderOnly = new Guid(GHeaderOnlyString);
public const string GOnlyVCString = "efd13c2b-5e41-40d2-95df-4576ef0444e4";
public static Guid GOnlyVC = new Guid(GOnlyVCString);
public const string IncludeMinimizerString = "90a4b8f6-d482-46cc-aeed-33554da13203";
public static Guid IncludeMinimizer = new Guid(IncludeMinimizerString);
}
/// <summary>
/// Helper class that encapsulates all CommandIDs uses across VS Package.
/// </summary>
internal sealed partial class PackageIds
{
public const int IMGroup = 0x0001;
public const int GenMap = 0x0100;
public const int RemMap = 0x0101;
public const int RunIWYU = 0x0102;
}
}