forked from picolyl/XamarinPlugins.FolderPath
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FolderPath.nuspec
47 lines (47 loc) · 4.83 KB
/
FolderPath.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>FolderPath</id>
<version>1.1.0</version>
<authors>picolyl</authors>
<licenseUrl>https://github.com/picolyl/XamarinPlugins.FolderPath/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/picolyl/XamarinPlugins.FolderPath</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>FolderPath plugins for Xamarin</description>
<tags>io storage file portable pcl winrt android ios xamarin monoandroid monodroid Xamarin.Mac Xamarin.iOS</tags>
</metadata>
<files>
<file src="Plugins\FolderPath.Abstractions\bin\Release\FolderPath.Abstractions.dll" target="lib\net45\FolderPath.Abstractions.dll" />
<file src="Plugins\FolderPath.Abstractions\bin\Release\FolderPath.Abstractions.XML" target="lib\net45\FolderPath.Abstractions.XML" />
<file src="Plugins\FolderPath.Desktop\bin\Release\FolderPath.dll" target="lib\net45\FolderPath.dll" />
<file src="Plugins\FolderPath.Desktop\bin\Release\FolderPath.XML" target="lib\net45\FolderPath.XML" />
<file src="Plugins\FolderPath.Abstractions\bin\Release\FolderPath.Abstractions.dll" target="lib\netcore45\FolderPath.Abstractions.dll" />
<file src="Plugins\FolderPath.Abstractions\bin\Release\FolderPath.Abstractions.XML" target="lib\netcore45\FolderPath.Abstractions.XML" />
<file src="Plugins\FolderPath.WindowsStore\bin\Release\FolderPath.dll" target="lib\netcore45\FolderPath.dll" />
<file src="Plugins\FolderPath.WindowsStore\bin\Release\FolderPath.XML" target="lib\netcore45\FolderPath.XML" />
<file src="Plugins\FolderPath.Abstractions\bin\Release\FolderPath.Abstractions.dll" target="lib\portable-net45+netcore45+wpa81\FolderPath.Abstractions.dll" />
<file src="Plugins\FolderPath.Abstractions\bin\Release\FolderPath.Abstractions.XML" target="lib\portable-net45+netcore45+wpa81\FolderPath.Abstractions.XML" />
<file src="Plugins\FolderPath\bin\Release\FolderPath.dll" target="lib\portable-net45+netcore45+wpa81\FolderPath.dll" />
<file src="Plugins\FolderPath\bin\Release\FolderPath.XML" target="lib\portable-net45+netcore45+wpa81\FolderPath.XML" />
<file src="Plugins\FolderPath.Abstractions\bin\Release\FolderPath.Abstractions.dll" target="lib\uap\FolderPath.Abstractions.dll" />
<file src="Plugins\FolderPath.Abstractions\bin\Release\FolderPath.Abstractions.XML" target="lib\uap\FolderPath.Abstractions.XML" />
<file src="Plugins\FolderPath.UWP\bin\Release\FolderPath.dll" target="lib\uap\FolderPath.dll" />
<file src="Plugins\FolderPath.UWP\bin\Release\FolderPath.XML" target="lib\uap\FolderPath.XML" />
<file src="Plugins\FolderPath.Abstractions\bin\Release\FolderPath.Abstractions.dll" target="lib\wpa81\FolderPath.Abstractions.dll" />
<file src="Plugins\FolderPath.Abstractions\bin\Release\FolderPath.Abstractions.XML" target="lib\wpa81\FolderPath.Abstractions.XML" />
<file src="Plugins\FolderPath.WindowsPhone81\bin\Release\FolderPath.dll" target="lib\wpa81\FolderPath.dll" />
<file src="Plugins\FolderPath.WindowsPhone81\bin\Release\FolderPath.XML" target="lib\wpa81\FolderPath.XML" />
<file src="Plugins\FolderPath.Abstractions\bin\Release\FolderPath.Abstractions.dll" target="lib\MonoAndroid\FolderPath.Abstractions.dll" />
<file src="Plugins\FolderPath.Abstractions\bin\Release\FolderPath.Abstractions.XML" target="lib\MonoAndroid\FolderPath.Abstractions.XML" />
<file src="Plugins\FolderPath.Android\bin\Release\FolderPath.dll" target="lib\MonoAndroid\FolderPath.dll" />
<file src="Plugins\FolderPath.Android\bin\Release\FolderPath.XML" target="lib\MonoAndroid\FolderPath.XML" />
<file src="Plugins\FolderPath.Abstractions\bin\Release\FolderPath.Abstractions.dll" target="lib\Xamarin.iOS\FolderPath.Abstractions.dll" />
<file src="Plugins\FolderPath.Abstractions\bin\Release\FolderPath.Abstractions.XML" target="lib\Xamarin.iOS\FolderPath.Abstractions.XML" />
<file src="Plugins\FolderPath.iOS\bin\Release\FolderPath.dll" target="lib\Xamarin.iOS\FolderPath.dll" />
<file src="Plugins\FolderPath.iOS\bin\Release\FolderPath.XML" target="lib\Xamarin.iOS\FolderPath.XML" />
<file src="Plugins\FolderPath.Abstractions\bin\Release\FolderPath.Abstractions.dll" target="lib\Xamarin.Mac20\FolderPath.Abstractions.dll" />
<file src="Plugins\FolderPath.Abstractions\bin\Release\FolderPath.Abstractions.XML" target="lib\Xamarin.Mac20\FolderPath.Abstractions.XML" />
<file src="Plugins\FolderPath.Mac\bin\Release\FolderPath.dll" target="lib\Xamarin.Mac20\FolderPath.dll" />
<file src="Plugins\FolderPath.Mac\bin\Release\FolderPath.xml" target="lib\Xamarin.Mac20\FolderPath.xml" />
</files>
</package>