forked from NetTopologySuite/ProjNet4GeoAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ProjNET.nuspec
29 lines (28 loc) · 1.42 KB
/
ProjNET.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
<?xml version="1.0"?>
<package >
<metadata>
<id>ProjNET4GeoAPI</id>
<version>$version$</version>
<authors>Morton Nielsen, NetTopologySuite - Team</authors>
<owners>NetTopologySuite - Team</owners>
<licenseUrl>https://raw.githubusercontent.com/NetTopologySuite/ProjNet4GeoAPI/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/NetTopologySuite/ProjNet4GeoAPI</projectUrl>
<iconUrl>https://raw.githubusercontent.com/NetTopologySuite/ProjNet4GeoAPI/master/icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>.NET Spatial Reference and Projection Engine.
Proj.NET performs point-to-point coordinate conversions between geodetic coordinate systems for use in fx. Geographic Information Systems (GIS) or GPS applications. The spatial reference model used adheres to the Simple Features specification.
</description>
<copyright>Copyright 2006-2015</copyright>
<tags>OGC SFS Projection</tags>
<dependencies>
<dependency id="GeoAPI.CoordinateSystems" version="[$geoapiversion$, )" />
</dependencies>
</metadata>
<files>
<file src="Release\AnyCPU\**\ProjNET.deps.json" target="lib" />
<file src="Release\AnyCPU\**\ProjNET.dll" target="lib" />
<file src="Release\AnyCPU\**\ProjNET.pdb" target="lib" />
<file src="Release\AnyCPU\**\ProjNET.xml" target="lib" />
<file src="ProjNet\**\*.cs" exclude="**\obj\**\*.*" target="src" />
</files>
</package>