-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathAutoDJ.rc
45 lines (38 loc) · 1010 Bytes
/
AutoDJ.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
// Visual Studio EXE build properties.
LANGUAGE 9, 1
#include <afxres.h>
#pragma code_page(1252)
1 ICON "AutoDJ.ico"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,0,1,0
PRODUCTVERSION 0,0,1,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x4L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "Comments", "raptor007.com/auto-dj"
VALUE "CompanyName", "Raptor007 (Blair Sherman)"
VALUE "FileDescription", "AutoDJ"
VALUE "FileVersion", "0.0.1"
VALUE "InternalName", "AutoDJ"
VALUE "LegalCopyright", "2015-2022 Raptor007 (Blair Sherman)"
VALUE "OriginalFilename", "AutoDJ.exe"
VALUE "ProductName", "AutoDJ"
VALUE "ProductVersion", "0.0.1"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END