forked from MvvmCross/MvvmCross
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMvvmCross.StarterPack.nuspec
130 lines (113 loc) · 7.34 KB
/
MvvmCross.StarterPack.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>MvvmCross.StarterPack</id>
<version>4.1.0</version>
<title>MvvmCross - Starter Pack</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 'Getting Started' libraries for MvvmCross and installs sample files. This package can be removed after installation so the sample files don't get recreated on each update.
</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>
<dependencies>
<group targetFramework="net">
<dependency id="MvvmCross" version="4.1.0" />
</group>
<group targetFramework="win">
<dependency id="MvvmCross" version="4.1.0" />
</group>
<group targetFramework="wp">
<dependency id="MvvmCross" version="4.1.0" />
</group>
<group targetFramework="wpa">
<dependency id="MvvmCross" version="4.1.0" />
</group>
<group targetFramework="MonoAndroid">
<dependency id="MvvmCross" version="4.1.0" />
</group>
<group targetFramework="Xamarin.iOS10">
<dependency id="MvvmCross" version="4.1.0" />
</group>
<group targetFramework="Xamarin.Mac20">
<dependency id="MvvmCross" version="4.1.0" />
</group>
<group targetFramework="portable-net45+win+wpa81+wp80">
<dependency id="MvvmCross" version="4.1.0" />
</group>
<group targetFramework="uap">
<dependency id="MvvmCross" version="4.1.0" />
</group>
<group targetFramework="dotnet">
<dependency id="MvvmCross" version="4.1.0" />
</group>
</dependencies>
</metadata>
<files>
<!-- PCL - Content -->
<file src="CoreContent\FirstViewModel.cs.pp" target="content\portable-net45+win+wpa81+wp80\ViewModels\FirstViewModel.cs.pp" />
<file src="CoreContent\App.cs.pp" target="content\portable-net45+win+wpa81+wp80\App.cs.pp" />
<!-- wpf - Content -->
<file src="WpfContent\_ Wpf UI.txt" target="content\net45\ToDo-MvvmCross\_ Wpf UI.txt" />
<file src="WpfContent\Setup.cs.pp" target="content\net45\Setup.cs.pp" />
<file src="WpfContent\DebugTrace.cs.pp" target="content\net45\DebugTrace.cs.pp" />
<file src="WpfContent\App.Xaml.Mvx.cs.pp" target="content\net45\App.Xaml.Mvx.cs.pp" />
<file src="WpfContent\FirstView.xaml.pp" target="content\net45\Views\FirstView.xaml.pp" />
<file src="WpfContent\FirstView.xaml.cs.pp" target="content\net45\Views\FirstView.xaml.cs.pp" />
<!-- store - Content -->
<file src="StoreContent\_ Windows Store UI.txt" target="content\netcore45\ToDo-MvvmCross\_ Windows Store UI.txt" />
<file src="StoreContent\Setup.cs.pp" target="content\netcore45\Setup.cs.pp" />
<file src="StoreContent\DebugTrace.cs.pp" target="content\netcore45\DebugTrace.cs.pp" />
<file src="StoreContent\FirstView.xaml.pp" target="content\netcore45\Views\FirstView.xaml.pp" />
<file src="StoreContent\FirstView.xaml.cs.pp" target="content\netcore45\Views\FirstView.xaml.cs.pp" />
<!-- phone - Content -->
<file src="PhoneContent\_ Windows Phone UI.txt" target="content\wp8\ToDo-MvvmCross\_ Windows Phone UI.txt" />
<file src="PhoneContent\Setup.cs.pp" target="content\wp8\Setup.cs.pp" />
<file src="PhoneContent\DebugTrace.cs.pp" target="content\wp8\DebugTrace.cs.pp" />
<file src="PhoneContent\FirstView.xaml.pp" target="content\wp8\Views\FirstView.xaml.pp" />
<file src="PhoneContent\FirstView.xaml.cs.pp" target="content\wp8\Views\FirstView.xaml.cs.pp" />
<!-- Windows Common - Content -->
<file src="WCommonContent\_ Windows Store UI.txt" target="content\win81\ToDo-MvvmCross\_ Windows Store UI.txt" />
<file src="WCommonContent\Setup.cs.pp" target="content\win81\Setup.cs.pp" />
<file src="WCommonContent\DebugTrace.cs.pp" target="content\win81\DebugTrace.cs.pp" />
<file src="WCommonContent\FirstView.xaml.pp" target="content\win81\Views\FirstView.xaml.pp" />
<file src="WCommonContent\FirstView.xaml.cs.pp" target="content\win81\Views\FirstView.xaml.cs.pp" />
<file src="WCommonContent\_ Windows Store UI.txt" target="content\wpa81\ToDo-MvvmCross\_ Windows Store UI.txt" />
<file src="WCommonContent\Setup.cs.pp" target="content\wpa81\Setup.cs.pp" />
<file src="WCommonContent\DebugTrace.cs.pp" target="content\wpa81\DebugTrace.cs.pp" />
<file src="WCommonContent\FirstView.xaml.pp" target="content\wpa81\Views\FirstView.xaml.pp" />
<file src="WCommonContent\FirstView.xaml.cs.pp" target="content\wpa81\Views\FirstView.xaml.cs.pp" />
<!-- droid - Content -->
<file src="DroidContent\_ Droid UI.txt" target="content\MonoAndroid\ToDo-MvvmCross\_ Droid UI.txt" />
<file src="DroidContent\FirstView.axml" target="content\MonoAndroid\Resources\layout\FirstView.axml" />
<file src="DroidContent\FirstView.cs.pp" target="content\MonoAndroid\Views\FirstView.cs.pp" />
<file src="DroidContent\DebugTrace.cs.pp" target="content\MonoAndroid\DebugTrace.cs.pp" />
<file src="DroidContent\Setup.cs.pp" target="content\MonoAndroid\Setup.cs.pp" />
<file src="DroidContent\SplashScreen.axml" target="content\MonoAndroid\Resources\layout\SplashScreen.axml" />
<file src="DroidContent\SplashScreen.cs.pp" target="content\MonoAndroid\SplashScreen.cs.pp" />
<file src="DroidContent\SplashStyle.xml" target="content\MonoAndroid\Resources\values\SplashStyle.xml" />
<file src="DroidContent\splash.png" target="content\MonoAndroid\Resources\drawable\splash.png" />
<file src="DroidContent\LinkerPleaseInclude.cs.pp" target="content\MonoAndroid\LinkerPleaseInclude.cs.pp" />
<!-- iOS - Content -->
<file src="iOSContent\_ iOS UI.txt" target="content\Xamarin.iOS10\ToDo-MvvmCross\_ iOS UI.txt" />
<file src="iOSContent\Setup.cs.pp" target="content\Xamarin.iOS10\Setup.cs.pp" />
<file src="iOSContent\AppDelegate.cs.txt.pp" target="content\Xamarin.iOS10\AppDelegate.cs.txt.pp" />
<file src="iOSContent\DebugTrace.cs.pp" target="content\Xamarin.iOS10\DebugTrace.cs.pp" />
<file src="iOSContent\FirstView.cs.pp" target="content\Xamarin.iOS10\Views\FirstView.cs.pp" />
<file src="iOSContent\FirstView.designer.cs.pp" target="content\Xamarin.iOS10\Views\FirstView.designer.cs.pp" />
<file src="iOSContent\FirstView.xib" target="content\Xamarin.iOS10\Views\FirstView.xib" />
<file src="iOSContent\LinkerPleaseInclude.cs.pp" target="content\Xamarin.iOS10\LinkerPleaseInclude.cs.pp" />
<!-- mac - Content -->
<file src="MacContent\_ Mac UI.txt" target="content\Xamarin.Mac20\ToDo-MvvmCross\_ Mac UI.txt" />
<file src="MacContent\Setup.cs.pp" target="content\Xamarin.Mac20\Setup.cs.pp" />
<file src="MacContent\AppDelegate.cs.txt.pp" target="content\Xamarin.Mac20\AppDelegate.cs.txt.pp" />
<file src="MacContent\DebugTrace.cs.pp" target="content\Xamarin.Mac20\DebugTrace.cs.pp" />
<file src="MacContent\FirstView.cs.pp" target="content\Xamarin.Mac20\Views\FirstView.cs.pp" />
<file src="MacContent\FirstViewController.cs.pp" target="content\Xamarin.Mac20\Views\FirstViewController.cs.pp" />
</files>
</package>