summaryrefslogtreecommitdiff
path: root/Tooltip_Notify/src/version.rc
diff options
context:
space:
mode:
Diffstat (limited to 'Tooltip_Notify/src/version.rc')
-rw-r--r--Tooltip_Notify/src/version.rc52
1 files changed, 0 insertions, 52 deletions
diff --git a/Tooltip_Notify/src/version.rc b/Tooltip_Notify/src/version.rc
deleted file mode 100644
index da191b4..0000000
--- a/Tooltip_Notify/src/version.rc
+++ /dev/null
@@ -1,52 +0,0 @@
-//
-// 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
-
-
-/////////////////////////////////////////////////////////////////////////////