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.

27 lines
702 B

  1. // tssdsql.rc
  2. //
  3. // Version resource for tssdsql.dll.
  4. //
  5. // Copyright (C) 2000 Microsoft Corp.
  6. #include "resource.h"
  7. #include "windows.h"
  8. #include <ntverp.h>
  9. #define VER_FILETYPE VFT_APP
  10. #define VER_FILESUBTYPE 0
  11. #define VER_FILEDESCRIPTION_STR "Terminal Server Load Balancing Directory Integrity Service"
  12. #define VER_INTERNALNAME_STR "tssdis.exe"
  13. #define VER_ORIGINALFILENAME_STR "tssdis.exe"
  14. STRINGTABLE DISCARDABLE
  15. BEGIN
  16. IDS_SDLOCALGROUP_NAME "Session Directory Computers"
  17. IDS_SDLOCALGROUP_DES "List of Terminal Server computers that can join Session Directory"
  18. END
  19. #include "common.ver"
  20. #include "sdevent.rc"