From f4ca33472b18027cdcf38c2569e1efbb116bd2a1 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 5 Jul 2012 11:34:19 +0000 Subject: AutoShutdown: folder structure change git-svn-id: http://svn.miranda-ng.org/main/trunk@767 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AutoShutdown/res/version.rc | 43 +++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 plugins/AutoShutdown/res/version.rc (limited to 'plugins/AutoShutdown/res/version.rc') diff --git a/plugins/AutoShutdown/res/version.rc b/plugins/AutoShutdown/res/version.rc new file mode 100644 index 0000000000..6b5b369218 --- /dev/null +++ b/plugins/AutoShutdown/res/version.rc @@ -0,0 +1,43 @@ +#include "..\src\version.h" + +///////////////////////////////////////////////////////////////////////////// +// +// Version +// + +VS_VERSION_INFO VERSIONINFO + FILEVERSION FILE_VERSION + PRODUCTVERSION FILE_VERSION + FILEFLAGSMASK 0x0L +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS 0x40004L + FILETYPE 0x2L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "000004b0" + BEGIN + VALUE "Comments", "Licensed under the terms of the GNU General Public License" + VALUE "FileDescription", "AutoShutdown Plugin for Miranda IM" + VALUE "FileVersion", FILE_VERSION_STR + VALUE "InternalName", "AutoShutdown" + VALUE "LegalCopyright", "Copyright © 2004-2007 H. Herkenrath" + VALUE "OriginalFilename", "shutdown.dll" + VALUE "ProductName", "Automatic Shutdown" + VALUE "ProductVersion", FILE_VERSION_STR + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x0, 1200 + END +END + + + + -- cgit v1.2.3