31564
|
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
|
3 <assemblyIdentity
|
|
4 version="0.0.9.0"
|
|
5 processorArchitecture="*"
|
|
6 name="MPlayer - The Movie Player"
|
|
7 type="win32"
|
|
8 />
|
|
9 <description>MPlayer - The Movie Player</description>
|
|
10 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
|
11 <security>
|
|
12 <requestedPrivileges>
|
|
13 <requestedExecutionLevel
|
|
14 level="asInvoker"
|
|
15 />
|
|
16 </requestedPrivileges>
|
|
17 </security>
|
|
18 </trustInfo>
|
|
19 </assembly>
|