31564
|
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
37058
|
2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
|
31564
|
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>
|
37058
|
19 <asmv3:application>
|
|
20 <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
|
|
21 <dpiAware>True/PM</dpiAware>
|
|
22 </asmv3:windowsSettings>
|
|
23 </asmv3:application>
|
31564
|
24 </assembly>
|