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.

40 lines
1.0 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1999
  6. //
  7. // File: irxfer.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. /////////////////////////////////////////////////////////////////////////////
  11. //
  12. // Version
  13. //
  14. #include <windows.h>
  15. #include <ntverp.h>
  16. #define VER_FILETYPE VFT_APP
  17. #define VER_FILESUBTYPE VFT_UNKNOWN
  18. #define VER_FILEDESCRIPTION_STR "Infrared transfer service"
  19. #define VER_INTERNALNAME_STR "irxfer.exe"
  20. #define VER_LEGALCOPYRIGHT_YEARS "1996,1997"
  21. #define VER_ORIGINALFILENAME_STR "irxfer.exe"
  22. #include <common.ver>
  23. /////////////////////////////////////////////////////////////////////////////
  24. //
  25. // String Table
  26. //
  27. #include "resource.h"
  28. STRINGTABLE DISCARDABLE
  29. BEGIN
  30. IDS_RPC_ANNOTATION "Infrared transfer service"
  31. IDS_DUPLICATE_FILE_PATTERN "Copy %d of %s"
  32. IDS_UNKNOWN_DEVICE "(unknown device)"
  33. END