app.manifest 966 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"
  3. xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
  4. <assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="NIM" type="win32"/>
  5. <description>NIM Client</description>
  6. <dependency>
  7. <dependentAssembly>
  8. <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls"
  9. version="6.0.0.0" processorArchitecture="*"
  10. publicKeyToken="6595b64144ccf1df" language="*"/>
  11. </dependentAssembly>
  12. </dependency>
  13. <application xmlns="urn:schemas-microsoft-com:asm.v3">
  14. <windowsSettings>
  15. <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/pm</dpiAware>
  16. <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2, PerMonitor</dpiAwareness>
  17. </windowsSettings>
  18. </application>
  19. </assembly>