forked from videolan/libvlcsharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLibVLCSharp.WPF.nuspec
29 lines (29 loc) · 1.27 KB
/
LibVLCSharp.WPF.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>LibVLCSharp.WPF</id>
<title>LibVLCSharp.WPF</title>
<version>0.0.1-alpha1</version>
<authors>VideoLAN</authors>
<owners>VideoLAN</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>WPF integration for LibVLCSharp</summary>
<description>WPF integration for LibVLCSharp</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>
<dependencies>
<group targetFramework=".NETFramework4.6.1">
<dependency id="LibVLCSharp" version="0.0.1-alpha6" exclude="Build,Analyzers" />
</group>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="WindowsFormsIntegration" targetFramework=".NETFramework4.6.1" />
<frameworkAssembly assemblyName="System.Windows.Forms" targetFramework=".NETFramework4.6.1" />
</frameworkAssemblies>
</metadata>
<files>
<file src="LibVLCSharp.WPF\bin\Release\net461\LibVLCSharp.WPF.dll" target="lib\net461"/>
</files>
</package>