-
Notifications
You must be signed in to change notification settings - Fork 104
/
aerospike-client-c.nuspec
53 lines (51 loc) · 4.27 KB
/
aerospike-client-c.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0"?>
<package>
<metadata>
<id>aerospike-client-c</id>
<version>6.6.4</version>
<title>Aerospike C Client</title>
<authors>Aerospike</authors>
<owners>Aerospike</owners>
<license type="expression">Apache-2.0</license>
<projectUrl>https://www.aerospike.com/download/client/c</projectUrl>
<icon>icon.png</icon>
<readme>README.md</readme>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Aerospike C client library for synchronous database commands.</description>
<copyright>Copyright 2008-2024 Aerospike, Inc.</copyright>
<tags>Aerospike database C client native</tags>
</metadata>
<files>
<file src="icon.png" target="" />
<file src="README.md" target="" />
<file src="aerospike-client-c.targets" target="build\native" />
<file src="..\modules\common\src\include\aerospike\*.h" exclude="**\ssl_util.h" target="build\native\include\aerospike" />
<file src="..\modules\common\src\include\citrusleaf\*.h" exclude="**\cf_crypto.h;**\cf_digest.h" target="build\native\include\citrusleaf" />
<file src="..\src\include\aerospike\*.h" exclude="**\as_tls.h" target="build\native\include\aerospike" />
<file src="x64\Debug\aerospike.lib" target="build\native\lib\x64\Debug" />
<file src="x64\Debug\aerospike.dll" target="build\native\lib\x64\Debug" />
<file src="x64\Debug\aerospike.pdb" target="build\native\lib\x64\Debug" />
<file src="x64\Release\aerospike.lib" target="build\native\lib\x64\Release" />
<file src="x64\Release\aerospike.dll" target="build\native\lib\x64\Release" />
<file src="packages\aerospike-client-c-dependencies.*\build\native\include\pthread.h" target="build\native\include" />
<file src="packages\aerospike-client-c-dependencies.*\build\native\include\sched.h" target="build\native\include" />
<file src="packages\aerospike-client-c-dependencies.*\build\native\include\_ptw32.h" target="build\native\include" />
<file src="packages\aerospike-client-c-dependencies.*\build\native\lib\x64\Debug\libeay32.dll" target="build\native\lib\x64\Debug" />
<file src="packages\aerospike-client-c-dependencies.*\build\native\lib\x64\Debug\libeay32.pdb" target="build\native\lib\x64\Debug" />
<file src="packages\aerospike-client-c-dependencies.*\build\native\lib\x64\Debug\lua51.dll" target="build\native\lib\x64\Debug" />
<file src="packages\aerospike-client-c-dependencies.*\build\native\lib\x64\Debug\lua51.pdb" target="build\native\lib\x64\Debug" />
<file src="packages\aerospike-client-c-dependencies.*\build\native\lib\x64\Debug\pthreadVC2d.lib" target="build\native\lib\x64\Debug" />
<file src="packages\aerospike-client-c-dependencies.*\build\native\lib\x64\Debug\pthreadVC2d.dll" target="build\native\lib\x64\Debug" />
<file src="packages\aerospike-client-c-dependencies.*\build\native\lib\x64\Debug\pthreadVC2d.pdb" target="build\native\lib\x64\Debug" />
<file src="packages\aerospike-client-c-dependencies.*\build\native\lib\x64\Debug\ssleay32.dll" target="build\native\lib\x64\Debug" />
<file src="packages\aerospike-client-c-dependencies.*\build\native\lib\x64\Debug\ssleay32.pdb" target="build\native\lib\x64\Debug" />
<file src="packages\aerospike-client-c-dependencies.*\build\native\lib\x64\Debug\zlibd.dll" target="build\native\lib\x64\Debug" />
<file src="packages\aerospike-client-c-dependencies.*\build\native\lib\x64\Debug\zlibd.pdb" target="build\native\lib\x64\Debug" />
<file src="packages\aerospike-client-c-dependencies.*\build\native\lib\x64\Release\libeay32.dll" target="build\native\lib\x64\Release" />
<file src="packages\aerospike-client-c-dependencies.*\build\native\lib\x64\Release\lua51.dll" target="build\native\lib\x64\Release" />
<file src="packages\aerospike-client-c-dependencies.*\build\native\lib\x64\Release\pthreadVC2.lib" target="build\native\lib\x64\Release" />
<file src="packages\aerospike-client-c-dependencies.*\build\native\lib\x64\Release\pthreadVC2.dll" target="build\native\lib\x64\Release" />
<file src="packages\aerospike-client-c-dependencies.*\build\native\lib\x64\Release\ssleay32.dll" target="build\native\lib\x64\Release" />
<file src="packages\aerospike-client-c-dependencies.*\build\native\lib\x64\Release\zlib.dll" target="build\native\lib\x64\Release" />
</files>
</package>