-
-
Notifications
You must be signed in to change notification settings - Fork 133
/
Copy pathNGraphics.nuspec
70 lines (70 loc) · 5.21 KB
/
NGraphics.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
68
69
70
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>NGraphics</id>
<version>0.6.0-beta2</version>
<releaseNotes>Bug fixes and improvements</releaseNotes>
<title>NGraphics</title>
<authors>Frank A. Krueger</authors>
<owners>Frank A. Krueger</owners>
<licenseUrl>https://github.com/praeclarum/NGraphics/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/praeclarum/NGraphics</projectUrl>
<iconUrl>https://raw.githubusercontent.com/praeclarum/NGraphics/master/TestResults/Icon-Mac.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>NGraphics is a cross platform library for rendering vector graphics on .NET. It provides a unified API for both immediate and retained mode graphics using high quality native renderers.</description>
<copyright>Copyright 2015-2019 Frank A. Krueger</copyright>
<tags>graphics pcl vector drawing ios mac android xamarin imaging draw image svg png render</tags>
<dependencies>
<group targetFramework="netstandard1.0">
<dependency id="System.Runtime.Serialization.Primitives" version="4.3.0" />
</group>
<group targetFramework="uap10.0">
<dependency id="Microsoft.NETCore.UniversalWindowsPlatform" version="5.2.4" />
<dependency id="SharpDX" version="3.1.0" />
<dependency id="SharpDX.Direct2D1" version="3.1.0" />
<dependency id="SharpDX.Direct3D11" version="3.1.0" />
<dependency id="SharpDX.DXGI" version="3.1.0" />
<dependency id="SharpDX.Mathematics" version="3.1.0" />
</group>
</dependencies>
</metadata>
<files>
<!-- NetStandard -->
<file src="NGraphics/bin/Release/netstandard1.0/NGraphics.dll" target="lib/netstandard1.0/NGraphics.dll" />
<file src="NGraphics/bin/Release/netstandard1.0/NGraphics.xml" target="lib/netstandard1.0/NGraphics.xml" />
<!-- .NET -->
<file src="Build/NGraphics/NGraphics.dll" target="lib/net45/NGraphics.dll" />
<file src="Build/NGraphics/NGraphics.xml" target="lib/net45/NGraphics.xml" />
<file src="Build/NGraphics.Net/NGraphics.Net.dll" target="lib/net45/NGraphics.Net.dll" />
<file src="Build/NGraphics.Net/NGraphics.Net.xml" target="lib/net45/NGraphics.Net.xml" />
<!-- UWP -->
<file src="Build/NGraphics/NGraphics.dll" target="lib/uap10.0/NGraphics.dll" />
<file src="Build/NGraphics/NGraphics.xml" target="lib/uap10.0/NGraphics.xml" />
<file src="Build/NGraphics.UWP/NGraphics.UWP.dll" target="lib/uap10.0/NGraphics.UWP.dll" />
<!-- Xamarin.Mac -->
<file src="NGraphics/bin/Release/netstandard1.0/NGraphics.dll" target="lib/Xamarin.Mac20/NGraphics.dll" />
<file src="NGraphics/bin/Release/netstandard1.0/NGraphics.xml" target="lib/Xamarin.Mac20/NGraphics.xml" />
<file src="Platforms/NGraphics.Mac/bin/Release/NGraphics.Mac.dll" target="lib/Xamarin.Mac20/NGraphics.Mac.dll" />
<file src="Platforms/NGraphics.Mac/bin/Release/NGraphics.Mac.xml" target="lib/Xamarin.Mac20/NGraphics.Mac.xml" />
<!-- Xamarin.iOS -->
<file src="NGraphics/bin/Release/netstandard1.0/NGraphics.dll" target="lib/Xamarin.iOS10/NGraphics.dll" />
<file src="NGraphics/bin/Release/netstandard1.0/NGraphics.xml" target="lib/Xamarin.iOS10/NGraphics.xml" />
<file src="Platforms/NGraphics.iOS/bin/Release/NGraphics.iOS.dll" target="lib/Xamarin.iOS10/NGraphics.iOS.dll" />
<file src="Platforms/NGraphics.iOS/bin/Release/NGraphics.iOS.xml" target="lib/Xamarin.iOS10/NGraphics.iOS.xml" />
<!-- Xamarin.watchOS -->
<file src="NGraphics/bin/Release/netstandard1.0/NGraphics.dll" target="lib/Xamarin.watchOS10/NGraphics.dll" />
<file src="NGraphics/bin/Release/netstandard1.0/NGraphics.xml" target="lib/Xamarin.watchOS10/NGraphics.xml" />
<file src="Platforms/NGraphics.Watch/bin/Release/NGraphics.Watch.dll" target="lib/Xamarin.watchOS10/NGraphics.Watch.dll" />
<file src="Platforms/NGraphics.Watch/bin/Release/NGraphics.Watch.xml" target="lib/Xamarin.watchOS10/NGraphics.Watch.xml" />
<!-- Xamarin.tvOS -->
<file src="NGraphics/bin/Release/netstandard1.0/NGraphics.dll" target="lib/Xamarin.tvOS10/NGraphics.dll" />
<file src="NGraphics/bin/Release/netstandard1.0/NGraphics.xml" target="lib/Xamarin.tvOS10/NGraphics.xml" />
<file src="Platforms/NGraphics.TV/bin/Release/NGraphics.TV.dll" target="lib/Xamarin.tvOS10/NGraphics.TV.dll" />
<file src="Platforms/NGraphics.TV/bin/Release/NGraphics.TV.xml" target="lib/Xamarin.tvOS10/NGraphics.TV.xml" />
<!-- Xamarin.Android -->
<file src="NGraphics/bin/Release/netstandard1.0/NGraphics.dll" target="lib/MonoAndroid10/NGraphics.dll" />
<file src="NGraphics/bin/Release/netstandard1.0/NGraphics.xml" target="lib/MonoAndroid10/NGraphics.xml" />
<file src="Platforms/NGraphics.Android/bin/Release/NGraphics.Android.dll" target="lib/MonoAndroid10/NGraphics.Android.dll" />
<file src="Platforms/NGraphics.Android/bin/Release/NGraphics.Android.xml" target="lib/MonoAndroid10/NGraphics.Android.xml" />
</files>
</package>