Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/main/src
diff options
context:
space:
mode:
authorCody Russell <cody@jhu.edu>2016-02-06 08:28:51 +0300
committerCody Russell <cody@jhu.edu>2016-04-19 21:30:45 +0300
commitda696324139cfb16cdd7aee29cf931e18576ea4c (patch)
tree16f2585d316bdf900b54b73217e5e22e2f5df660 /main/src
parent85ccc81d12e185d7d6088c9b88e75518deb4011a (diff)
[hdpi] Set DPI awareness in the Windows app manifest.
Diffstat (limited to 'main/src')
-rw-r--r--main/src/core/MonoDevelop.Startup/app.manifest2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/src/core/MonoDevelop.Startup/app.manifest b/main/src/core/MonoDevelop.Startup/app.manifest
index 9eccbecb2f..0f673db392 100644
--- a/main/src/core/MonoDevelop.Startup/app.manifest
+++ b/main/src/core/MonoDevelop.Startup/app.manifest
@@ -44,11 +44,9 @@
DPIs. Windows Presentation Foundation (WPF) applications are automatically DPI-aware and do not need
to opt in. Windows Forms applications targeting .NET Framework 4.6 that opt into this setting, should
also set the 'EnableWindowsFormsHighDpiAutoResizing' setting to 'true' in their app.config. -->
- <!--
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
</windowsSettings>
</application>
- -->
</assembly>