-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprop.rc
30 lines (29 loc) · 931 Bytes
/
prop.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
#include <windows.h>
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1, 0, 0
PRODUCTVERSION 1, 0, 0
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", "spgrn\0"
VALUE "FileDescription", "Project Showcase\0"
VALUE "FileVersion", "1.0.0\0"
VALUE "InternalName", "spl\0"
VALUE "LegalCopyright", "Copyright © 2014, Sean Greenawalt ([email protected])\0"
VALUE "OriginalFilename", "spl.exe\0"
VALUE "ProductName", "Senior Project Launcher\0"
VALUE "ProductVersion", "1.0.0\0"
END
END
END