forked from mapbox/mapbox-sdk-cs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MapboxSdkCs.nuspec
67 lines (58 loc) · 4.13 KB
/
MapboxSdkCs.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0"?>
<package >
<metadata>
<id>MapboxSdkCs</id>
<title>A C# client to Mapbox services</title>
<version>$version$</version>
<authors>Mapbox</authors>
<owners>Mapbox</owners>
<licenseUrl>https://github.com/mapbox/mapbox-sdk-cs</licenseUrl>
<projectUrl>https://github.com/mapbox/mapbox-sdk-cs</projectUrl>
<!--<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>-->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Core modules for accessing Mapbox services</description>
<summary>Core modules for accessing Mapbox services</summary>
<releaseNotes>Update to Mapbox.VectorTile.1.0.4-alpha2</releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>Mapbox SDK CSharp Geocoding Directions Vectortiles</tags>
</metadata>
<files>
<!--source-->
<file src="src\Directions\**\*.cs" exclude="**\Properties\AssemblyInfo.cs;**\obj\**\*.cs" target="content\sdkproject\Assets\Mapbox\Core\Directions\"></file>
<file src="src\Geocoding\**\*.cs" exclude="**\Properties\AssemblyInfo.cs;**\obj\**\*.cs" target="content\sdkproject\Assets\Mapbox\Core\Geocoding\"></file>
<file src="src\Map\**\*.cs" exclude="**\Properties\AssemblyInfo.cs;**\obj\**\*.cs" target="content\sdkproject\Assets\Mapbox\Core\Map\"></file>
<file src="src\Platform\**\*.cs" exclude="**\Properties\AssemblyInfo.cs;**\obj\**\*.cs" target="content\sdkproject\Assets\Mapbox\Core\Platform\"></file>
<file src="src\Utils\**\*.cs" exclude="**\Properties\AssemblyInfo.cs;**\obj\**\*.cs" target="content\sdkproject\Assets\Mapbox\Core\Utils\"></file>
<!--Net35-->
<file src="3rdparty\Json.Net.Unity3D\Net35\Mapbox.Json.dll" target="lib\net35\"></file>
<file src="3rdparty\Mapbox.IO.Compression\net35\Mapbox.IO.Compression.dll" target="lib\net35\"></file>
<file src="bin\Debug\net35\Mapbox.VectorTile.ExtensionMethods.dll" target="lib\net35\"></file>
<file src="bin\Debug\net35\Mapbox.VectorTile.Geometry.dll" target="lib\net35\"></file>
<file src="bin\Debug\net35\Mapbox.VectorTile.PbfReader.dll" target="lib\net35\"></file>
<file src="bin\Debug\net35\Mapbox.VectorTile.VectorTileReader.dll" target="lib\net35\"></file>
<file src="bin\Debug\net35\Mapbox.Directions.dll" target="lib\net35\"></file>
<file src="bin\Debug\net35\Mapbox.Geocoding.dll" target="lib\net35\"></file>
<file src="bin\Debug\net35\Mapbox.Map.dll" target="lib\net35\"></file>
<file src="bin\Debug\net35\Mapbox.Platform.dll" target="lib\net35\"></file>
<file src="bin\Debug\net35\Mapbox.Utils.dll" target="lib\net35\"></file>
<!--UWP-->
<file src="3rdparty\Json.Net.Unity3D\Portable\Mapbox.Json.dll" target="lib\uap10\"></file>
<file src="3rdparty\Mapbox.IO.Compression\uap10\Mapbox.IO.Compression.dll" target="lib\uap10\"></file>
<file src="3rdparty\Mapbox.IO.Compression\uap10\Mapbox.IO.Compression.pri" target="lib\uap10\"></file>
<!-- TODO: investigate why DLLs are not copied to output folder!!
<file src="bin\Debug\uap10\Mapbox.VectorTile.ExtensionMethods.dll" target="lib\uap10\"></file>
<file src="bin\Debug\uap10\Mapbox.VectorTile.Geometry.dll" target="lib\uap10\"></file>
<file src="bin\Debug\uap10\Mapbox.VectorTile.PbfReader.dll" target="lib\uap10\"></file>
<file src="bin\Debug\uap10\Mapbox.VectorTile.VectorTileReader.dll" target="lib\uap10\"></file>
-->
<file src="packages\Mapbox.VectorTile.1.0.4-alpha2\lib\uap10\Mapbox.VectorTile.ExtensionMethods.dll" target="lib\uap10\"></file>
<file src="packages\Mapbox.VectorTile.1.0.4-alpha2\lib\uap10\Mapbox.VectorTile.Geometry.dll" target="lib\uap10\"></file>
<file src="packages\Mapbox.VectorTile.1.0.4-alpha2\lib\uap10\Mapbox.VectorTile.PbfReader.dll" target="lib\uap10\"></file>
<file src="packages\Mapbox.VectorTile.1.0.4-alpha2\lib\uap10\Mapbox.VectorTile.VectorTileReader.dll" target="lib\uap10\"></file>
<file src="bin\Debug\uap10\Mapbox.Directions.dll" target="lib\uap10\"></file>
<file src="bin\Debug\uap10\Mapbox.Geocoding.dll" target="lib\uap10\"></file>
<file src="bin\Debug\uap10\Mapbox.Map.dll" target="lib\uap10\"></file>
<file src="bin\Debug\uap10\Mapbox.Platform.dll" target="lib\uap10\"></file>
<file src="bin\Debug\uap10\Mapbox.Utils.dll" target="lib\uap10\"></file>
</files>
</package>