forked from toby20130333/QtQuickExample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
360.rc
31 lines (31 loc) · 1.04 KB
/
360.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
#include <windows.h>
IDI_ICON1 ICON DISCARDABLE "360logo.ico"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1, 0, 0, 1
PRODUCTVERSION 1, 0, 0, 1
FILEFLAGSMASK 0x3fL
FILEFLAGS 0
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP
FILESUBTYPE VFT2_UNKNOWN
BEGIN
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "www.heilqt.com\0"
VALUE "FileDescription", "www.heilqt.com\0"
VALUE "FileVersion", "1.0.0.1-alpha\0"
VALUE "InternalName", "PC Client Of www.heilqt.com\0"
VALUE "LegalCopyright", "Copyright 2013 by DDui\0"
VALUE "OriginalFilename", "DriverQtVersion.exe\0"
VALUE "ProductName", "Very Cool Project\0"
VALUE "ProductVersion", "1.0.0.1-alpha\0"
VALUE "Language", "Öйú(¼òÌå)\0"
END
END
END