-
Notifications
You must be signed in to change notification settings - Fork 0
/
pylonLibs.nuspec
35 lines (34 loc) · 2.54 KB
/
pylonLibs.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
30
31
32
33
34
35
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>pylonLibs</id>
<version>1.0.6</version>
<title>Pylon Libraries</title>
<authors>NerdTronik, Basler</authors>
<owners>https://www.baslerweb.com</owners>
<description>This is a package of the pylon Cameras SDK, attempted to be used in C and C++</description>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">build\native\Licenses\License.txt</license>
<iconUrl>https://docs.baslerweb.com/images/screen-pylon6-logo.png</iconUrl>
<repository type="git" url="https://github.com/nerdtronik/pylonLibs" />
<tags>native, Native, basler, pylon </tags>
</metadata>
<files>
<file src="Development\lib\Win32\*.lib" target="build\native\Development\lib\Win32" />
<file src="Development\lib\x64\*.lib" target="build\native\Development\lib\x64" />
<file src="Development\include\**" target="build\native\Development\include" />
<file src="Development\include\*.*" target="build\native\Development\include" />
<file src="Development\Documentation\*.*" target="build\native\Development\Documentation" />
<file src="Development\Assemblies\Basler.Pylon\x64\*.*" target="build\native\Development\Assemblies\Basler.Pylon\x64" />
<file src="Development\Assemblies\Basler.Pylon\x86\*.*" target="build\native\Development\Assemblies\Basler.Pylon\x86" />
<file src="Licenses\*.*" target="build\native\Licenses" />
<file src="Runtime\win32\**" target="build\native\Runtime\Win32" />
<file src="Runtime\win32\*.*" target="build\native\Runtime\Win32" />
<file src="Runtime\x64\**" target="build\native\Runtime\x64" />
<file src="Runtime\x64\*.*" target="build\native\Runtime\x64" />
<file src="README.md" target="build\native" />
<file src="Redist\Drivers\*.*" target="drivers" />
<file src="pylonLibs.targets" target="build\native" />
<file src="pylonLibs.defs.xml" target="build\native" />
</files>
</package>