mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-27 03:14:18 +08:00
16 lines
263 B
Plaintext
16 lines
263 B
Plaintext
|
import "shobjidl.idl";
|
||
|
|
||
|
[
|
||
|
uuid(09082E28-A5CA-47A7-8571-A2236C411E91),
|
||
|
version(3.1)
|
||
|
]
|
||
|
library ImageResizerExtLib
|
||
|
{
|
||
|
[uuid(51B4D7E5-7568-4234-B4BB-47FB3C016A69)]
|
||
|
coclass ContextMenuHandler
|
||
|
{
|
||
|
[default] interface IShellExtInit;
|
||
|
interface IContextMenu;
|
||
|
};
|
||
|
};
|