BlackBox.exe.manifest 742 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <assembly
  3. xmlns="urn:schemas-microsoft-com:asm.v1"
  4. manifestVersion="1.0"
  5. >
  6. <dependency>
  7. <dependentAssembly>
  8. <assemblyIdentity
  9. type="win32"
  10. name="Microsoft.Windows.Common-Controls"
  11. version="6.0.0.0"
  12. processorArchitecture="x86"
  13. publicKeyToken="6595b64144ccf1df"
  14. language="*"
  15. />
  16. </dependentAssembly>
  17. </dependency>
  18. <application xmlns="urn:schemas-microsoft-com:asm.v3">
  19. <windowsSettings>
  20. <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">True</dpiAware>
  21. </windowsSettings>
  22. </application>
  23. </assembly>