FileView plugin: Initial commit

This commit is contained in:
Brian Ferguson
2013-01-09 22:51:15 -07:00
parent 70dcad01b6
commit 15d6872b72
8 changed files with 1575 additions and 1 deletions

View File

@ -0,0 +1,43 @@
#define APSTUDIO_READONLY_SYMBOLS
#include <windows.h>
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Version
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,4,0
PRODUCTVERSION 2,3,0,1172
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 "FileVersion", "1.0.4.0"
VALUE "LegalCopyright", "<22> 2012 - Brian Ferguson"
// Don't change the entries below!
VALUE "ProductName", "Rainmeter"
#ifdef _WIN64
VALUE "ProductVersion", "2.3.0.1172 (64-bit)"
#else
VALUE "ProductVersion", "2.3.0.1172 (32-bit)"
#endif //_WIN64
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1252
END
END