source: Daodan/src/_DLLInfo.rc@ 1115

Last change on this file since 1115 was 685, checked in by alloc, 12 years ago

Daodan: Version information

File size: 945 bytes
Line 
1#include "_Version.h"
21 VERSIONINFO
3 FILEVERSION DAODAN_VERSION_MAJOR,DAODAN_VERSION_MINOR,0,0
4 PRODUCTVERSION DAODAN_VERSION_MAJOR,DAODAN_VERSION_MINOR,0,0
5 FILEFLAGSMASK 0x17L
6 FILEFLAGS 0x0L
7 FILEOS 0x4L
8 FILETYPE 0x1L
9 FILESUBTYPE 0x0L
10BEGIN
11 BLOCK "StringFileInfo"
12 BEGIN
13 BLOCK "080904b0"
14 BEGIN
15 VALUE "Comments", "Enhances the engine of Oni."
16 VALUE "CompanyName", "oni2.net"
17 VALUE "FileDescription", "Enhances the engine of Oni."
18 VALUE "FileVersion", DAODAN_VERSION_STRING
19 VALUE "InternalName", "Daodan"
20 VALUE "LegalCopyright", "©2013 oni2.net"
21 VALUE "OriginalFilename", "binkw32.dll"
22 VALUE "ProductName", "Oni Daodan Library"
23 VALUE "ProductVersion", DAODAN_VERSION_STRING
24 END
25 END
26 BLOCK "VarFileInfo"
27 BEGIN
28 VALUE "Translation", 0x809, 1200
29 END
30END
Note: See TracBrowser for help on using the repository browser.