You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.1 KiB
43 lines
1.1 KiB
#include "winres.h"
|
|
|
|
#ifndef _MAC
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Version
|
|
//
|
|
|
|
VS_VERSION_INFO VERSIONINFO
|
|
FILEVERSION 3,1,0,1
|
|
PRODUCTVERSION 3,1,0,1
|
|
FILEFLAGSMASK 0x3fL
|
|
#ifdef _DEBUG
|
|
FILEFLAGS 0x1L
|
|
#else
|
|
FILEFLAGS 0x0L
|
|
#endif
|
|
FILEOS 0x40004L
|
|
FILETYPE 0x0L
|
|
FILESUBTYPE 0x0L
|
|
BEGIN
|
|
BLOCK "StringFileInfo"
|
|
BEGIN
|
|
BLOCK "040904b0"
|
|
BEGIN
|
|
VALUE "CompanyName", "Microsoft Corporation\0"
|
|
VALUE "FileDescription", "Application Compatibility Database Interface (Unicode)\0"
|
|
VALUE "FileVersion", "3.1.0.1\0"
|
|
VALUE "InternalName", "sdbapiu.dll\0"
|
|
VALUE "LegalCopyright", "© Microsoft Corporation. All rights reserved.\0"
|
|
VALUE "OriginalFilename", "sdbapiu.dll\0"
|
|
VALUE "ProductName", "Microsoft® Windows® Operating System\0"
|
|
VALUE "ProductVersion", "3.1.0.1\0"
|
|
END
|
|
END
|
|
BLOCK "VarFileInfo"
|
|
BEGIN
|
|
VALUE "Translation", 0x409, 1200
|
|
END
|
|
END
|
|
|
|
#endif // !_MAC
|
|
|