Changeset 91591 in vbox for trunk/src/VBox/Installer/win
- Timestamp:
- Oct 6, 2021 2:44:45 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Stub/VBoxStub.manifest
r37987 r91591 1 1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?> 2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0"> 3 3 <assemblyIdentity 4 4 version="1.0.0.0" … … 20 20 </dependentAssembly> 21 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> 22 28 </assembly>
Note:
See TracChangeset
for help on using the changeset viewer.