1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-23 21:01:49 +00:00
Files
samples/gallery/windows/runner.exe.manifest
2020-02-05 14:11:54 -05:00

8 lines
370 B
XML
Executable File

<?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>
</assembly>