mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
12 lines
482 B
Text
12 lines
482 B
Text
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||
|
<assemblyIdentity type="win32" name="Wine.SetupapiTest" version="0.0.0.0"/>
|
||
|
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||
|
<security>
|
||
|
<requestedPrivileges>
|
||
|
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
|
||
|
</requestedPrivileges>
|
||
|
</security>
|
||
|
</trustInfo>
|
||
|
</assembly>
|