summaryrefslogtreecommitdiff
path: root/protocols/Yahoo/version.rc
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-10-14 08:19:21 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-10-14 08:19:21 +0000
commite179ffc995c96568bfdce46ac73f58d569166f05 (patch)
treeee2dfd530b75ef4ae06cb7079c923fe7e2fbafa8 /protocols/Yahoo/version.rc
parentd722261be7a0cd3aa259aa285aea7f936c0e2f0e (diff)
Yahoo: folders restructurization
git-svn-id: http://svn.miranda-ng.org/main/trunk@1918 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Yahoo/version.rc')
-rw-r--r--protocols/Yahoo/version.rc39
1 files changed, 0 insertions, 39 deletions
diff --git a/protocols/Yahoo/version.rc b/protocols/Yahoo/version.rc
deleted file mode 100644
index 813bec8dd1..0000000000
--- a/protocols/Yahoo/version.rc
+++ /dev/null
@@ -1,39 +0,0 @@
-#ifdef APSTUDIO_INVOKED
-#error this file is not editable by Microsoft Visual C++
-#endif //APSTUDIO_INVOKED
-
-#include <windows.h>
-#include "version.h"
-
-VS_VERSION_INFO VERSIONINFO
- FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
- FILEFLAGSMASK 0x3fL
-#ifdef _DEBUG
- FILEFLAGS 0x1L
-#else
- FILEFLAGS 0x0L
-#endif
- FILEOS 0x40004L
- FILETYPE 0x1L
- FILESUBTYPE 0x0L
-BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "000004b0"
- BEGIN
- VALUE "CompanyName", "Gennady Feldman"
- VALUE "FileDescription", "Miranda Yahoo plugin"
- VALUE "FileVersion", __VERSION_STRING
- VALUE "InternalName", "yahoo"
- VALUE "LegalCopyright", "Copyright (C) 2003-2006 Gennady Feldman"
- VALUE "OriginalFilename", "yahoo.dll"
- VALUE "ProductName", "Miranda"
- VALUE "ProductVersion", __VERSION_STRING
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x0, 1200
- END
-END