/* 
 * $Id$
 * Copyright 2008-2010 The Eraser Project
 * Original Author: Kasra Nassiri <cjax@users.sourceforge.net>
 * Modified By: Joel Low <lowjoel@users.sourceforge.net>
 * 
 * This file is part of Eraser.
 * 
 * Eraser is free software: you can redistribute it and/or modify it under the
 * terms of the GNU General Public License as published by the Free Software
 * Foundation, either version 3 of the License, or (at your option) any later
 * version.
 * 
 * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY
 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
 * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 * 
 * A copy of the GNU General Public License can be found at
 * <http://www.gnu.org/licenses/>.
 */

import "oaidl.idl";
import "ocidl.idl";

[
	uuid(BBAA6A86-48FB-4F7B-B06F-7FACD6AFBD25),
	version(1.0),
	helpstring("Eraser Shell Extension"),
	custom(a817e7a1-43fa-11d0-9e44-00aa00b6770a,"{E8801615-19E6-48FB-9BFE-149FD5E97B7F}")
]
library EraserShellExtLib
{
	importlib("stdole2.tlb");

	[
		uuid(BC9B776A-90D7-4476-A791-79D835F30650),
		helpstring("Eraser Shell Extension Context Menu")
	]
	coclass CtxMenu
	{
		[default] interface IUnknown;
	};
};
