diff options
author | George Hazan <ghazan@miranda.im> | 2018-06-05 15:10:57 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-06-05 15:10:57 +0300 |
commit | adae712773354eb6ec2a241610b43b889836546d (patch) | |
tree | 01ae93d6df687eb14721eb44bb55c497937663a4 /plugins/HistoryPlusPlus/version.rc | |
parent | c2a20c70a03f9f826f700ec8e94bca4d7165ff10 (diff) |
merge of h++ compilation changes
Diffstat (limited to 'plugins/HistoryPlusPlus/version.rc')
-rw-r--r-- | plugins/HistoryPlusPlus/version.rc | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/plugins/HistoryPlusPlus/version.rc b/plugins/HistoryPlusPlus/version.rc new file mode 100644 index 0000000000..85f82592df --- /dev/null +++ b/plugins/HistoryPlusPlus/version.rc @@ -0,0 +1,53 @@ +// Microsoft Visual C++ generated resource script. +// +#ifdef APSTUDIO_INVOKED +#error this file is not editable by Microsoft Visual C++ +#endif //APSTUDIO_INVOKED + +#include "..\..\include\m_version.h" + +///////////////////////////////////////////////////////////////////////////// +// English (U.S.) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) +#ifdef _WIN32 +#pragma code_page(1252) +#endif //_WIN32 + +VS_VERSION_INFO VERSIONINFO + FILEVERSION 1,5,1,5 + PRODUCTVERSION MIRANDA_VERSION_COREVERSION + FILEFLAGSMASK 0x17L +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS 0x4L + FILETYPE 0x2L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "000004b0" + BEGIN + VALUE "CompanyName", "Miranda Open Source Project\000" + VALUE "FileDescription", "History++ plugin for Miranda NG\000" + VALUE "FileVersion", "1.5.1.5\000" + VALUE "InternalName", "historypp\000" + VALUE "LegalCopyright", "© 2006-2009 theMIROn, 2003-2006 Art Fedorov.\000" + VALUE "LegalTrademarks", "Gnu General Public License V2\000" + VALUE "OriginalFilename", "historypp.dll\000" + VALUE "ProductName", "History PlusPlus Module\000" + VALUE "ProductVersion", "1.5.1.5\000" + VALUE "Comments", "Easy, fast and feature complete history viewer\000" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x0, 1200 + END +END + +#endif // English (U.S.) resources +///////////////////////////////////////////////////////////////////////////// |