diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-11-24 14:08:08 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-11-24 14:08:08 +0000 |
commit | 669813f9a07f0a8936a19f124aa6b5ae96840f8a (patch) | |
tree | dbb82dcf72291328be77ff0d46c34a90ea1c2a37 /plugins/NoHistory/res/private.rc | |
parent | 67ea1476b00f5069633d585342d5b707d2bcb6a7 (diff) |
NoHistory and NotesAndReminders added to full slns
git-svn-id: http://svn.miranda-ng.org/main/trunk@2462 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NoHistory/res/private.rc')
-rw-r--r-- | plugins/NoHistory/res/private.rc | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/plugins/NoHistory/res/private.rc b/plugins/NoHistory/res/private.rc new file mode 100644 index 0000000000..0cf871117d --- /dev/null +++ b/plugins/NoHistory/res/private.rc @@ -0,0 +1,35 @@ +/* THIS FILE WILL BE OVERWRITTEN BY DEV-C++ */
+/* DO NOT EDIT! */
+
+#include "..\src\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
+ }
+}
+
+
|