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.

22 lines
599 B

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  3. <assemblyIdentity
  4. type="win32"
  5. name=SXS_ASSEMBLY_NAME
  6. version=SXS_ASSEMBLY_VERSION
  7. processorArchitecture=SXS_PROCESSOR_ARCHITECTURE
  8. />
  9. <description>WIA UPnP Slideshow Projector</description>
  10. <dependency>
  11. <dependentAssembly>
  12. <assemblyIdentity
  13. type="win32"
  14. name="Microsoft.Windows.Common-Controls"
  15. version="6.0.0.0"
  16. processorArchitecture="*"
  17. />
  18. </dependentAssembly>
  19. </dependency>
  20. </assembly>