-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVersion.rc
More file actions
32 lines (32 loc) · 799 Bytes
/
Copy pathVersion.rc
File metadata and controls
32 lines (32 loc) · 799 Bytes
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
1 VERSIONINFO
FILEVERSION 1,6,0,0
PRODUCTVERSION 1,6,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x4L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "080904e4"
BEGIN
VALUE "CompanyName", "MiniApps"
VALUE "LegalCopyright", "(c) 2015 by Patrick Christmann"
VALUE "FileDescription", "Control your ArDrone from pc"
VALUE "FileVersion", "1.6.0"
VALUE "InternalName", "ArDrone controller"
VALUE "OriginalFilename", "ArDroneController.exe"
VALUE "ProductName", "ArDrone controller"
VALUE "ProductVersion", "1.6.0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x809, 1252
END
END