summaryrefslogtreecommitdiff
path: root/plugins/NoHistory/private.rc
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2012-11-24 11:35:51 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2012-11-24 11:35:51 +0000
commit63eeb1a64332fb15abf0d2066e8673a59c3eed9a (patch)
tree19ba45ab60125225045207395d8c170380c256a4 /plugins/NoHistory/private.rc
parent2c1a61f471b8fdbc5d9ef9781d9c6cc1442f1a1c (diff)
adopted NoHistory
git-svn-id: http://svn.miranda-ng.org/main/trunk@2459 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NoHistory/private.rc')
-rw-r--r--plugins/NoHistory/private.rc35
1 files changed, 35 insertions, 0 deletions
diff --git a/plugins/NoHistory/private.rc b/plugins/NoHistory/private.rc
new file mode 100644
index 0000000000..47bca39ef1
--- /dev/null
+++ b/plugins/NoHistory/private.rc
@@ -0,0 +1,35 @@
+/* THIS FILE WILL BE OVERWRITTEN BY DEV-C++ */
+/* DO NOT EDIT! */
+
+#include "private.h"
+#include "afxres.h"
+//
+// TO CHANGE VERSION INFORMATION, EDIT PROJECT OPTIONS...
+//
+1 VERSIONINFO
+FILEVERSION VER_MAJOR,VER_MINOR,VER_RELEASE,VER_BUILD
+PRODUCTVERSION VER_MAJOR,VER_MINOR,VER_RELEASE,VER_BUILD
+FILETYPE VFT_DLL
+{
+ BLOCK "StringFileInfo"
+ {
+ BLOCK "0C0904E4"
+ {
+ VALUE "CompanyName", COMPANY_NAME
+ VALUE "FileVersion", FILE_VERSION
+ VALUE "FileDescription", FILE_DESCRIPTION
+ VALUE "InternalName", INTERNAL_NAME
+ VALUE "LegalCopyright", LEGAL_COPYRIGHT
+ VALUE "LegalTrademarks", LEGAL_TRADEMARKS
+ VALUE "OriginalFilename", ORIGINAL_FILENAME
+ VALUE "ProductName", PRODUCT_NAME
+ VALUE "ProductVersion", PRODUCT_VERSION
+ }
+ }
+ BLOCK "VarFileInfo"
+ {
+ VALUE "Translation", 0x0C09, 1252
+ }
+}
+
+