-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathPluginWebView.rc
More file actions
36 lines (34 loc) · 794 Bytes
/
PluginWebView.rc
File metadata and controls
36 lines (34 loc) · 794 Bytes
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
#include <VerRsrc.h>
1 TYPELIB "PluginWebView.tlb"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,1,0,0
#define STRPRODUCTVER "0.1.0"
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
#else
FILEFLAGS 0x0L
#endif
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_DLL
FILESUBTYPE VFT_UNKNOWN
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "FileVersion", STRPRODUCTVER
VALUE "LegalCopyright", "🎄 2022 - khanhas"
VALUE "ProductName", "Rainmeter"
#ifdef _WIN64
VALUE "ProductVersion", "WebView Plugin " STRPRODUCTVER " (64-bit)"
#else
VALUE "ProductVersion", "WebView Plugin " STRPRODUCTVER " (32-bit)"
#endif //_WIN64
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x409, 1252
}
}