From 2335c2083a8e8f7e62121c9a343fe6c6ec0c0478 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 24 Oct 2017 15:25:44 +0300 Subject: unified version resource with explicitly stated language & code page --- plugins/Exchange/res/version.rc | 66 +++++------------------------------------ 1 file changed, 8 insertions(+), 58 deletions(-) (limited to 'plugins/Exchange') diff --git a/plugins/Exchange/res/version.rc b/plugins/Exchange/res/version.rc index 6255c58f3e..d8201d02c5 100644 --- a/plugins/Exchange/res/version.rc +++ b/plugins/Exchange/res/version.rc @@ -1,17 +1,13 @@ // Microsoft Visual C++ generated resource script. // -#include "src\resource.h" -#include "src\version.h" -#include "windows.h" +#ifdef APSTUDIO_INVOKED +#error this file is not editable by Microsoft Visual C++ +#endif //APSTUDIO_INVOKED -#define APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 2 resource. -// -//#include "afxres.h" +#include "..\src\version.h" -///////////////////////////////////////////////////////////////////////////// +#define APSTUDIO_READONLY_SYMBOLS +#include "afxres.h" #undef APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// @@ -23,37 +19,6 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US #pragma code_page(1252) #endif //_WIN32 -#ifdef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// TEXTINCLUDE -// - -1 TEXTINCLUDE -BEGIN - "resource1.h\0" -END - -2 TEXTINCLUDE -BEGIN - "#include ""afxres.h""\r\n" - "\0" -END - -3 TEXTINCLUDE -BEGIN - "\r\n" - "\0" -END - -#endif // APSTUDIO_INVOKED - - -///////////////////////////////////////////////////////////////////////////// -// -// Version -// - VS_VERSION_INFO VERSIONINFO FILEVERSION __FILEVERSION_STRING PRODUCTVERSION __FILEVERSION_STRING @@ -69,33 +34,18 @@ VS_VERSION_INFO VERSIONINFO BEGIN BLOCK "StringFileInfo" BEGIN - BLOCK "040904b0" + BLOCK "000004b0" BEGIN VALUE "Author", __AUTHOR - VALUE "FileDescription", __DESC VALUE "FileVersion", __VERSION_STRING - VALUE "InternalName", __PLUGIN_DISPLAY_NAME VALUE "LegalCopyright", __COPYRIGHT END END BLOCK "VarFileInfo" BEGIN - VALUE "Translation", 0x409, 1200 + VALUE "Translation", 0x0, 1200 END END #endif // English (U.S.) resources ///////////////////////////////////////////////////////////////////////////// - - - -#ifndef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 3 resource. -// - - -///////////////////////////////////////////////////////////////////////////// -#endif // not APSTUDIO_INVOKED - -- cgit v1.2.3