-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVSCommandTable.cs
More file actions
24 lines (23 loc) · 826 Bytes
/
Copy pathVSCommandTable.cs
File metadata and controls
24 lines (23 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// ------------------------------------------------------------------------------
// <auto-generated>
// This file was generated by the free extension VSIX Synchronizer
// </auto-generated>
// ------------------------------------------------------------------------------
using System;
namespace CodeStatsForVS
{
/// <summary>
/// Helper class that exposes all GUIDs used across VS Package.
/// </summary>
internal sealed partial class PackageGuids
{
public const string CodeStatsForVSString = "94c71949-dcde-4862-9daf-287908ee04fa";
public static Guid VCodeStatsForVS = new Guid(CodeStatsForVSString);
}
/// <summary>
/// Helper class that encapsulates all CommandIDs uses across VS Package.
/// </summary>
internal sealed partial class PackageIds
{
}
}