summaryrefslogtreecommitdiff
path: root/protocols/MRA/version.rc
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-10-13 08:54:34 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-10-13 08:54:34 +0000
commitde6eb3e4bc30eff928dc932c03812ede3077926a (patch)
tree966a57948af890b1c47699e5ec0db23a26a7add9 /protocols/MRA/version.rc
parent870d3d99c22c77a94a352ad292ed67e8eb81edf0 (diff)
MRA: folders restructurization
git-svn-id: http://svn.miranda-ng.org/main/trunk@1900 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MRA/version.rc')
-rw-r--r--protocols/MRA/version.rc57
1 files changed, 0 insertions, 57 deletions
diff --git a/protocols/MRA/version.rc b/protocols/MRA/version.rc
deleted file mode 100644
index 7aaaf3f951..0000000000
--- a/protocols/MRA/version.rc
+++ /dev/null
@@ -1,57 +0,0 @@
-#ifdef APSTUDIO_INVOKED
-#error this file is not editable by Microsoft Visual C++
-#endif //APSTUDIO_INVOKED
-
-#include "version.h"
-#include "resource.h"
-#include "winres.h"
-
-/////////////////////////////////////////////////////////////////////////////
-// Neutral resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU)
-#ifdef _WIN32
-LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
-#pragma code_page(1251)
-#endif //_WIN32
-
-/////////////////////////////////////////////////////////////////////////////
-//
-// Version
-//
-
-VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1, 20, 0, 1
- PRODUCTVERSION 1, 20, 0, 1
- FILEFLAGSMASK 0x3fL
-#ifdef _DEBUG
- FILEFLAGS 0x1L
-#else
- FILEFLAGS 0x0L
-#endif
- FILEOS 0x40004L
- FILETYPE 0x1L
- FILESUBTYPE 0x0L
-BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "000004b0"
- BEGIN
- VALUE "About Miranda", "Miranda NG is a new generation IM client, extensible with numerous plugins. Get Miranda NG at http://miranda-ng.org/"
- VALUE "Comments", "Rozhuk_I@mail.ru"
- VALUE "FileDescription", "Miranda Mail.ru Agent protocol plugin"
- VALUE "FileVersion", "1, 20, 0, 1"
- VALUE "LegalCopyright", "Copyright © 2005-2009 Rozhuk Ivan"
- VALUE "OriginalFilename", "Mra.dll"
- VALUE "ProductName", "Plugin for Miranda NG"
- VALUE "ProductVersion", "1, 20, 0, 1"
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x0, 1200
- END
-END
-
-#endif // Neutral resources
-/////////////////////////////////////////////////////////////////////////////