-
Notifications
You must be signed in to change notification settings - Fork 0
/
SharpMap.UI.nuspec
31 lines (31 loc) · 1.42 KB
/
SharpMap.UI.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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SharpMap.UI</id>
<version>$version$</version>
<authors>SharpMap-Team</authors>
<licenseUrl>http://sharpmap.codeplex.com/license</licenseUrl>
<projectUrl>http://sharpmap.codeplex.com</projectUrl>
<!--<iconUrl>"http://download-codeplex.sec.s-msft.com/Download?ProjectName=sharpmap&DownloadId=668183"</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>
This package contains the Windows Forms user interface components of SharpMap.
</description>
<tags>SharpMap GIS Map GeoSpatial</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Windows.Forms" targetFramework="net40-client" />
</frameworkAssemblies>
<dependencies>
<dependency id="SharpMap" version="[$version$]"/>
</dependencies>
</metadata>
<files>
<file src="SharpMap.UI\bin\Release\SharpMap.UI.dll" target="lib\net40-client"/>
<file src="SharpMap.UI\bin\Release\SharpMap.UI.xml" target="lib\net40-client"/>
</files>
</package>