Last change
on this file since 91591 was 91591, checked in by vboxsync, 3 years ago |
VBoxStub: Extend manifest to enable DPI awareness, avoiding the blurry text most visible with 125% scaling.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
995 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
---|
2 | <assembly xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0">
|
---|
3 | <assemblyIdentity
|
---|
4 | version="1.0.0.0"
|
---|
5 | processorArchitecture="*"
|
---|
6 | name="VBoxStub.exe"
|
---|
7 | type="win32"
|
---|
8 | />
|
---|
9 | <description>VirtualBox Windows Installer</description>
|
---|
10 | <dependency>
|
---|
11 | <dependentAssembly>
|
---|
12 | <assemblyIdentity
|
---|
13 | type="win32"
|
---|
14 | name="Microsoft.Windows.Common-Controls"
|
---|
15 | version="6.0.0.0"
|
---|
16 | processorArchitecture="*"
|
---|
17 | publicKeyToken="6595b64144ccf1df"
|
---|
18 | language="*"
|
---|
19 | />
|
---|
20 | </dependentAssembly>
|
---|
21 | </dependency>
|
---|
22 | <asmv3:application>
|
---|
23 | <asmv3:windowsSettings>
|
---|
24 | <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
|
---|
25 | <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
|
---|
26 | </asmv3:windowsSettings>
|
---|
27 | </asmv3:application>
|
---|
28 | </assembly>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.