forked from ffmpeginteropx/FFmpegInteropX
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFFmpegInteropX.nuspec
More file actions
39 lines (32 loc) · 1.97 KB
/
FFmpegInteropX.nuspec
File metadata and controls
39 lines (32 loc) · 1.97 KB
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
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>$id$</id>
<version>$version$</version>
<description>FFmpeg decoding library for Windows 10 UWP Apps</description>
<authors>FFmpegInteropX</authors>
<projectUrl>https://github.com/ffmpeginteropx/FFmpegInteropX</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">Apache-2.0</license>
<dependencies>
<group>
<dependency id="FFmpegInteropX.FFmpegUWP" version="4.0.0" />
</group>
<group targetFramework="uap10.0" />
</dependencies>
<repository type="git" url="$repositoryUrl$" branch="$repositoryBranch$" commit="$repositoryCommit$" />
</metadata>
<files>
<file src="Output\FFmpegInterop\x64\Release\FFmpegInterop.winmd" target="lib\uap10.0" />
<file src="Output\FFmpegInterop\x64\Release\FFmpegInterop.xml" target="lib\uap10.0" />
<file src="Output\FFmpegInterop\x86\Release\FFmpegInterop.dll" target="runtimes\win10-x86\native" />
<file src="Output\FFmpegInterop\x86\Release\FFmpegInterop.pdb" target="runtimes\win10-x86\native" />
<file src="Output\FFmpegInterop\x64\Release\FFmpegInterop.dll" target="runtimes\win10-x64\native" />
<file src="Output\FFmpegInterop\x64\Release\FFmpegInterop.pdb" target="runtimes\win10-x64\native" />
<file src="Output\FFmpegInterop\ARM\Release\FFmpegInterop.dll" target="runtimes\win10-arm\native" />
<file src="Output\FFmpegInterop\ARM\Release\FFmpegInterop.pdb" target="runtimes\win10-arm\native" />
<file src="Output\FFmpegInterop\ARM64\Release\FFmpegInterop.dll" target="runtimes\win10-arm64\native" />
<file src="Output\FFmpegInterop\ARM64\Release\FFmpegInterop.pdb" target="runtimes\win10-arm64\native" />
<file src="FFmpegInteropX.targets" target="build\native"/>
</files>
</package>