diff options
Diffstat (limited to 'demo/DemoApp/app.manifest')
| -rw-r--r-- | demo/DemoApp/app.manifest | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/demo/DemoApp/app.manifest b/demo/DemoApp/app.manifest new file mode 100644 index 0000000..5dea26f --- /dev/null +++ b/demo/DemoApp/app.manifest @@ -0,0 +1,7 @@ +<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" > + <asmv3:application> + <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings"> + <dpiAware>true</dpiAware> + </asmv3:windowsSettings> + </asmv3:application> +</assembly>
\ No newline at end of file |