summaryrefslogtreecommitdiff
path: root/Tooltip_Notify/src/version.rc
diff options
context:
space:
mode:
authormataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-05-05 12:15:08 +0000
committermataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-05-05 12:15:08 +0000
commit653261a27182e9c8969ed074f0da9ec4dba920b1 (patch)
tree00a8878163293b6a69c999bbd106d9ccefa2ed69 /Tooltip_Notify/src/version.rc
parent4314e4924b2ddb9aea86b39d6d683fcc3f7b1822 (diff)
added Tooltip Notofy
added Zero Notification git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@72 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'Tooltip_Notify/src/version.rc')
-rw-r--r--Tooltip_Notify/src/version.rc52
1 files changed, 52 insertions, 0 deletions
diff --git a/Tooltip_Notify/src/version.rc b/Tooltip_Notify/src/version.rc
new file mode 100644
index 0000000..da191b4
--- /dev/null
+++ b/Tooltip_Notify/src/version.rc
@@ -0,0 +1,52 @@
+//
+// version.rc2 - resources Microsoft Visual C++ does not edit directly
+//
+
+#ifdef APSTUDIO_INVOKED
+#error this file is not editable by Microsoft Visual C++
+#endif //APSTUDIO_INVOKED
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Version
+//
+
+#include "version.h"
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION MAJOR,MINOR,BUILD,REVISION
+ PRODUCTVERSION MAJOR,MINOR,BUILD,REVISION
+ FILEFLAGSMASK 0x17L
+#ifdef _DEBUG
+ FILEFLAGS 0x1L
+#else
+ FILEFLAGS 0x0L
+#endif
+ FILEOS 0x4L
+ FILETYPE 0x2L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904b0"
+ BEGIN
+ VALUE "Comments", "Shows a small tooltip above system tray area when a contact status is changed."
+ VALUE "CompanyName", "Gneedah software"
+ VALUE "FileDescription", "Tooltip Notify plugin for Miranda IM."
+ VALUE "FileVersion", "*,*,*,*"
+ VALUE "InternalName", "ttnotify.dll"
+ VALUE "LegalCopyright", "© 2004-2008 Gneedah software"
+ VALUE "OriginalFilename", "ttnotify.dll"
+ VALUE "ProductName", "Tooltip Notify"
+ VALUE "ProductVersion", "*,*,*,*"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x409, 1200
+ END
+END
+
+
+/////////////////////////////////////////////////////////////////////////////