app.manifest
 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="FileLocksmithUI.app"/>
 4  
 5    <application xmlns="urn:schemas-microsoft-com:asm.v3">
 6      <windowsSettings>
 7        <!-- The combination of below two tags have the following effect:
 8             1) Per-Monitor for >= Windows 10 Anniversary Update
 9             2) System < Windows 10 Anniversary Update
10        -->
11        <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/PM</dpiAware>
12        <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
13      </windowsSettings>
14    </application>
15    <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
16      <application>
17        <!-- Windows 10 -->
18        <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
19      </application>
20    </compatibility>
21  </assembly>