// PkgCmdID.cs
// MUST match PkgCmdID.h
using System;
namespace ICSharpCode.ILSpy.AddIn
{
static class PkgCmdIDList
public const uint cmdidOpenILSpy = 0x100;
public const uint cmdidOpenInILSpy = 0x200;
public const uint cmdidOpenDefinitionInILSpy = 0x300;
};
}