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

  1. //
  2. // INIPARSE.RC2 - resources Microsoft Visual C++ does not edit directly
  3. //
  4. #ifdef APSTUDIO_INVOKED
  5. #error this file is not editable by Microsoft Visual C++
  6. #endif //APSTUDIO_INVOKED
  7. /////////////////////////////////////////////////////////////////////////////
  8. // Add manually edited resources here...
  9. /////////////////////////////////////////////////////////////////////////////
  10. #include <buildnum.h>
  11. #ifndef _MAC
  12. /////////////////////////////////////////////////////////////////////////////
  13. //
  14. // Version
  15. //
  16. VS_VERSION_INFO VERSIONINFO
  17. FILEVERSION frmj,frmm,0,frup
  18. PRODUCTVERSION prmj,prmm,0,prup
  19. FILEFLAGSMASK 0x3fL
  20. #ifdef _DEBUG
  21. FILEFLAGS 0x1L
  22. #else
  23. FILEFLAGS 0x0L
  24. #endif
  25. FILEOS 0x4L
  26. FILETYPE 0x2L
  27. FILESUBTYPE 0x0L
  28. BEGIN
  29. BLOCK "StringFileInfo"
  30. BEGIN
  31. BLOCK "040904B0"
  32. BEGIN
  33. VALUE "CompanyName", CompanyNameString
  34. VALUE "FileDescription", "SUBSAMPL DLL\0"
  35. VALUE "FileVersion", FileVerString
  36. VALUE "InternalName", "SUBSAMPL\0"
  37. VALUE "LegalCopyright", CopyrightString
  38. VALUE "LegalTrademarks", TrademarkString
  39. VALUE "OriginalFilename", "SUBSAMPL.DLL\0"
  40. VALUE "ProductName", ProductNameString
  41. VALUE "ProductVersion", ProdVerString
  42. END
  43. END
  44. BLOCK "VarFileInfo"
  45. BEGIN
  46. VALUE "Translation", 0x409, 1200
  47. END
  48. END
  49. #endif // !_MAC