diff --git a/Emgu.CV.Example/XamarinForms/XamarinForms.iOS/Emgu.CV.XamarinForms.iOS.csproj b/Emgu.CV.Example/XamarinForms/XamarinForms.iOS/Emgu.CV.XamarinForms.iOS.csproj index 47a0b76a69..8575877c2a 100644 --- a/Emgu.CV.Example/XamarinForms/XamarinForms.iOS/Emgu.CV.XamarinForms.iOS.csproj +++ b/Emgu.CV.Example/XamarinForms/XamarinForms.iOS/Emgu.CV.XamarinForms.iOS.csproj @@ -122,26 +122,10 @@ - - ..\..\..\nugetpackages\Xamarin.Forms.2.0.0.6490\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll - True - ..\..\..\nugetpackages\Xamarin.Forms.2.0.0.6490\lib\Xamarin.iOS10\Design\Xamarin.Forms.Core.Design.dll True - - ..\..\..\nugetpackages\Xamarin.Forms.2.0.0.6490\lib\Xamarin.iOS10\Xamarin.Forms.Platform.dll - True - - - ..\..\..\nugetpackages\Xamarin.Forms.2.0.0.6490\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll - True - - - ..\..\..\nugetpackages\Xamarin.Forms.2.0.0.6490\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll - True - ..\..\..\nugetpackages\Xamarin.Forms.2.0.0.6490\lib\Xamarin.iOS10\Design\Xamarin.Forms.Xaml.Design.dll True @@ -150,26 +134,39 @@ ..\..\..\Components\xamarin.mobile-0.7.7\lib\ios-unified\Xamarin.Mobile.dll + + ..\..\..\nugetpackages\Xamarin.Forms.2.0.1.6505\lib\Xamarin.iOS10\Xamarin.Forms.Platform.dll + + + ..\..\..\nugetpackages\Xamarin.Forms.2.0.1.6505\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll + + + ..\..\..\nugetpackages\Xamarin.Forms.2.0.1.6505\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll + + + ..\..\..\nugetpackages\Xamarin.Forms.2.0.1.6505\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll + - {0ee2b36c-f7cd-49fa-a270-d7d988cff6e5} + {0EE2B36C-F7CD-49FA-A270-D7D988CFF6E5} Emgu.CV.World.IOS - False 0.7.7 + False - + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/Emgu.CV.Example/XamarinForms/XamarinForms.iOS/packages.config b/Emgu.CV.Example/XamarinForms/XamarinForms.iOS/packages.config deleted file mode 100644 index 1ce4841e00..0000000000 --- a/Emgu.CV.Example/XamarinForms/XamarinForms.iOS/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Solution/Android/nuget.config b/Solution/Android/nuget.config deleted file mode 100644 index bbd21b8a81..0000000000 --- a/Solution/Android/nuget.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/Solution/CrossPlatform/nuget.config b/Solution/CrossPlatform/nuget.config deleted file mode 100644 index bbd21b8a81..0000000000 --- a/Solution/CrossPlatform/nuget.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/Solution/VS2013-2015/nuget.config b/Solution/VS2013-2015/nuget.config deleted file mode 100644 index bbd21b8a81..0000000000 --- a/Solution/VS2013-2015/nuget.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/Solution/Windows.Phone/nuget.config b/Solution/Windows.Phone/nuget.config deleted file mode 100644 index bbd21b8a81..0000000000 --- a/Solution/Windows.Phone/nuget.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/Solution/Windows.Store/nuget.config b/Solution/Windows.Store/nuget.config deleted file mode 100644 index bbd21b8a81..0000000000 --- a/Solution/Windows.Store/nuget.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/Solution/iOS/nuget.config b/Solution/iOS/nuget.config deleted file mode 100644 index bbd21b8a81..0000000000 --- a/Solution/iOS/nuget.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/nuget.config b/nuget.config new file mode 100644 index 0000000000..180a444130 --- /dev/null +++ b/nuget.config @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file