Cosmetic changes to resources

This commit is contained in:
Birunthan Mohanathas
2012-03-17 14:45:04 +02:00
parent cd53b83093
commit db52d3d575
22 changed files with 247 additions and 351 deletions

View File

@ -1,4 +1,4 @@
#include <windows.h>
#include <VerRsrc.h>
#include "../../Version.h"
/////////////////////////////////////////////////////////////////////////////
@ -15,27 +15,26 @@ VS_VERSION_INFO VERSIONINFO
#else
FILEFLAGS 0x0L
#endif
FILEOS VOS_NT_WINDOWS32
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_DLL
FILESUBTYPE VFT_UNKNOWN
BEGIN
{
BLOCK "StringFileInfo"
BEGIN
{
BLOCK "040904E4"
BEGIN
{
VALUE "FileVersion", "1.2.0.0"
VALUE "LegalCopyright", "<22> 2010 - Rainy"
VALUE "OriginalFilename", "PluginPing.dll"
VALUE "ProductName", "Rainmeter"
#ifdef _WIN64
VALUE "ProductVersion", STRPRODUCTVER " (64-bit)"
#else
VALUE "ProductVersion", STRPRODUCTVER " (32-bit)"
#endif //_WIN64
END
END
}
}
BLOCK "VarFileInfo"
BEGIN
{
VALUE "Translation", 0x409, 1252
END
END
}
}