summaryrefslogtreecommitdiff
path: root/plugins/TopToolBar/version.rc
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-06-13 16:11:53 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-06-13 16:11:53 +0000
commit30d2e707d653c7f31461587198dd57ff2e69af08 (patch)
treefec509e27701c7f1798599f6230b3957387a3209 /plugins/TopToolBar/version.rc
parentaea65132ee68b589074ffddc0aaef2c7b01dba51 (diff)
- unneeded structure removed
- version resource added git-svn-id: http://svn.miranda-ng.org/main/trunk@394 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TopToolBar/version.rc')
-rw-r--r--plugins/TopToolBar/version.rc61
1 files changed, 61 insertions, 0 deletions
diff --git a/plugins/TopToolBar/version.rc b/plugins/TopToolBar/version.rc
new file mode 100644
index 0000000000..7a4dcbb314
--- /dev/null
+++ b/plugins/TopToolBar/version.rc
@@ -0,0 +1,61 @@
+// Microsoft Visual C++ generated resource script.
+//
+#include "resource.h"
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#include <winres.h>
+#include <version.h>
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// English (U.S.) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+#ifdef _WIN32
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
+#endif //_WIN32
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Version
+//
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION __FILEVERSION_STRING
+ PRODUCTVERSION __FILEVERSION_STRING
+ FILEFLAGSMASK 0x3fL
+#ifdef _DEBUG
+ FILEFLAGS 0x1L
+#else
+ FILEFLAGS 0x0L
+#endif
+ FILEOS 0x40004L
+ FILETYPE 0x1L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "000004b0"
+ BEGIN
+ VALUE "FileDescription", __PLUGIN_DESC
+ VALUE "FileVersion", __VERSION_STRING
+ VALUE "InternalName", __PLUGIN_SHORTNAME
+ VALUE "LegalCopyright", __PLUGIN_RIGHTS
+ VALUE "OriginalFilename", __PLUGIN_FILE
+ VALUE "ProductName", __PLUGIN_SHORTNAME
+ VALUE "ProductVersion", __VERSION_STRING
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x0, 1200
+ END
+END
+
+#endif