forked from jbrwn/NET-Mapnik
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmapnik.nuspec
21 lines (21 loc) · 928 Bytes
/
mapnik.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.5">
<id>$id$</id>
<title>mapnik (x86)</title>
<version>$version$</version>
<authors>Joel Brown</authors>
<!--<licenseUrl></licenseUrl>-->
<projectUrl>https://github.com/jbrwn/NET-Mapnik</projectUrl>
<description>.NET bindings for the mapnik tile rendering library</description>
<releaseNotes>Requires Visual C++ Redistributable for Visual Studio 2015 RC</releaseNotes>
<tags>mapnik</tags>
</metadata>
<files>
<file src="Win32\Release\NETMapnik.dll" target="lib\net45" />
<file src="lib\x86\mapnik-sdk\lib\*.dll" target="native\" />
<file src="lib\x86\mapnik-sdk\lib\mapnik\" target="native\mapnik" />
<file src="lib\x86\mapnik-sdk\share\" target="native\share" />
<file src="mapnik.props" target="build\net45" />
</files>
</package>