Commit
This commit is contained in:
parent
8b61ca41fa
commit
17883e16e1
41 changed files with 3173 additions and 0 deletions
13
VSPackageInstall/PkgCmdID.cs
Normal file
13
VSPackageInstall/PkgCmdID.cs
Normal file
|
@ -0,0 +1,13 @@
|
|||
// PkgCmdID.cs
|
||||
// MUST match PkgCmdID.h
|
||||
using System;
|
||||
|
||||
namespace VitaliiGanzha.VSPackageInstall
|
||||
{
|
||||
static class PkgCmdIDList
|
||||
{
|
||||
public const uint cmdidVsDing = 0x100;
|
||||
public const uint cmdidVsDingWnd = 0x101;
|
||||
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue