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.

60 lines
1.5 KiB

  1. /*++
  2. * File name:
  3. * tclient.rc
  4. * Contents:
  5. * Resource file
  6. *
  7. * Copyright (C) 1998-1999 Microsoft Corp.
  8. --*/
  9. #include <windows.h>
  10. /////////////////////////////////////////////////////////////////////////////
  11. //
  12. // Version
  13. //
  14. VS_VERSION_INFO VERSIONINFO
  15. FILEVERSION 2,0,0,24
  16. PRODUCTVERSION 2,0,0,24
  17. FILEFLAGSMASK 0x3fL
  18. #ifdef _DEBUG
  19. FILEFLAGS 0x1L
  20. #else
  21. FILEFLAGS 0x0L
  22. #endif
  23. FILEOS 0x4L
  24. FILETYPE 0x1L
  25. FILESUBTYPE 0x0L
  26. BEGIN
  27. BLOCK "StringFileInfo"
  28. BEGIN
  29. BLOCK "040904B0"
  30. BEGIN
  31. VALUE "CompanyName", "Microsoft Corporation\0"
  32. VALUE "FileDescription", "DLL for Simulated Terminal Server Client\0"
  33. VALUE "FileVersion", "2, 0, 0, 23\0"
  34. VALUE "InternalName", "tclient\0"
  35. VALUE "LegalCopyright", "Copyright (C) Microsoft Corp. 1997-1998\0"
  36. // VALUE "LegalTrademarks", "\0"
  37. VALUE "OriginalFilename","tclient.DLL\0"
  38. VALUE "ProductName", "Microsoft(R) Windows NT(TM) TClient\0"
  39. VALUE "ProductVersion", "2, 0, 0, 23\0"
  40. END
  41. END
  42. BLOCK "VarFileInfo"
  43. BEGIN
  44. VALUE "Translation", 0x409, 1200
  45. END
  46. END
  47. /*#include <winver.h>
  48. #include <ntverp.h>
  49. #define VER_FILETYPE VFT_DLL
  50. #define VER_FILESUBTYPE VFT2_UNKNOWN
  51. #define VER_FILEDESCRIPTION_STR "DLL for SMClient"
  52. #define VER_INTERNALNAME_STR "tclient.dll"
  53. #define VER_ORIGINALFILENAME_STR "tclient.dll"
  54. #include <common.ver>*/