-
Notifications
You must be signed in to change notification settings - Fork 0
/
PluginCursorColor.rc
43 lines (40 loc) · 996 Bytes
/
PluginCursorColor.rc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#define APSTUDIO_READONLY_SYMBOLS
#include <windows.h>
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Version
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,3,0
PRODUCTVERSION 4,1,0,2947
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.3.0.0"
VALUE "LegalCopyright", "© 2017 - Jeffrey Morley"
// Don't change the entries below!
VALUE "ProductName", "Rainmeter"
#ifdef _WIN64
VALUE "ProductVersion", "4.1.0.2947 (64-bit)"
#else
VALUE "ProductVersion", "4.1.0.2947 (32-bit)"
#endif //_WIN64
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1252
END
END