Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 

16 rindas
729 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="HybridApp.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>