diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-02-06 13:57:02 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-02-06 13:57:02 +0000 |
commit | 0ea11f7ff7cd9a9545a8e5815be8bad6f4bd5b22 (patch) | |
tree | 3c8ea0223a6687cd54d9f0fa9f2c9a4be495c387 /plugins/Db3x/res/version.rc | |
parent | 1e023dd0271f635518710a93e21313128248bd10 (diff) |
Farwell, Dbx_3x and Dbx_mmap_SA, you won't be forgotten
git-svn-id: http://svn.miranda-ng.org/main/trunk@8049 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x/res/version.rc')
-rw-r--r-- | plugins/Db3x/res/version.rc | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/plugins/Db3x/res/version.rc b/plugins/Db3x/res/version.rc deleted file mode 100644 index 5bfbab4754..0000000000 --- a/plugins/Db3x/res/version.rc +++ /dev/null @@ -1,38 +0,0 @@ -// Microsoft Visual C++ generated resource script.
-//
-#ifdef APSTUDIO_INVOKED
-#error this file is not editable by Microsoft Visual C++
-#endif //APSTUDIO_INVOKED
-
-#include "afxres.h"
-#include "..\src\version.h"
-
-VS_VERSION_INFO VERSIONINFO
- FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
- FILEFLAGSMASK 0x17L
-#ifdef _DEBUG
- FILEFLAGS 0x1L
-#else
- FILEFLAGS 0x0L
-#endif
- FILEOS 0x4L
- FILETYPE 0x0L
- FILESUBTYPE 0x0L
-BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "000004b0"
- BEGIN
- VALUE "FileDescription", __DESCRIPTION
- VALUE "InternalName", __PLUGIN_NAME
- VALUE "LegalCopyright", __COPYRIGHT
- VALUE "OriginalFilename", __FILENAME
- VALUE "ProductName", __PLUGIN_NAME
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x0, 1200
- END
-END
|