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.

53 lines
1.7 KiB

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Copyright (c) 1997-1999 Microsoft Corporation
  4. //
  5. // File: tls236.rc
  6. //
  7. // Contents:
  8. //
  9. // History:
  10. //
  11. //---------------------------------------------------------------------------
  12. #include <windows.h>
  13. #include <ntverp.h>
  14. #include "resource.h"
  15. /////////////////////////////////////////////////////////////////////////
  16. // For use in Resource
  17. //
  18. #define VER_FILETYPE VFT_APP
  19. #define VER_FILESUBTYPE VFT2_UNKNOWN
  20. #define VER_FILEDESCRIPTION_STR "Microsoft\256 Terminal Server Licensing 236 Policy Module"
  21. #define VER_INTERNALNAME_STR "tls236.dll"
  22. #define VER_ORIGINALFILENAME_STR "tls236.dll"
  23. STRINGTABLE DISCARDABLE
  24. BEGIN
  25. IDS_COMPANYNAME "Microsoft Corporation"
  26. IDS_EX_PRODUCTNAME "Existing Windows License Token"
  27. IDS_EX_PRODUCTDESC "Existing Windows 2000 License Token"
  28. IDS_EX_PRODUCTDESC51 "Existing Windows Whistler License Token"
  29. IDS_S_PRODUCTNAME "Windows Terminal Server Client Access License Token"
  30. IDS_S_PRODUCTDESC "Windows 2000 Terminal Server Client Access License Token"
  31. IDS_S_PRODUCTDESC51 "Windows Whistler Terminal Server Client Access License Token"
  32. IDS_C_PRODUCTNAME "Windows Terminal Server Per Session License Token"
  33. IDS_C_PRODUCTDESC51 "Windows Whistler Terminal Server Per Session License Token"
  34. IDS_I_PRODUCTNAME "Windows Terminal Server Internet Connector License Token"
  35. IDS_I_PRODUCTDESC "Windows 2000 Terminal Server Internet Connector License Token"
  36. END
  37. #include "messages.rc"
  38. #include <common.ver>