forked from SharpMap/SharpMap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SharpMap.Utilities.Indexing.SbnTree.nuspec
30 lines (30 loc) · 1.49 KB
/
SharpMap.Utilities.Indexing.SbnTree.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
<?xml version="1.0"?>
<package >
<metadata>
<id>SharpMap.Utilities.Indexing.SbnTree</id>
<version>$version$</version>
<title>SharpMap.Utilities.Indexing.SbnTree</title>
<authors>SharpMap-Team</authors>
<owners>SharpMap-Team</owners>
<licenseUrl>https://github.com/SharpMap/SharpMap/blob/Branches/1.0/license.txt</licenseUrl>
<projectUrl>https://github.com/SharpMap/SharpMap</projectUrl>
<iconUrl>https://avatars1.githubusercontent.com/u/8349804??v=3&s=120</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>
SharpMap is an easy-to-use mapping library for use in web and desktop applications.
It provides access to many types of GIS data, enables spatial querying of that data, and renders beautiful maps.
The engine is written in C# and based on the .Net 4.0 framework.
</summary>
<description>Components to use SharpSbn as spatial index for ShapeFiles</description>
<copyright>Copyright © 2015 - 2017 SharpMap - Team</copyright>
<tags>SharpMap Index Sbn</tags>
<dependencies>
<dependency id="SharpMap.Core" version="[$version$]"/>
<dependency id="SharpSbn.GeoAPI" version="[1.0.1]"/>
</dependencies>
</metadata>
<files>
<file src="SharpMap.Utilities.Indexing.SbnTree\bin\Release\SharpMap.Utilities.Indexing.SbnTree.dll" target="lib\net40"/>
<file src="SharpMap.Utilities.Indexing.SbnTree\bin\Release\SharpMap.Utilities.Indexing.SbnTree.xml" target="lib\net40"/>
</files>
</package>