mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
14 lines
725 B
Plaintext
14 lines
725 B
Plaintext
|
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||
|
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||
|
|
<application xmlns="urn:schemas-microsoft-com:asm.v3">
|
||
|
|
<windowsSettings>
|
||
|
|
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
|
||
|
|
</windowsSettings>
|
||
|
|
</application>
|
||
|
|
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
||
|
|
<application>
|
||
|
|
<!-- Required for C++ XAML Islands. More details at https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/host-standard-control-with-xaml-islands-cpp#create-a-desktop-application-project -->
|
||
|
|
<maxversiontested Id="10.0.18362.0"/>
|
||
|
|
</application>
|
||
|
|
</compatibility>
|
||
|
|
</assembly>
|