From d08dc5de734505b7016a517e27f7ab6eef06e271 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 3 Jun 2012 20:31:32 +0000 Subject: version info fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@289 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Chat/chat_10.vcxproj | 1 + plugins/Chat/chat_10.vcxproj.filters | 3 ++ plugins/Chat/version.rc | 54 ++++++++++++++++++++++++++++++++++++ 3 files changed, 58 insertions(+) create mode 100644 plugins/Chat/version.rc (limited to 'plugins/Chat') diff --git a/plugins/Chat/chat_10.vcxproj b/plugins/Chat/chat_10.vcxproj index f3e9f17442..d03a518bc1 100644 --- a/plugins/Chat/chat_10.vcxproj +++ b/plugins/Chat/chat_10.vcxproj @@ -286,6 +286,7 @@ + diff --git a/plugins/Chat/chat_10.vcxproj.filters b/plugins/Chat/chat_10.vcxproj.filters index c89ecebf6a..0ddf24be60 100644 --- a/plugins/Chat/chat_10.vcxproj.filters +++ b/plugins/Chat/chat_10.vcxproj.filters @@ -193,5 +193,8 @@ Resource Files + + Resource Files + \ No newline at end of file diff --git a/plugins/Chat/version.rc b/plugins/Chat/version.rc new file mode 100644 index 0000000000..da2313cc27 --- /dev/null +++ b/plugins/Chat/version.rc @@ -0,0 +1,54 @@ +#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", "Group chats\0" + VALUE "FileVersion", __VERSION_STRING "\0" + VALUE "InternalName", "chat\0" + VALUE "LegalCopyright", "Copyright ( c) 2002-12 Miranda team\0" + VALUE "LegalTrademarks", "\0" + VALUE "OriginalFilename", "chat.dll\0" + VALUE "PrivateBuild", "\0" + VALUE "ProductName", "Chat plugin\0" + VALUE "ProductVersion", __VERSION_STRING "\0" + VALUE "SpecialBuild", "\0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1200 + END +END + +#endif // !_MAC -- cgit v1.2.3