forked from ps2homebrew/hdl-dump
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rsrc.rc
59 lines (52 loc) · 1.63 KB
/
rsrc.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
/* -*-c-*-
* rsrc.rc
* $Id: rsrc.rc,v 1.12 2007-05-12 20:17:48 bobi Exp $
*/
#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_MAJOR, VER_MINOR, VER_PATCH, 0
PRODUCTVERSION VER_MAJOR, VER_MINOR, VER_PATCH, 0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x40004L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "Comments",
"hdl_dump - Windows-based game installer for Open PS2 Loader\r\n"
"Wizard of 0z (AKA b...) [email protected]\r\n"
"revisited by AKuHAK\r\nhttps://github.com/ps2homebrew/hdl-dump\r\n"
"\0"
VALUE "CompanyName",
"AKuHAK\r\n"
"https://github.com/AKuHAK/hdl-dump\r\n"
VALUE "FileDescription", "hdl_dump - Windows-based game installer for Open PS2 Loader\0"
VALUE "FileVersion", "0, 9, 2, 0\0"
VALUE "InternalName", "hdl_dump\0"
VALUE "LegalCopyright", "© 2004, 2005, 2006, 2007 Wizard of 0z, 2012, 2013 AKuHAK\0"
VALUE "LegalTrademarks",
"Credits goes for Sony and the creators of HD Loader. "
"Remember guys, you're the one, that opened Pandora's box.\0"
VALUE "OriginalFilename", "hdl_dump.exe\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "hdl_dump\0"
VALUE "ProductVersion", "0, 9, 2, 0\0"
VALUE "SpecialBuild", "command-line\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END