30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||
|
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||
|
|
<assemblyIdentity
|
||
|
|
version="1.0.0.0"
|
||
|
|
processorArchitecture="amd64"
|
||
|
|
name="Setec.PartitionWizard"
|
||
|
|
type="win32"
|
||
|
|
/>
|
||
|
|
<description>Setec Partition Wizard</description>
|
||
|
|
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||
|
|
<security>
|
||
|
|
<requestedPrivileges>
|
||
|
|
<requestedExecutionLevel level="requireAdministrator" uiAccess="false"/>
|
||
|
|
</requestedPrivileges>
|
||
|
|
</security>
|
||
|
|
</trustInfo>
|
||
|
|
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
||
|
|
<application>
|
||
|
|
<!-- Windows 10 and 11 -->
|
||
|
|
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
|
||
|
|
</application>
|
||
|
|
</compatibility>
|
||
|
|
<application xmlns="urn:schemas-microsoft-com:asm.v3">
|
||
|
|
<windowsSettings>
|
||
|
|
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/pm</dpiAware>
|
||
|
|
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
|
||
|
|
</windowsSettings>
|
||
|
|
</application>
|
||
|
|
</assembly>
|