34 Star 179 Fork 67

ithewei / hplayer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
hplayer.rc 730 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
ithewei 提交于 2019-12-11 14:21 . retry_interval
#include <windows.h>
IDI_ICON1 ICON DISCARDABLE ".\\favicon.ico"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,0,0,0
PRODUCTVERSION 0,0,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
#else
FILEFLAGS 0x0L
#endif
FILEOS VOS__WINDOWS32
FILETYPE VFT_DLL
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "\0"
VALUE "FileDescription", "\0"
VALUE "FileVersion", "0.0.0.0\0"
VALUE "LegalCopyright", "\0"
VALUE "OriginalFilename", "hplayer.exe\0"
VALUE "ProductName", "hplayer\0"
VALUE "ProductVersion", "0.0.0.0\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0409, 1200
END
END
/* End of Version info */
C++
1
https://gitee.com/ithewei/hplayer.git
git@gitee.com:ithewei/hplayer.git
ithewei
hplayer
hplayer
master

搜索帮助