| 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="WslSettings.app"/> |
| 4 | <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> |
| 5 | <application> |
| 6 | <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/> |
| 7 | </application> |
| 8 | </compatibility> |
| 9 | <application xmlns="urn:schemas-microsoft-com:asm.v3"> |
| 10 | <windowsSettings> |
| 11 | <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/PM</dpiAware> |
| 12 | <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2, PerMonitor</dpiAwareness> |
| 13 | </windowsSettings> |
| 14 | </application> |
| 15 | </assembly> |