-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCamMoitor_Server.rc
More file actions
31 lines (29 loc) · 848 Bytes
/
CamMoitor_Server.rc
File metadata and controls
31 lines (29 loc) · 848 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
#include <windows.h>
#include <winver.h>
// 定义图标资源
IDI_ICON1 ICON "assets\\camo_serv\\icon.ico"
// 定义版本信息
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,0,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "SystemFileB"
VALUE "FileDescription", "CamMoitor_Server"
VALUE "FileVersion", "1.00.2025.0107"
VALUE "InternalName", "CamMoitor_Server"
VALUE "LegalCopyright", "(C) 2025 SystemFileB Under LGPLv3"
VALUE "OriginalFilename", "CamMoitor_Server.exe"
VALUE "ProductName", "CamMoitor_Server"
VALUE "ProductVersion", "1.00.2025.0107"
END
END
BLOCK "VarFileInfo"
BEGIN
// 让我们说中文
VALUE "Translation", 0x804, 1200
END
END