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,10 +1,5 @@
// Microsoft Developer Studio generated resource script.
//
#include <VerRsrc.h>
#include "../../Version.h"
#define APSTUDIO_READONLY_SYMBOLS
#include "windows.h"
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
@ -18,31 +13,28 @@ VS_VERSION_INFO VERSIONINFO
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
#else
FILEFLAGS 0x0L
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 "FileDescription", "AdvancedCPU Plugin for Rainmeter"
{
VALUE "FileVersion", "1.5.0.0"
VALUE "InternalName", "AdvancedCPU"
VALUE "LegalCopyright", "Copyright (C) 2010 - Rainy"
VALUE "OriginalFilename", "AdvancedCPU.dll"
VALUE "LegalCopyright", "<22> 2010 - Rainy"
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
}
}