Leaked source code of windows server 2003
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.

60 lines
1.6 KiB

  1. /* File: D:\WACKER\term\ver_jis.rc (Created: 16-Jun-1995)
  2. *
  3. * Copyright 1994 by Hilgraeve Inc. -- Monroe, MI
  4. * All rights reserved
  5. *
  6. * $Revision: 1.1 $
  7. * $Date: 1995/06/16 10:54:51 $
  8. */
  9. #include <ntverp.h>
  10. VS_VERSION_INFO VERSIONINFO
  11. FILEVERSION VER_PRODUCTVERSION
  12. PRODUCTVERSION VER_PRODUCTVERSION
  13. FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
  14. FILEFLAGS VER_FILEFLAGS
  15. FILEOS VER_FILEOS
  16. FILETYPE VFT_DLL // or VFT_APP
  17. FILESUBTYPE VFT2_UNKNOWN // not used with DLLs, EXEs.
  18. {
  19. BLOCK "StringFileInfo"
  20. {
  21. // This block describes the language and the character set used.
  22. // For example in "04090000" 0409 represents the U.S. English and
  23. // 0000 represents 7-bit ASCII char set.
  24. //
  25. BLOCK "04090000"
  26. {
  27. VALUE "CompanyName", IDV_COMPANYNAME_STR
  28. VALUE "FileDescription", "HyperTerminal Applet Library\0"
  29. VALUE "FileVersion", VER_PRODUCTVERSION_STR
  30. VALUE "InternalName", "htrn_jis\0"
  31. VALUE "LegalCopyright", IDV_LEGALCOPYRIGHT_STR
  32. VALUE "LegalTrademarks", IDV_LEGALTRADEMARKS_STR
  33. VALUE "OriginalFilename", "HTRN_JIS.DLL\0"
  34. VALUE "ProductName", VER_PRODUCTNAME_STR
  35. VALUE "ProductVersion", VER_PRODUCTVERSION_STR
  36. VALUE "Comments", IDV_COMMENTS_STR
  37. //
  38. // For special builds include this, also add VS_FF_SPECIALBUILD to
  39. // FILEFLAGS.
  40. //
  41. // VALUE "SpecialBuild", "Reason for special build\0"
  42. }
  43. }
  44. BLOCK "VarFileInfo"
  45. {
  46. VALUE "Translation", 0x0409, 0
  47. }
  48. }