44 lines
1.1 KiB
Plaintext
44 lines
1.1 KiB
Plaintext
|
#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", "<22> Microsoft Corporation. All rights reserved.\0"
|
|||
|
VALUE "OriginalFilename", "sdbapiu.dll\0"
|
|||
|
VALUE "ProductName", "Microsoft<66> Windows<77> Operating System\0"
|
|||
|
VALUE "ProductVersion", "3.1.0.1\0"
|
|||
|
END
|
|||
|
END
|
|||
|
BLOCK "VarFileInfo"
|
|||
|
BEGIN
|
|||
|
VALUE "Translation", 0x409, 1200
|
|||
|
END
|
|||
|
END
|
|||
|
|
|||
|
#endif // !_MAC
|
|||
|
|