qt: playlist: use item title if available
[vlc.git] / extras / package / win32 / vlc.exe.manifest
blobad2ba019fc0022f58332b55e70bc385ec99e2c89
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="1.0.0.0"
5         processorArchitecture="*"
6         name="VideoLAN.VLC"
7         type="win32"
8     />
9     <description>see http://www.videolan.org/</description>
10      <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
11         <security>
12             <requestedPrivileges>
13                 <requestedExecutionLevel level="asInvoker" />
14             </requestedPrivileges>
15         </security>
16     </trustInfo>
17     <dependency>
18         <dependentAssembly>
19             <assemblyIdentity
20                 type="win32"
21                 name="Microsoft.Windows.Common-Controls"
22                 version="6.0.0.0"
23                 processorArchitecture="*"
24                 publicKeyToken="6595b64144ccf1df"
25                 language="*"
26             />
27         </dependentAssembly>
28     </dependency>
29     <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
30         <application>
31             <!--The ID below indicates application support for Windows 7 -->
32             <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
33             <!--The ID below indicates app support for Windows 8 -->
34             <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
35             <!--The ID below indicates app support for Windows 8.1 -->
36             <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
37         </application>
38     </compatibility>
39 </assembly>