diff options
Diffstat (limited to 'src/app.manifest')
-rw-r--r-- | src/app.manifest | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/app.manifest b/src/app.manifest new file mode 100644 index 0000000..26b3834 --- /dev/null +++ b/src/app.manifest @@ -0,0 +1,8 @@ +<?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>
\ No newline at end of file |