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.2 KiB

  1. // Resource file to allow vc++ to read FILEMGMT.rc without
  2. // interfering with cmapi.rc.
  3. #include "resource.h"
  4. #include "stdrsrc.rc"
  5. #include "filemgmt.rc"
  6. #include "choosert.h" // Temporary chooser IDs
  7. #include "chooserd.h" // Default chooser IDs
  8. #include "chooser.rc" // Chooser wizard page
  9. #include "chooser2.rc" // Chooser2 dialog
  10. // Include strings for Configuration Manager return codes.
  11. // You may change IDS_CFGMGR32_BASE to relocate
  12. // the string table if you wish.
  13. #include "..\\..\\..\\..\\public\\sdk\\inc\\cfgmgr32.h"
  14. #include <cmapi.rc>
  15. //+----------------------------------------------------------------------------
  16. //
  17. // Version
  18. //
  19. //-----------------------------------------------------------------------------
  20. #define VER_FILETYPE VFT_DLL
  21. #define VER_FILESUBTYPE VFT_UNKNOWN
  22. #define VER_FILEDESCRIPTION_STR "Services and Shared Folders"
  23. #define VER_INTERNALNAME_STR "FILEMGMT"
  24. #define VER_LEGALCOPYRIGHT_YEARS "1997-1998"
  25. #define VER_ORIGINALFILENAME_STR "filemgmt.dll"
  26. #include <ntverp.h>
  27. #include <common.ver>
  28. STRINGTABLE DISCARDABLE
  29. BEGIN
  30. IDS_SNAPINABOUT_VERSION VER_PRODUCTVERSION_STR
  31. IDS_SNAPINABOUT_PROVIDER VER_COMPANYNAME_STR
  32. END