forked from videolan/libvlcsharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLibVLCSharp.nuspec
26 lines (26 loc) · 1.42 KB
/
LibVLCSharp.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
<?xml version="1.0"?>
<package >
<metadata>
<id>LibVLCSharp</id>
<title>LibVLCSharp</title>
<version>0.0.1-alpha6</version>
<authors>VideoLAN</authors>
<owners>VideoLAN</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>.NET bindings for LibVLC</summary>
<description>.NET bindings for LibVLC</description>
<tags>libvlc vlc videolan native c/c++ video audio</tags>
<projectUrl>https://github.com/videolan/libvlcsharp</projectUrl>
<licenseUrl>https://github.com/videolan/libvlcsharp/blob/master/LICENSE</licenseUrl>
<iconUrl>https://raw.githubusercontent.com/videolan/libvlcsharp/master/Assets/icon.png</iconUrl>
</metadata>
<files>
<file src="LibVLCSharp\bin\Release\monoandroid81\LibVLCSharp.dll" target="lib\MonoAndroid81"/>
<file src="LibVLCSharp\bin\Release\monoandroid81\LibVLCSharp.Android.AWindow.dll" target="lib\MonoAndroid81"/>
<file src="LibVLCSharp\bin\Release\xamarin.ios10\LibVLCSharp.dll" target="lib\Xamarin.iOS10"/>
<file src="LibVLCSharp\bin\Release\netstandard2.0\LibVLCSharp.dll" target="lib\.NETStandard2.0"/>
<file src="LibVLCSharp\bin\Release\net461\System.Runtime.InteropServices.RuntimeInformation.dll" target="lib\net461"/>
<file src="LibVLCSharp\bin\Release\net461\LibVLCSharp.dll" target="lib\net461"/>
<file src="LibVLCSharp\bin\Release\xamarin.mac20\LibVLCSharp.dll" target="lib\xamarinmac20"/>
</files>
</package>