forked from kakone/libVLCX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibVLCX.nuspec
29 lines (26 loc) · 1.52 KB
/
libVLCX.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0"?>
<package>
<metadata>
<id>libVLCX</id>
<version>3.0.1</version>
<authors>VideoLAN</authors>
<owners>Stéphane Mitermite</owners>
<licenseUrl>https://code.videolan.org/videolan/vlc-winrt/blob/master/LICENSE</licenseUrl>
<projectUrl>https://code.videolan.org/videolan/vlc-winrt/</projectUrl>
<title>libVLCX</title>
<description>libVLC for UWP</description>
<releaseNotes>Requires Windows 10 Anniversary Edition and matching Windows SDK.</releaseNotes>
<tags>vlc libvlc libvlcx video audio</tags>
</metadata>
<files>
<file src="libVLCX.targets" target="build\uap10.0" />
<file src="build\x86\libVLCX.pri" target="lib\uap10.0" />
<file src="build\x86\libVLCX.winmd" target="lib\uap10.0" />
<file src="build\x86\libVLCX.UWP.dll" target="runtimes\win10-x86\native\libVLCX.dll" />
<file src="vlc-winrt\libvlc\Universal\vlc-x86\Release\**" exclude="vlc-winrt\libvlc\Universal\vlc-x86\Release\include\**" target="build\uap10.0\x86" />
<file src="build\amd64\libVLCX.UWP.dll" target="runtimes\win10-x64\native\libVLCX.dll" />
<file src="vlc-winrt\libvlc\Universal\vlc-amd64\Release\**" exclude="vlc-winrt\libvlc\Universal\vlc-amd64\Release\include\**" target="build\uap10.0\amd64" />
<file src="build\arm\libVLCX.UWP.dll" target="runtimes\win10-arm\native\libVLCX.dll" />
<file src="vlc-winrt\libvlc\Universal\vlc-arm\Release\**" exclude="vlc-winrt\libvlc\Universal\vlc-arm\Release\include\**" target="build\uap10.0\arm" />
</files>
</package>