OnTopReplica/Installer/PostInstaller/PostInstaller/IShellItem.cs
2013-10-23 16:22:11 +02:00

15 lines
336 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
namespace PostInstaller {
[ComImport]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("43826d1e-e718-42ee-bc55-a1e261c37bfe")]
public interface IShellItem {
}
}