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.

23 lines
656 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1998 - 1999
  5. //
  6. // File: idtopath.rc
  7. //
  8. // History: 16 Jul 1998 DLee Created
  9. //
  10. //--------------------------------------------------------------------------
  11. #include "windows.h"
  12. #include "ntverp.h"
  13. #define VER_FILETYPE VFT_APP
  14. #define VER_FILESUBTYPE VFT2_UNKNOWN
  15. #define VER_FILEDESCRIPTION_STR "Indexing Service file ID dump utility"
  16. #define VER_INTERNALNAME_STR "idtopath.exe"
  17. #define VER_ORIGINALFILENAME_STR "idtopath.exe"
  18. #include "common.ver"