EnvDTE.Interfaces/DTEEvents.cs (7 lines of code) (raw):

using System.Runtime.InteropServices; namespace EnvDTE { public interface DTEEvents : _DTEEvents, _dispDTEEvents_Event { } }