forked from amzn/amazon-s3-gst-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Amazon-S3-Plugin.nuspec
28 lines (28 loc) · 1.72 KB
/
Amazon-S3-Plugin.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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Amazon-S3-Plugin</id>
<version>$version$</version>
<description>Amazon Gstreamer S3 Plugin</description>
<authors> Thomas Goodwin, Lyra McMillan, Jeff Wilson, Sara Boule</authors>
<tags>Native, native</tags>
</metadata>
<files>
<file src="src\gstawscredentials.h" target="build\native\include" />
<file src="src\gstawscredentials.hpp" target="build\native\include" />
<file src="src\gsts3uploaderpartcache.hpp" target="build\native\include" />
<file src="build\src\gstawscredentials-1.0.lib" target="build\native\x64" />
<file src="build\src\gstawscredentials-1.0.dll" target="build\native\x64" />
<file src="build\src\gstawscredentials-1.0.pdb" target="build\native\x64" />
<file src="build\src\gsts3elements.lib" target="build\native\x64" />
<file src="build\src\gsts3elements.dll" target="build\native\x64" />
<file src="build\src\gsts3elements.pdb" target="build\native\x64" />
<file src="build-debug\src\gstawscredentials-1.0.lib" target="build\native\debug\x64" />
<file src="build-debug\src\gstawscredentials-1.0.dll" target="build\native\debug\x64" />
<file src="build-debug\src\gstawscredentials-1.0.pdb" target="build\native\debug\x64" />
<file src="build-debug\src\gsts3elements.lib" target="build\native\debug\x64" />
<file src="build-debug\src\gsts3elements.dll" target="build\native\debug\x64" />
<file src="build-debug\src\gsts3elements.pdb" target="build\native\debug\x64" />
<file src="Amazon-S3-Plugin.targets" target="build" />
</files>
</package>