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.

15 lines
736 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
  3. <assemblyIdentity version="1.0.0.0" name="CircleViewerMaui.WinUI.app"/>
  4. <application xmlns="urn:schemas-microsoft-com:asm.v3">
  5. <windowsSettings>
  6. <!-- The combination of below two tags have the following effect:
  7. 1) Per-Monitor for >= Windows 10 Anniversary Update
  8. 2) System < Windows 10 Anniversary Update
  9. -->
  10. <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/PM</dpiAware>
  11. <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2, PerMonitor</dpiAwareness>
  12. </windowsSettings>
  13. </application>
  14. </assembly>