[vlc-commits] Win32 manifests: reformat XML
Jean-Baptiste Kempf
git at videolan.org
Wed Mar 8 23:43:50 CET 2017
vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Sep 8 15:52:53 2015 +0200| [3609a7744e658fc4116530f04babceeebf3bfa5f] | committer: Jean-Baptiste Kempf
Win32 manifests: reformat XML
(cherry picked from commit 710520130c81a3e5fc1433b31406bb8760761ce3)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=3609a7744e658fc4116530f04babceeebf3bfa5f
---
extras/package/win32/libvlc.dll.manifest | 14 ++++++------
extras/package/win32/vlc.exe.manifest | 39 ++++++++++++++++----------------
2 files changed, 26 insertions(+), 27 deletions(-)
diff --git a/extras/package/win32/libvlc.dll.manifest b/extras/package/win32/libvlc.dll.manifest
index 5ddb6a7..61ac9f3 100755
--- a/extras/package/win32/libvlc.dll.manifest
+++ b/extras/package/win32/libvlc.dll.manifest
@@ -1,12 +1,12 @@
<?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="*"
- name="libvlc.dll"
- type="win32"
- />
- <description>LibVLC</description>
+ <assemblyIdentity
+ version="1.0.0.0"
+ processorArchitecture="*"
+ name="libvlc.dll"
+ type="win32"
+ />
+ <description>LibVLC</description>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!--The ID below indicates app support for Windows Vista -->
diff --git a/extras/package/win32/vlc.exe.manifest b/extras/package/win32/vlc.exe.manifest
index 934e01f..d1f596e 100644
--- a/extras/package/win32/vlc.exe.manifest
+++ b/extras/package/win32/vlc.exe.manifest
@@ -1,12 +1,12 @@
<?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="*"
- name="VideoLAN.VLC"
- type="win32"
- />
- <description>see http://www.videolan.org/</description>
+ <assemblyIdentity
+ version="1.0.0.0"
+ processorArchitecture="*"
+ name="VideoLAN.VLC"
+ type="win32"
+ />
+ <description>see http://www.videolan.org/</description>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
@@ -14,23 +14,22 @@
</requestedPrivileges>
</security>
</trustInfo>
- <dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- processorArchitecture="*"
- publicKeyToken="6595b64144ccf1df"
- language="*"
- />
- </dependentAssembly>
- </dependency>
+ <dependency>
+ <dependentAssembly>
+ <assemblyIdentity
+ type="win32"
+ name="Microsoft.Windows.Common-Controls"
+ version="6.0.0.0"
+ processorArchitecture="*"
+ publicKeyToken="6595b64144ccf1df"
+ language="*"
+ />
+ </dependentAssembly>
+ </dependency>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!--The ID below indicates app support for Windows Vista -->
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
</application>
</compatibility>
-
</assembly>
More information about the vlc-commits
mailing list