summaryrefslogtreecommitdiff
path: root/plugins/AutoShutdown/res/version.rc
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-07-05 11:34:19 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-07-05 11:34:19 +0000
commitf4ca33472b18027cdcf38c2569e1efbb116bd2a1 (patch)
tree56060e4103980528a5cf8c3534514988b1f8798a /plugins/AutoShutdown/res/version.rc
parent9ee9547340e785ca4eb38294d975d6e1a3a567f2 (diff)
AutoShutdown: folder structure change
git-svn-id: http://svn.miranda-ng.org/main/trunk@767 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AutoShutdown/res/version.rc')
-rw-r--r--plugins/AutoShutdown/res/version.rc43
1 files changed, 43 insertions, 0 deletions
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
+
+
+
+