Matrices.manifest 1008 B

1234567891011121314151617181920212223242526272829303132
  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. version="1.0.0.0"
  5. processorArchitecture="*"
  6. name="Microsoft.DirectX SDK.Matrices"
  7. type="win32"
  8. />
  9. <description>DirectX SDK Sample Program.</description>
  10. <ms_asmv2:trustInfo xmlns:ms_asmv2="urn:schemas-microsoft-com:asm.v2">
  11. <ms_asmv2:security>
  12. <ms_asmv2:requestedPrivileges>
  13. <ms_asmv2:requestedExecutionLevel level="asInvoker">
  14. </ms_asmv2:requestedExecutionLevel>
  15. </ms_asmv2:requestedPrivileges>
  16. </ms_asmv2:security>
  17. </ms_asmv2:trustInfo>
  18. <dependency>
  19. <dependentAssembly>
  20. <assemblyIdentity
  21. type="win32"
  22. name="Microsoft.Windows.Common-Controls"
  23. version="6.0.0.0"
  24. processorArchitecture="*"
  25. publicKeyToken="6595b64144ccf1df"
  26. language="*"
  27. />
  28. </dependentAssembly>
  29. </dependency>
  30. </assembly>
粤ICP备19079148号