1 Star 0 Fork 10

Mr.Chen/supervisor

forked from leo/supervisor 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
supervisor.rc 854 Bytes
一键复制 编辑 原始数据 按行查看 历史
leo 提交于 2019-10-25 17:10 . 增加Windows平台支持
#include "winres.h"
IDI_APP_ICON ICON "res/favicon.ico"
IDR_RES_ZIP RCDATA "res.zip"
VS_VERSION_INFO VERSIONINFO
FILEFLAGSMASK 0x3fL
FILEFLAGS 0x0L
FILEOS 0x40004L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "080404b0"
BEGIN
VALUE "CompanyName", "Leo's Production"
VALUE "FileDescription", "Supervisor"
VALUE "FileVersion", "2.0"
VALUE "InternalName", "Supervisor"
VALUE "LegalCopyright", "Copyright(c) longshuang@msn.cn 2019. All rights reserved."
VALUE "OriginalFilename", "Supervisor.exe"
VALUE "ProductName", "Supervisor"
VALUE "ProductVersion", "2.0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x804, 1200
END
END
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/cxs5534/supervisor.git
git@gitee.com:cxs5534/supervisor.git
cxs5534
supervisor
supervisor
master

搜索帮助