rfid-cb / CodeBarreRFID / Platforms / Windows / app.manifest @ 0f2b4298
Historique | Voir | Annoter | Télécharger (748 octets)
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="INRAETemplate.WinUI.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, PerMonitor</dpiAwareness> |
13 |
</windowsSettings> |
14 |
</application> |
15 |
</assembly> |