<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="1.0.0.0"
processorArchitecture="X86"
name="VideoLAN.VLC"
type="win32"
/>
<description>see http://www.videolan.org/</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="X86"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>
-
Pierre d'Herbemont authored
projects/ - contains projects that link to libvlc other than vlc and the bindings. extras/package - contains the packaging specific files. extras/deprecated - deprecated files. extras/buildsystem - contains non-default buildsystem stuff. extras/analyser - contains code analyser (such as editor specific files) specific files.
2e888fde