2010-11-13 04:40:21 +00:00
|
|
|
// Microsoft Developer Studio generated resource script.
|
|
|
|
//
|
|
|
|
|
2011-02-03 18:09:24 +00:00
|
|
|
#include "../../Version.h"
|
2010-11-13 04:40:21 +00:00
|
|
|
#define APSTUDIO_READONLY_SYMBOLS
|
|
|
|
#include "windows.h"
|
|
|
|
#undef APSTUDIO_READONLY_SYMBOLS
|
|
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
//
|
|
|
|
// Version
|
|
|
|
//
|
|
|
|
|
|
|
|
VS_VERSION_INFO VERSIONINFO
|
|
|
|
FILEVERSION 1,2,0,0
|
2010-11-13 12:51:20 +00:00
|
|
|
PRODUCTVERSION PRODUCTVER
|
2010-11-13 04:40:21 +00:00
|
|
|
FILEFLAGSMASK 0x17L
|
|
|
|
#ifdef _DEBUG
|
|
|
|
FILEFLAGS VS_FF_DEBUG
|
|
|
|
#else
|
|
|
|
FILEFLAGS 0x0L
|
|
|
|
#endif
|
|
|
|
FILEOS VOS_NT_WINDOWS32
|
|
|
|
FILETYPE VFT_DLL
|
|
|
|
FILESUBTYPE VFT_UNKNOWN
|
|
|
|
BEGIN
|
|
|
|
BLOCK "StringFileInfo"
|
|
|
|
BEGIN
|
|
|
|
BLOCK "040904E4"
|
|
|
|
BEGIN
|
|
|
|
VALUE "FileDescription", "Ping Plugin for Rainmeter"
|
2010-11-13 14:51:58 +00:00
|
|
|
VALUE "FileVersion", "1.2.0.0"
|
2010-11-13 04:40:21 +00:00
|
|
|
VALUE "InternalName", "PluginPing"
|
|
|
|
VALUE "LegalCopyright", "Copyright (C) 2010 - Rainy"
|
|
|
|
VALUE "OriginalFilename", "PluginPing.dll"
|
|
|
|
VALUE "ProductName", "Rainmeter"
|
2010-11-14 10:28:17 +00:00
|
|
|
#ifdef _WIN64
|
2010-11-13 20:16:04 +00:00
|
|
|
VALUE "ProductVersion", STRPRODUCTVER " (64-bit)"
|
2010-11-14 10:28:17 +00:00
|
|
|
#else
|
2010-11-13 20:16:04 +00:00
|
|
|
VALUE "ProductVersion", STRPRODUCTVER " (32-bit)"
|
2010-11-14 10:28:17 +00:00
|
|
|
#endif //_WIN64
|
2010-11-13 04:40:21 +00:00
|
|
|
END
|
|
|
|
END
|
|
|
|
BLOCK "VarFileInfo"
|
|
|
|
BEGIN
|
|
|
|
VALUE "Translation", 0x409, 1252
|
|
|
|
END
|
|
|
|
END
|