From 6cb8e119c09d72d399b28ea454fa5ad1edb458ec Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 10 Apr 2017 20:31:04 +0200 Subject: [PATCH] newtonsoft ... --- ZicMoove/ZicMoove.Droid/ZicMoove.Droid.csproj | 9 +++--- ZicMoove/ZicMoove.Droid/app.config | 2 +- ZicMoove/ZicMoove.Droid/packages.config | 30 +++++++++++++++++-- ZicMoove/ZicMoove.iOS/ZicMoove.iOS.csproj | 16 +++++----- ZicMoove/ZicMoove.iOS/app.config | 2 +- ZicMoove/ZicMoove.iOS/packages.config | 4 +-- ZicMoove/ZicMoove/App.xaml.cs | 4 +-- ZicMoove/ZicMoove/ZicMoove.csproj | 28 ++++++++--------- ZicMoove/ZicMoove/app.config | 2 +- ZicMoove/ZicMoove/packages.config | 8 ++--- 10 files changed, 65 insertions(+), 40 deletions(-) diff --git a/ZicMoove/ZicMoove.Droid/ZicMoove.Droid.csproj b/ZicMoove/ZicMoove.Droid/ZicMoove.Droid.csproj index 21e18e8b..6d8bd499 100644 --- a/ZicMoove/ZicMoove.Droid/ZicMoove.Droid.csproj +++ b/ZicMoove/ZicMoove.Droid/ZicMoove.Droid.csproj @@ -176,10 +176,11 @@ ..\..\Components\GoogleMediaFramework-1.0\lib\android\GoogleMediaFramework.dll - - ..\..\packages\MarkdownDeep-av.NET.1.5.2\lib\MonoAndroid10\MarkdownDeep.dll + + ..\..\packages\MarkdownDeep-av.NET.1.5.4\lib\MonoAndroid10\MarkdownDeep.dll True + False ..\..\..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\MonoAndroid\v7.0\Mono.Android.dll @@ -190,8 +191,8 @@ - - ..\..\packages\Newtonsoft.Json.9.0.1\lib\portable-net45+wp80+win8+wpa81\Newtonsoft.Json.dll + + ..\..\packages\Newtonsoft.Json.10.0.1\lib\netstandard1.3\Newtonsoft.Json.dll True diff --git a/ZicMoove/ZicMoove.Droid/app.config b/ZicMoove/ZicMoove.Droid/app.config index c8df8462..9b4ce5e9 100644 --- a/ZicMoove/ZicMoove.Droid/app.config +++ b/ZicMoove/ZicMoove.Droid/app.config @@ -28,7 +28,7 @@ - + diff --git a/ZicMoove/ZicMoove.Droid/packages.config b/ZicMoove/ZicMoove.Droid/packages.config index 9c0a8475..da3dee02 100644 --- a/ZicMoove/ZicMoove.Droid/packages.config +++ b/ZicMoove/ZicMoove.Droid/packages.config @@ -2,9 +2,10 @@ - + - + + @@ -15,6 +16,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ZicMoove/ZicMoove.iOS/ZicMoove.iOS.csproj b/ZicMoove/ZicMoove.iOS/ZicMoove.iOS.csproj index 67a73a13..86b4d40e 100644 --- a/ZicMoove/ZicMoove.iOS/ZicMoove.iOS.csproj +++ b/ZicMoove/ZicMoove.iOS/ZicMoove.iOS.csproj @@ -207,27 +207,27 @@ - ..\..\packages\Xamarin.Forms.2.3.2.127\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll + ..\..\packages\Xamarin.Forms.2.3.3.193\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll True - ..\..\packages\Xamarin.Forms.Maps.2.3.2.127\lib\Xamarin.iOS10\Xamarin.Forms.Maps.dll + ..\..\packages\Xamarin.Forms.Maps.2.3.3.193\lib\Xamarin.iOS10\Xamarin.Forms.Maps.dll True - ..\..\packages\Xamarin.Forms.Maps.2.3.2.127\lib\Xamarin.iOS10\Xamarin.Forms.Maps.iOS.dll + ..\..\packages\Xamarin.Forms.Maps.2.3.3.193\lib\Xamarin.iOS10\Xamarin.Forms.Maps.iOS.dll True - ..\..\packages\Xamarin.Forms.2.3.2.127\lib\Xamarin.iOS10\Xamarin.Forms.Platform.dll + ..\..\packages\Xamarin.Forms.2.3.3.193\lib\Xamarin.iOS10\Xamarin.Forms.Platform.dll True - ..\..\packages\Xamarin.Forms.2.3.2.127\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll + ..\..\packages\Xamarin.Forms.2.3.3.193\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll True - ..\..\packages\Xamarin.Forms.2.3.2.127\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll + ..\..\packages\Xamarin.Forms.2.3.3.193\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll True @@ -251,11 +251,11 @@ - + Ce projet fait référence à des packages NuGet qui sont manquants sur cet ordinateur. Utilisez l'option de restauration des packages NuGet pour les télécharger. Pour plus d'informations, consultez http://go.microsoft.com/fwlink/?LinkID=322105. Le fichier manquant est : {0}. - + \ No newline at end of file diff --git a/ZicMoove/ZicMoove.iOS/app.config b/ZicMoove/ZicMoove.iOS/app.config index bb76392c..156067f8 100644 --- a/ZicMoove/ZicMoove.iOS/app.config +++ b/ZicMoove/ZicMoove.iOS/app.config @@ -4,7 +4,7 @@ - + diff --git a/ZicMoove/ZicMoove.iOS/packages.config b/ZicMoove/ZicMoove.iOS/packages.config index fa5dcff1..03470919 100644 --- a/ZicMoove/ZicMoove.iOS/packages.config +++ b/ZicMoove/ZicMoove.iOS/packages.config @@ -1,7 +1,7 @@  - - + + diff --git a/ZicMoove/ZicMoove/App.xaml.cs b/ZicMoove/ZicMoove/App.xaml.cs index 8fb19cc4..517c8a6c 100644 --- a/ZicMoove/ZicMoove/App.xaml.cs +++ b/ZicMoove/ZicMoove/App.xaml.cs @@ -63,7 +63,6 @@ namespace ZicMoove public void Init() { var app = Resolver.Resolve(); - if (app == null) { return; @@ -172,7 +171,6 @@ namespace ZicMoove ViewFactory.Register(); ViewFactory.Register(); ViewFactory.Register(); - ViewFactory.Register(); ViewFactory.Register(); ConfigManager = new GenericConfigSettingsMgr(s => MainSettings.AppSettings.GetValueOrDefault(s, MainSettings.SettingsDefault), null); @@ -233,7 +231,7 @@ namespace ZicMoove var bookQueries = new BookQueriesViewModel(); - var userprofile = new UserProfileViewModel(); + var userprofile = Resolver.Resolve(); bQueriesPage = new BookQueriesPage { diff --git a/ZicMoove/ZicMoove/ZicMoove.csproj b/ZicMoove/ZicMoove/ZicMoove.csproj index d4b228d4..6f2b49c7 100644 --- a/ZicMoove/ZicMoove/ZicMoove.csproj +++ b/ZicMoove/ZicMoove/ZicMoove.csproj @@ -286,7 +286,9 @@ - + + Designer + Designer @@ -331,8 +333,9 @@ ..\..\..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\MonoAndroid\v7.0\Mono.Android.dll - - ..\..\packages\Newtonsoft.Json.9.0.1\lib\portable-net45+wp80+win8+wpa81\Newtonsoft.Json.dll + + ..\..\packages\Newtonsoft.Json.10.0.1\lib\portable-net45+win8+wpa81+wp8\Newtonsoft.Json.dll + True ..\..\packages\Xam.Plugin.Connectivity.2.2.12\lib\MonoAndroid10\Plugin.Connectivity.dll @@ -392,19 +395,19 @@ ..\..\packages\Xamarin.Android.Support.Vector.Drawable.23.3.0\lib\MonoAndroid403\Xamarin.Android.Support.Vector.Drawable.dll - ..\..\packages\Xamarin.Forms.2.3.2.127\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.Core.dll + ..\..\packages\Xamarin.Forms.2.3.3.193\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.Core.dll True - ..\..\packages\Xamarin.Forms.Maps.2.3.2.127\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.Maps.dll + ..\..\packages\Xamarin.Forms.Maps.2.3.3.193\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10\Xamarin.Forms.Maps.dll True - ..\..\packages\Xamarin.Forms.2.3.2.127\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.Platform.dll + ..\..\packages\Xamarin.Forms.2.3.3.193\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.Platform.dll True - ..\..\packages\Xamarin.Forms.2.3.2.127\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.Xaml.dll + ..\..\packages\Xamarin.Forms.2.3.3.193\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.Xaml.dll True @@ -603,18 +606,15 @@ - - - - - - + Ce projet fait référence à des packages NuGet qui sont manquants sur cet ordinateur. Utilisez l'option de restauration des packages NuGet pour les télécharger. Pour plus d'informations, consultez http://go.microsoft.com/fwlink/?LinkID=322105. Le fichier manquant est : {0}. - + + +