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.

21 lines
630 B

  1. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  2. <assemblyIdentity
  3. name=SXS_ASSEMBLY_NAME
  4. processorArchitecture=SXS_PROCESSOR_ARCHITECTURE
  5. version=SXS_ASSEMBLY_VERSION
  6. type="win32"/>
  7. <description>Test Program</description>
  8. <dependency>
  9. <dependentAssembly>
  10. <assemblyIdentity
  11. type="win32"
  12. name="Microsoft.Windows.Common-Controls"
  13. version="6.0.0.0"
  14. processorArchitecture=SXS_PROCESSOR_ARCHITECTURE
  15. publicKeyToken="6595b64144ccf1df"
  16. language="*"
  17. />
  18. </dependentAssembly>
  19. </dependency>
  20. </assembly>