forked from MvvmCross/MvvmCross
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMvvmCross.Platform.nuspec
77 lines (67 loc) · 3.79 KB
/
MvvmCross.Platform.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
71
72
73
74
75
76
77
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>MvvmCross.Platform</id>
<version>4.1.0</version>
<title>MvvmCross - Platform</title>
<authors>MvvmCross</authors>
<owners>Stuart Lodge</owners>
<licenseUrl>http://opensource.org/licenses/ms-pl.html</licenseUrl>
<projectUrl>https://github.com/MvvmCross/MvvmCross</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac.
This package contains the 'Platform' libraries for MvvmCross
</description>
<tags>mvvm mvvmcross cross xamarin android ios forms monodroid monotouch xamarin.android xamarin.ios xamarin.forms wpf windows8 winrt net net45 netcore wp wpdev windowsphone windowsstore uwp</tags>
<iconUrl>http://i.imgur.com/BvdAtgT.png</iconUrl>
</metadata>
<files>
<!-- src -->
<file src="..\MvvmCross\Platform\Platform\**\*.cs"
target="src\MvvmCross.Platform" />
<file src="..\MvvmCross\Platform\Wpf\**\*.cs"
target="src\MvvmCross.Platform.Wpf" />
<file src="..\MvvmCross\Platform\WindowsStore\**\*.cs"
target="src\MvvmCross.Platform.WindowsStore" />
<file src="..\MvvmCross\Platform\WindowsPhone\**\*.cs"
target="src\MvvmCross.Platform.WindowsPhone" />
<file src="..\MvvmCross\Platform\WindowsCommon\**\*.cs"
target="src\MvvmCross.Platform.WindowsCommon" />
<file src="..\MvvmCross\Platform\Droid\**\*.cs"
target="src\MvvmCross.Platform.Droid" />
<file src="..\MvvmCross\Platform\iOS\**\*.cs"
target="src\MvvmCross.Platform.iOS" />
<file src="..\MvvmCross\Platform\Mac\**\*.cs"
target="src\MvvmCross.Platform.Mac" />
<!-- PCL -->
<file src="..\bin\Release\Mvx\Portable\MvvmCross.Platform.*" target="lib\portable-net45+win+wpa81+wp80" />
<!-- dotnet -->
<file src="..\bin\Release\Mvx\Portable\MvvmCross.Platform.*" target="lib\dotnet" />
<!-- wpf -->
<file src="..\bin\Release\Mvx\Wpf\MvvmCross.Platform.Wpf.*" target="lib\net45" />
<file src="..\bin\Release\Mvx\Portable\MvvmCross.Platform.*" target="lib\net45" />
<!-- store -->
<file src="..\bin\Release\Mvx\WindowsStore\MvvmCross.Platform.WindowsStore.*" target="lib\netcore45" />
<file src="..\bin\Release\Mvx\Portable\MvvmCross.Platform.*" target="lib\netcore45" />
<!-- phone -->
<file src="..\bin\Release\Mvx\WindowsPhone\MvvmCross.Platform.WindowsPhone.*" target="lib\wp8" />
<file src="..\bin\Release\Mvx\Portable\MvvmCross.Platform.*" target="lib\wp8" />
<!-- windows common -->
<file src="..\bin\Release\Mvx\WindowsCommon\MvvmCross.Platform.WindowsCommon.*" target="lib\win81" />
<file src="..\bin\Release\Mvx\WindowsCommon\MvvmCross.Platform.WindowsCommon.*" target="lib\wpa81" />
<file src="..\bin\Release\Mvx\WindowsCommon\MvvmCross.Platform.WindowsCommon.*" target="lib\portable-win81+wpa81" />
<file src="..\bin\Release\Mvx\Portable\MvvmCross.Platform.*" target="lib\win81" />
<file src="..\bin\Release\Mvx\Portable\MvvmCross.Platform.*" target="lib\wpa81" />
<file src="..\bin\Release\Mvx\Portable\MvvmCross.Platform.*" target="lib\portable-win81+wpa81" />
<!-- droid -->
<file src="..\bin\Release\Mvx\Droid\MvvmCross.Platform.Droid.*" target="lib\MonoAndroid" />
<file src="..\bin\Release\Mvx\Portable\MvvmCross.Platform.*" target="lib\MonoAndroid" />
<!-- iOS -->
<file src="..\bin\Release\Mvx\iOS\MvvmCross.Platform.iOS.*" target="lib\Xamarin.iOS10" />
<file src="..\bin\Release\Mvx\Portable\MvvmCross.Platform.*" target="lib\Xamarin.iOS10" />
<!-- mac -->
<file src="..\bin\Release\Mvx\Mac\MvvmCross.Platform.Mac.*" target="lib\Xamarin.Mac20" />
<file src="..\bin\Release\Mvx\Portable\MvvmCross.Platform.*" target="lib\Xamarin.Mac20" />
</files>
</package>