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.

26 lines
661 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1998 - 1998
  6. //
  7. // File: propver.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. //
  11. // Main resources, from VC++
  12. //
  13. #include "proppage.rc"
  14. //
  15. // Version resources
  16. //
  17. #include <ntverp.h>
  18. #define VER_FILETYPE VFT_DLL
  19. #define VER_FILESUBTYPE VFT_UNKNOWN
  20. #define VER_FILEDESCRIPTION_STR "Property Pages for Storage Devices"
  21. #define VER_INTERNALNAME_STR "StorProp"
  22. #define VER_ORIGINALFILENAME_STR "StorProp.dll"
  23. #include <common.ver>