mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
17 lines
529 B
Plaintext
17 lines
529 B
Plaintext
|
<?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.msvfw32.Test"
|
||
|
version="1.0.0.0"
|
||
|
processorArchitecture="*"
|
||
|
/>
|
||
|
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||
|
<security>
|
||
|
<requestedPrivileges>
|
||
|
<requestedExecutionLevel level="asInvoker" />
|
||
|
</requestedPrivileges>
|
||
|
</security>
|
||
|
</trustInfo>
|
||
|
</assembly>
|