22 lines
933 B
Text
22 lines
933 B
Text
|
<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/pm</dpiAware>
|
||
|
</asmv3:windowsSettings>
|
||
|
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
|
||
|
<dpiAwareness>permonitorv2, permonitor, system</dpiAwareness>
|
||
|
</asmv3:windowsSettings>
|
||
|
</asmv3:application>
|
||
|
<dependency>
|
||
|
<dependentAssembly>
|
||
|
<assemblyIdentity
|
||
|
type="win32"
|
||
|
name="Microsoft.Windows.Common-Controls"
|
||
|
version="6.0.0.0"
|
||
|
processorArchitecture="amd64"
|
||
|
publicKeyToken="6595b64144ccf1df"
|
||
|
language="*"
|
||
|
/>
|
||
|
</dependentAssembly>
|
||
|
</dependency>
|
||
|
</assembly>
|