-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSpatialIndex.NET.nuspec
23 lines (23 loc) · 973 Bytes
/
SpatialIndex.NET.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<package >
<metadata>
<id>SpatialIndex.NET</id>
<version>0.3.1.0</version>
<authors>Keef Aragon</authors>
<owners>Keef Aragon</owners>
<copyright>Copyright (c) 2015 Keef Aragon</copyright>
<projectUrl>https://github.com/kmaragon/SpatialIndex.NET</projectUrl>
<licenseUrl>https://github.com/kmaragon/SpatialIndex.NET/blob/master/LICENSE</licenseUrl>
<summary>.NET bindings for libspatialindex</summary>
<description>A library providing x86-64 .NET bindings for libspatialindex.</description>
<tags>rtree libspatialindex spatial</tags>
<references>
<reference file="SpatialIndex.NET.dll" />
</references>
</metadata>
<files>
<file src="x64/Release/SpatialIndex.NET.dll" target="lib/net45/SpatialIndex.NET.dll" />
<file src="libspatialindex/bin/spatialindex-64.dll" target="lib/net45" />
<file src="libspatialindex/bin/spatialindex-64.dll" target="content" />
</files>
</package>