Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

58 lines
1.4 KiB

//
// INIPARSE.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
// Add manually edited resources here...
/////////////////////////////////////////////////////////////////////////////
#include <buildnum.h>
#ifndef _MAC
/////////////////////////////////////////////////////////////////////////////
//
// Version
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION frmj,frmm,0,frup
PRODUCTVERSION prmj,prmm,0,prup
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x4L
FILETYPE 0x2L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904B0"
BEGIN
VALUE "CompanyName", CompanyNameString
VALUE "FileDescription", "SUBSAMPL DLL\0"
VALUE "FileVersion", FileVerString
VALUE "InternalName", "SUBSAMPL\0"
VALUE "LegalCopyright", CopyrightString
VALUE "LegalTrademarks", TrademarkString
VALUE "OriginalFilename", "SUBSAMPL.DLL\0"
VALUE "ProductName", ProductNameString
VALUE "ProductVersion", ProdVerString
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END
#endif // !_MAC