2008-01-20 21:19:37 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2020-12-14 17:29:26 +00:00
|
|
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
|
2012-02-19 17:02:19 +00:00
|
|
|
<assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="RockboxUtility.exe" type="win32"/>
|
2008-01-20 21:19:37 +00:00
|
|
|
|
|
|
|
<!-- Identify the application security requirements. -->
|
|
|
|
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
|
|
|
<security>
|
|
|
|
<requestedPrivileges>
|
|
|
|
<requestedExecutionLevel level="requireAdministrator"/>
|
|
|
|
</requestedPrivileges>
|
|
|
|
</security>
|
|
|
|
</trustInfo>
|
2020-12-14 17:29:26 +00:00
|
|
|
<asmv3:application>
|
|
|
|
<asmv3:windowsSettings>
|
|
|
|
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/pm</dpiAware>
|
|
|
|
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
|
|
|
|
</asmv3:windowsSettings>
|
|
|
|
</asmv3:application>
|
2008-01-20 21:19:37 +00:00
|
|
|
</assembly>
|