diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-13 06:16:40 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-13 06:16:40 +0000 |
commit | f08f5e316f64fc81f765e5d94273149540de6f58 (patch) | |
tree | b2e116180cab22d633d67ea9a6a061b6ae9eb426 /plugins/Clist_classic/version.rc | |
parent | 695540757785bb95fd20c68fc784dec8daba146c (diff) |
ClientChangeNotify and Clist_classic: changed folder structure
git-svn-id: http://svn.miranda-ng.org/main/trunk@934 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_classic/version.rc')
-rw-r--r-- | plugins/Clist_classic/version.rc | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/plugins/Clist_classic/version.rc b/plugins/Clist_classic/version.rc deleted file mode 100644 index 32ae771c97..0000000000 --- a/plugins/Clist_classic/version.rc +++ /dev/null @@ -1,58 +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"
-#include "richedit.h"
-
-#ifdef _WIN32
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-#pragma code_page( 1252)
-#endif //_WIN32
-
-#ifndef _MAC
-/////////////////////////////////////////////////////////////////////////////
-//
-// Version
-//
-
-VS_VERSION_INFO VERSIONINFO
- FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
- FILEFLAGSMASK 0x3fL
-#ifdef _DEBUG
- FILEFLAGS 0x1L
-#else
- FILEFLAGS 0x0L
-#endif
- FILEOS 0x40004L
- FILETYPE 0x2L
- FILESUBTYPE 0x0L
-BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "040904b0"
- BEGIN
- VALUE "Comments", "\0"
- VALUE "CompanyName", "Miranda\0"
- VALUE "FileDescription", "Contact list classic\0"
- VALUE "FileVersion", __VERSION_STRING "\0"
- VALUE "InternalName", "clist_classic\0"
- VALUE "LegalCopyright", "Copyright ( c) 2002-12 Miranda team\0"
- VALUE "LegalTrademarks", "\0"
- VALUE "OriginalFilename", "clist_classic.dll\0"
- VALUE "PrivateBuild", "\0"
- VALUE "ProductName", "Contact list plugin\0"
- VALUE "ProductVersion", __VERSION_STRING "\0"
- VALUE "SpecialBuild", "\0"
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x409, 1200
- END
-END
-
-#endif // !_MAC
|