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.

41 lines
1.2 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1993 - 1999.
  5. //
  6. // File: shgina.rc
  7. //
  8. // Contents: resources for SHGINA
  9. //
  10. //----------------------------------------------------------------------------
  11. #include "priv.h"
  12. #include "resource.h"
  13. #include "shgina.rcv"
  14. REGINST REGINST MOVEABLE PURE "selfreg_shgina.inf"
  15. 1 TYPELIB "shgina.tlb"
  16. #define MANIFEST "<?xml version=""1.0"" encoding=""UTF-8"" standalone=""yes""?> \
  17. <assembly xmlns=""urn:schemas-microsoft-com:asm.v1"" manifestVersion=""1.0""> \
  18. <assemblyIdentity version=""" SXS_ASSEMBLY_VERSION """ name=""" SXS_ASSEMBLY_NAME """ processorArchitecture=""*"" type=""win32""/> \
  19. <dependency> \
  20. <dependentAssembly> \
  21. <assemblyIdentity type=""win32"" \
  22. name=""Microsoft.Windows.Common-Controls"" \
  23. version=""6.0.0.0"" \
  24. language=""*"" \
  25. processorArchitecture=""*"" \
  26. publicKeyToken=""6595b64144ccf1df"" \
  27. /> \
  28. </dependentAssembly> \
  29. </dependency> \
  30. </assembly>"
  31. STRINGTABLE DISCARDABLE
  32. BEGIN
  33. IDS_LOGONUIMANIFEST MANIFEST
  34. IDS_WINLOGONMANIFEST MANIFEST
  35. IDS_DEFAULT_BACKUP_PATH "Deleted User Folder"
  36. END