From 4b0656b17ef386aa34bcaee6cf3b2e691df82f35 Mon Sep 17 00:00:00 2001 From: Poli97 Date: Tue, 21 Apr 2020 20:57:00 +0200 Subject: [PATCH] Solving iOS problem --- .../XAMARINAggregateViews/.gitignore | 2 + .../XAMARINAggregateViews.deps.json | 105 --- .../netstandard2.0/XAMARINAggregateViews.dll | Bin 8704 -> 0 bytes .../netstandard2.0/XAMARINAggregateViews.pdb | Bin 1728 -> 0 bytes .../ref/XAMARINAggregateViews.dll | Bin 5632 -> 0 bytes .../obj/Debug/netstandard2.0/App.xaml.g.cs | 24 - .../Debug/netstandard2.0/MainPage.xaml.g.cs | 28 - .../XAMARINAggregateViews.AssemblyInfo.cs | 23 - ...RINAggregateViews.AssemblyInfoInputs.cache | 1 - .../XAMARINAggregateViews.assets.cache | Bin 2457 -> 0 bytes ...regateViews.csproj.CoreCompileInputs.cache | 1 - ...AggregateViews.csproj.FileListAbsolute.txt | 28 - ...gregateViews.csprojAssemblyReference.cache | Bin 424 -> 0 bytes .../netstandard2.0/XAMARINAggregateViews.dll | Bin 8704 -> 0 bytes .../netstandard2.0/XAMARINAggregateViews.pdb | Bin 1728 -> 0 bytes .../obj/Debug/netstandard2.0/XamlC.stamp | 0 .../ref/XAMARINAggregateViews.dll | Bin 5632 -> 0 bytes .../XAMARINAggregateViews.csproj.nuget.cache | 5 - ...RINAggregateViews.csproj.nuget.dgspec.json | 69 -- ...XAMARINAggregateViews.csproj.nuget.g.props | 18 - ...MARINAggregateViews.csproj.nuget.g.targets | 10 - .../obj/project.assets.json | 693 ------------------ 22 files changed, 2 insertions(+), 1005 deletions(-) create mode 100644 AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/.gitignore delete mode 100755 AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/bin/Debug/netstandard2.0/XAMARINAggregateViews.deps.json delete mode 100755 AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/bin/Debug/netstandard2.0/XAMARINAggregateViews.dll delete mode 100755 AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/bin/Debug/netstandard2.0/XAMARINAggregateViews.pdb delete mode 100755 AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/bin/Debug/netstandard2.0/ref/XAMARINAggregateViews.dll delete mode 100755 AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/App.xaml.g.cs delete mode 100755 AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/MainPage.xaml.g.cs delete mode 100755 AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.AssemblyInfo.cs delete mode 100755 AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.AssemblyInfoInputs.cache delete mode 100755 AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.assets.cache delete mode 100755 AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.csproj.CoreCompileInputs.cache delete mode 100755 AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.csproj.FileListAbsolute.txt delete mode 100644 AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.csprojAssemblyReference.cache delete mode 100755 AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.dll delete mode 100755 AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.pdb delete mode 100755 AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XamlC.stamp delete mode 100755 AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/ref/XAMARINAggregateViews.dll delete mode 100644 AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/XAMARINAggregateViews.csproj.nuget.cache delete mode 100755 AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/XAMARINAggregateViews.csproj.nuget.dgspec.json delete mode 100644 AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/XAMARINAggregateViews.csproj.nuget.g.props delete mode 100755 AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/XAMARINAggregateViews.csproj.nuget.g.targets delete mode 100644 AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/project.assets.json diff --git a/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/.gitignore b/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/.gitignore new file mode 100644 index 00000000..cd42ee34 --- /dev/null +++ b/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/.gitignore @@ -0,0 +1,2 @@ +bin/ +obj/ diff --git a/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/bin/Debug/netstandard2.0/XAMARINAggregateViews.deps.json b/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/bin/Debug/netstandard2.0/XAMARINAggregateViews.deps.json deleted file mode 100755 index 0a717af0..00000000 --- a/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/bin/Debug/netstandard2.0/XAMARINAggregateViews.deps.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETStandard,Version=v2.0/", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETStandard,Version=v2.0": {}, - ".NETStandard,Version=v2.0/": { - "XAMARINAggregateViews/1.0.0": { - "dependencies": { - "NETStandard.Library": "2.0.3", - "Xamarin.Essentials": "1.5.2", - "Xamarin.Forms": "4.5.0.617" - }, - "runtime": { - "XAMARINAggregateViews.dll": {} - } - }, - "Microsoft.NETCore.Platforms/1.1.0": {}, - "NETStandard.Library/2.0.3": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0" - } - }, - "System.Numerics.Vectors/4.5.0": { - "runtime": { - "lib/netstandard2.0/System.Numerics.Vectors.dll": { - "assemblyVersion": "4.1.4.0", - "fileVersion": "4.6.26515.6" - } - } - }, - "Xamarin.Essentials/1.5.2": { - "dependencies": { - "System.Numerics.Vectors": "4.5.0" - }, - "runtime": { - "lib/netstandard2.0/Xamarin.Essentials.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "Xamarin.Forms/4.5.0.617": { - "runtime": { - "lib/netstandard2.0/Xamarin.Forms.Core.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "4.5.0.216" - }, - "lib/netstandard2.0/Xamarin.Forms.Platform.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "4.5.0.216" - }, - "lib/netstandard2.0/Xamarin.Forms.Xaml.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "4.5.0.216" - } - } - } - } - }, - "libraries": { - "XAMARINAggregateViews/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", - "path": "microsoft.netcore.platforms/1.1.0", - "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512" - }, - "NETStandard.Library/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", - "path": "netstandard.library/2.0.3", - "hashPath": "netstandard.library.2.0.3.nupkg.sha512" - }, - "System.Numerics.Vectors/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==", - "path": "system.numerics.vectors/4.5.0", - "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512" - }, - "Xamarin.Essentials/1.5.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qHxkrkx5jIC0X/qWhxCPZ3MuuOJm8bfCzAoUtlpOBSE4oV0JhrkTezK0A+IV+k/MeJ3zKc8FexaIXah9rlCTIw==", - "path": "xamarin.essentials/1.5.2", - "hashPath": "xamarin.essentials.1.5.2.nupkg.sha512" - }, - "Xamarin.Forms/4.5.0.617": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tB/h7bHEylOgNT+521SRnbmO+LCe5R3lPboD/icCMpa+FdjmxhZQ7+fIIPFDbhY2dqYetGRnAeJWXVx4NLbmAw==", - "path": "xamarin.forms/4.5.0.617", - "hashPath": "xamarin.forms.4.5.0.617.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/bin/Debug/netstandard2.0/XAMARINAggregateViews.dll b/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/bin/Debug/netstandard2.0/XAMARINAggregateViews.dll deleted file mode 100755 index 068e284c6834633c5c48dfeebacd7052a29fd7cf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8704 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 KU!C%@XW%c6MZv!S diff --git a/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/App.xaml.g.cs b/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/App.xaml.g.cs deleted file mode 100755 index 4a6b63d2..00000000 --- a/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/App.xaml.g.cs +++ /dev/null @@ -1,24 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -[assembly: global::Xamarin.Forms.Xaml.XamlResourceIdAttribute("XAMARINAggregateViews.App.xaml", "App.xaml", typeof(global::XAMARINAggregateViews.App))] - -namespace XAMARINAggregateViews { - - - [global::Xamarin.Forms.Xaml.XamlFilePathAttribute("App.xaml")] - public partial class App : global::Xamarin.Forms.Application { - - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Forms.Build.Tasks.XamlG", "2.0.0.0")] - private void InitializeComponent() { - global::Xamarin.Forms.Xaml.Extensions.LoadFromXaml(this, typeof(App)); - } - } -} diff --git a/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/MainPage.xaml.g.cs b/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/MainPage.xaml.g.cs deleted file mode 100755 index b8748a3f..00000000 --- a/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/MainPage.xaml.g.cs +++ /dev/null @@ -1,28 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -[assembly: global::Xamarin.Forms.Xaml.XamlResourceIdAttribute("XAMARINAggregateViews.MainPage.xaml", "MainPage.xaml", typeof(global::XAMARINAggregateViews.MainPage))] - -namespace XAMARINAggregateViews { - - - [global::Xamarin.Forms.Xaml.XamlFilePathAttribute("MainPage.xaml")] - public partial class MainPage : global::Xamarin.Forms.ContentPage { - - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Forms.Build.Tasks.XamlG", "2.0.0.0")] - private global::Xamarin.Forms.StackLayout background; - - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Forms.Build.Tasks.XamlG", "2.0.0.0")] - private void InitializeComponent() { - global::Xamarin.Forms.Xaml.Extensions.LoadFromXaml(this, typeof(MainPage)); - background = global::Xamarin.Forms.NameScopeExtensions.FindByName(this, "background"); - } - } -} diff --git a/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.AssemblyInfo.cs b/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.AssemblyInfo.cs deleted file mode 100755 index 4f5824f5..00000000 --- a/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("XAMARINAggregateViews")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("XAMARINAggregateViews")] -[assembly: System.Reflection.AssemblyTitleAttribute("XAMARINAggregateViews")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generato dalla classe WriteCodeFragment di MSBuild. - diff --git a/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.AssemblyInfoInputs.cache b/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.AssemblyInfoInputs.cache deleted file mode 100755 index 921345f3..00000000 --- a/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -07aaa9552c3c323b76244bf0e3f28211fbd73c9f diff --git a/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.assets.cache b/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.assets.cache deleted file mode 100755 index b5cb09a8c8efa59907be57785fe9a9d04f12220b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2457 zcmchYK~EDw6vwMlu|f;93PNvs^585Gz^e#Ih}bkK61_Ryoz@MzJI%~2q4Da`Z{SDp zQ|MJsUW}eRn0W9@_}+GhbeGv}O)QhVwEg$Z%x~Vzd$0L)fBR;kQ26@p!>^A&=f2hsTfjFLrTjIC^ zb`|Uz*c2G**TGOnLe!nnXlK-?!VL(Mk_F18p0w70YTfeOcADx%?7MgFI}CIKHbkHj z7y@A|5eRhzLfsx8sKbRHM~G~#Jd#zTaLGH0H1>|7$m`=ubgqHgir+IiblZZ8 zKI%&u4;%lhUVL6Cm$e+-GAj7O?~cAWbj9&sa@3Fw8ArkJ;*-ab&e3_$(mA>SS{1AY zb_?t_*do}aeKCeAy+d0Dxh#cIlR6YKJXW2$RF7N@BO zm^fE}b9mI@N2L+&Gu0gQy#psJ-D|^c$Iv`o9u%WySZ-4F`XGo`Aph1HXX0rM>a$Ax zJzm{VT#8YjyKl&BU2&3qE?J055iWM7ycLq2=|Rq315aHN7n|f19gsi&Dq;dnQ;96Q?8?U6Ev)-aPUgvT$2rJtA;)zo; H^zr@zOS_gK diff --git a/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.csproj.CoreCompileInputs.cache b/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.csproj.CoreCompileInputs.cache deleted file mode 100755 index 9764bc37..00000000 --- a/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -99290e15bcf77bb107e521cf8a38af56328e8c9b diff --git a/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.csproj.FileListAbsolute.txt b/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.csproj.FileListAbsolute.txt deleted file mode 100755 index 05a18767..00000000 --- a/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,28 +0,0 @@ -/Users/mattiaducci/Desktop/Lavoro/UNIMI/UIST-2020/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/bin/Debug/netstandard2.0/XAMARINAggregateViews.deps.json -/Users/mattiaducci/Desktop/Lavoro/UNIMI/UIST-2020/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/bin/Debug/netstandard2.0/XAMARINAggregateViews.dll -/Users/mattiaducci/Desktop/Lavoro/UNIMI/UIST-2020/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/bin/Debug/netstandard2.0/ref/XAMARINAggregateViews.dll -/Users/mattiaducci/Desktop/Lavoro/UNIMI/UIST-2020/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/bin/Debug/netstandard2.0/XAMARINAggregateViews.pdb -/Users/mattiaducci/Desktop/Lavoro/UNIMI/UIST-2020/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.csprojAssemblyReference.cache -/Users/mattiaducci/Desktop/Lavoro/UNIMI/UIST-2020/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/App.xaml.g.cs -/Users/mattiaducci/Desktop/Lavoro/UNIMI/UIST-2020/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/MainPage.xaml.g.cs -/Users/mattiaducci/Desktop/Lavoro/UNIMI/UIST-2020/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.csproj.CoreCompileInputs.cache -/Users/mattiaducci/Desktop/Lavoro/UNIMI/UIST-2020/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.AssemblyInfoInputs.cache -/Users/mattiaducci/Desktop/Lavoro/UNIMI/UIST-2020/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.AssemblyInfo.cs -/Users/mattiaducci/Desktop/Lavoro/UNIMI/UIST-2020/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XamlC.stamp -/Users/mattiaducci/Desktop/Lavoro/UNIMI/UIST-2020/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.dll -/Users/mattiaducci/Desktop/Lavoro/UNIMI/UIST-2020/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/ref/XAMARINAggregateViews.dll -/Users/mattiaducci/Desktop/Lavoro/UNIMI/UIST-2020/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.pdb -/Users/paolopecis/Projects/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/bin/Debug/netstandard2.0/XAMARINAggregateViews.deps.json -/Users/paolopecis/Projects/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/bin/Debug/netstandard2.0/XAMARINAggregateViews.dll -/Users/paolopecis/Projects/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/bin/Debug/netstandard2.0/ref/XAMARINAggregateViews.dll -/Users/paolopecis/Projects/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/bin/Debug/netstandard2.0/XAMARINAggregateViews.pdb -/Users/paolopecis/Projects/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.csprojAssemblyReference.cache -/Users/paolopecis/Projects/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/App.xaml.g.cs -/Users/paolopecis/Projects/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/MainPage.xaml.g.cs -/Users/paolopecis/Projects/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.csproj.CoreCompileInputs.cache -/Users/paolopecis/Projects/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.AssemblyInfoInputs.cache -/Users/paolopecis/Projects/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.AssemblyInfo.cs -/Users/paolopecis/Projects/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XamlC.stamp -/Users/paolopecis/Projects/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.dll -/Users/paolopecis/Projects/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/ref/XAMARINAggregateViews.dll -/Users/paolopecis/Projects/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.pdb diff --git a/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.csprojAssemblyReference.cache b/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.csprojAssemblyReference.cache deleted file mode 100644 index 56c7331d138936bed9d857c5a6230387e7e74930..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 424 zcmaJ-!Ait15KV2nZmowsdGb*2CA2I>FGa8*f{IF)Ju1_7s$sK@BIfZ+>VVD?Ims&YK24DWb?l0kNZ6DiVWrulG)Mk9`(jpT-O#XQdiUq ziC-uG@cYW8kP=(#A{c%F=E*`Mky1y#qk!n&)`@G_yHe1dLu-}Z-OdxcxRqKzgGN22 zcWd#2fh(HH66A=6F`tEDJU!UvxY3;$K>ldn?@mtNT#hJk2Cr^KAraXHRQf|lQ^pVC Tad4kofkEbZGZGSJBqqe47e{w0 diff --git a/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.dll b/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/Debug/netstandard2.0/XAMARINAggregateViews.dll deleted file mode 100755 index 068e284c6834633c5c48dfeebacd7052a29fd7cf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8704 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 KU!C%@XW%c6MZv!S diff --git a/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/XAMARINAggregateViews.csproj.nuget.cache b/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/XAMARINAggregateViews.csproj.nuget.cache deleted file mode 100644 index a8cc5875..00000000 --- a/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/XAMARINAggregateViews.csproj.nuget.cache +++ /dev/null @@ -1,5 +0,0 @@ -{ - "version": 1, - "dgSpecHash": "WrTPBsBb6DMLxW+4xRe/DYTyW3iN9r6O2fLXFemwtszfrfnuBw8YjcI+f+jVxKjc7kvwXVB6FlGrROH7vHLrEA==", - "success": true -} \ No newline at end of file diff --git a/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/XAMARINAggregateViews.csproj.nuget.dgspec.json b/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/XAMARINAggregateViews.csproj.nuget.dgspec.json deleted file mode 100755 index 10c53b6e..00000000 --- a/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/XAMARINAggregateViews.csproj.nuget.dgspec.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "format": 1, - "restore": { - "/Users/paolopecis/Projects/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/XAMARINAggregateViews.csproj": {} - }, - "projects": { - "/Users/paolopecis/Projects/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/XAMARINAggregateViews.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/Users/paolopecis/Projects/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/XAMARINAggregateViews.csproj", - "projectName": "XAMARINAggregateViews", - "projectPath": "/Users/paolopecis/Projects/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/XAMARINAggregateViews.csproj", - "packagesPath": "/Users/paolopecis/.nuget/packages/", - "outputPath": "/Users/paolopecis/Projects/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/Users/paolopecis/.config/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "netstandard2.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "netstandard2.0": { - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "netstandard2.0": { - "dependencies": { - "NETStandard.Library": { - "suppressParent": "All", - "target": "Package", - "version": "[2.0.3, )", - "autoReferenced": true - }, - "Xamarin.Essentials": { - "target": "Package", - "version": "[1.5.2, )" - }, - "Xamarin.Forms": { - "target": "Package", - "version": "[4.5.0.617, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/3.1.200/RuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/XAMARINAggregateViews.csproj.nuget.g.props b/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/XAMARINAggregateViews.csproj.nuget.g.props deleted file mode 100644 index 83b39ac0..00000000 --- a/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/XAMARINAggregateViews.csproj.nuget.g.props +++ /dev/null @@ -1,18 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - /Users/paolopecis/.nuget/packages/ - /Users/paolopecis/.nuget/packages/ - PackageReference - 5.4.0 - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - \ No newline at end of file diff --git a/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/XAMARINAggregateViews.csproj.nuget.g.targets b/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/XAMARINAggregateViews.csproj.nuget.g.targets deleted file mode 100755 index b6fc816c..00000000 --- a/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/XAMARINAggregateViews.csproj.nuget.g.targets +++ /dev/null @@ -1,10 +0,0 @@ - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - - \ No newline at end of file diff --git a/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/project.assets.json b/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/project.assets.json deleted file mode 100644 index 4d4fd13d..00000000 --- a/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/project.assets.json +++ /dev/null @@ -1,693 +0,0 @@ -{ - "version": 3, - "targets": { - ".NETStandard,Version=v2.0": { - "Microsoft.NETCore.Platforms/1.1.0": { - "type": "package", - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "NETStandard.Library/2.0.3": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - }, - "build": { - "build/netstandard2.0/NETStandard.Library.targets": {} - } - }, - "System.Numerics.Vectors/4.5.0": { - "type": "package", - "compile": { - "ref/netstandard2.0/System.Numerics.Vectors.dll": {} - }, - "runtime": { - "lib/netstandard2.0/System.Numerics.Vectors.dll": {} - } - }, - "Xamarin.Essentials/1.5.2": { - "type": "package", - "dependencies": { - "System.Numerics.Vectors": "4.5.0" - }, - "compile": { - "lib/netstandard2.0/Xamarin.Essentials.dll": {} - }, - "runtime": { - "lib/netstandard2.0/Xamarin.Essentials.dll": {} - } - }, - "Xamarin.Forms/4.5.0.617": { - "type": "package", - "compile": { - "lib/netstandard2.0/Xamarin.Forms.Core.dll": {}, - "lib/netstandard2.0/Xamarin.Forms.Platform.dll": {}, - "lib/netstandard2.0/Xamarin.Forms.Xaml.dll": {} - }, - "runtime": { - "lib/netstandard2.0/Xamarin.Forms.Core.dll": {}, - "lib/netstandard2.0/Xamarin.Forms.Platform.dll": {}, - "lib/netstandard2.0/Xamarin.Forms.Xaml.dll": {} - }, - "build": { - "buildTransitive/Xamarin.Forms.props": {}, - "buildTransitive/Xamarin.Forms.targets": {} - } - } - } - }, - "libraries": { - "Microsoft.NETCore.Platforms/1.1.0": { - "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", - "type": "package", - "path": "microsoft.netcore.platforms/1.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "microsoft.netcore.platforms.1.1.0.nupkg.sha512", - "microsoft.netcore.platforms.nuspec", - "runtime.json" - ] - }, - "NETStandard.Library/2.0.3": { - "sha512": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", - "type": "package", - "path": "netstandard.library/2.0.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "build/netstandard2.0/NETStandard.Library.targets", - "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll", - "build/netstandard2.0/ref/System.AppContext.dll", - "build/netstandard2.0/ref/System.Collections.Concurrent.dll", - "build/netstandard2.0/ref/System.Collections.NonGeneric.dll", - "build/netstandard2.0/ref/System.Collections.Specialized.dll", - "build/netstandard2.0/ref/System.Collections.dll", - "build/netstandard2.0/ref/System.ComponentModel.Composition.dll", - "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll", - "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll", - "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll", - "build/netstandard2.0/ref/System.ComponentModel.dll", - "build/netstandard2.0/ref/System.Console.dll", - "build/netstandard2.0/ref/System.Core.dll", - "build/netstandard2.0/ref/System.Data.Common.dll", - "build/netstandard2.0/ref/System.Data.dll", - "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll", - "build/netstandard2.0/ref/System.Diagnostics.Debug.dll", - "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll", - "build/netstandard2.0/ref/System.Diagnostics.Process.dll", - "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll", - "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll", - "build/netstandard2.0/ref/System.Diagnostics.Tools.dll", - "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll", - "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll", - "build/netstandard2.0/ref/System.Drawing.Primitives.dll", - "build/netstandard2.0/ref/System.Drawing.dll", - "build/netstandard2.0/ref/System.Dynamic.Runtime.dll", - "build/netstandard2.0/ref/System.Globalization.Calendars.dll", - "build/netstandard2.0/ref/System.Globalization.Extensions.dll", - "build/netstandard2.0/ref/System.Globalization.dll", - "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll", - "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll", - "build/netstandard2.0/ref/System.IO.Compression.dll", - "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll", - "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll", - "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll", - "build/netstandard2.0/ref/System.IO.FileSystem.dll", - "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll", - "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll", - "build/netstandard2.0/ref/System.IO.Pipes.dll", - "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll", - "build/netstandard2.0/ref/System.IO.dll", - "build/netstandard2.0/ref/System.Linq.Expressions.dll", - "build/netstandard2.0/ref/System.Linq.Parallel.dll", - "build/netstandard2.0/ref/System.Linq.Queryable.dll", - "build/netstandard2.0/ref/System.Linq.dll", - "build/netstandard2.0/ref/System.Net.Http.dll", - "build/netstandard2.0/ref/System.Net.NameResolution.dll", - "build/netstandard2.0/ref/System.Net.NetworkInformation.dll", - "build/netstandard2.0/ref/System.Net.Ping.dll", - "build/netstandard2.0/ref/System.Net.Primitives.dll", - "build/netstandard2.0/ref/System.Net.Requests.dll", - "build/netstandard2.0/ref/System.Net.Security.dll", - "build/netstandard2.0/ref/System.Net.Sockets.dll", - "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll", - "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll", - "build/netstandard2.0/ref/System.Net.WebSockets.dll", - "build/netstandard2.0/ref/System.Net.dll", - "build/netstandard2.0/ref/System.Numerics.dll", - "build/netstandard2.0/ref/System.ObjectModel.dll", - "build/netstandard2.0/ref/System.Reflection.Extensions.dll", - "build/netstandard2.0/ref/System.Reflection.Primitives.dll", - "build/netstandard2.0/ref/System.Reflection.dll", - "build/netstandard2.0/ref/System.Resources.Reader.dll", - "build/netstandard2.0/ref/System.Resources.ResourceManager.dll", - "build/netstandard2.0/ref/System.Resources.Writer.dll", - "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll", - "build/netstandard2.0/ref/System.Runtime.Extensions.dll", - "build/netstandard2.0/ref/System.Runtime.Handles.dll", - "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll", - "build/netstandard2.0/ref/System.Runtime.InteropServices.dll", - "build/netstandard2.0/ref/System.Runtime.Numerics.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.dll", - "build/netstandard2.0/ref/System.Runtime.dll", - "build/netstandard2.0/ref/System.Security.Claims.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll", - "build/netstandard2.0/ref/System.Security.Principal.dll", - "build/netstandard2.0/ref/System.Security.SecureString.dll", - "build/netstandard2.0/ref/System.ServiceModel.Web.dll", - "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll", - "build/netstandard2.0/ref/System.Text.Encoding.dll", - "build/netstandard2.0/ref/System.Text.RegularExpressions.dll", - "build/netstandard2.0/ref/System.Threading.Overlapped.dll", - "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll", - "build/netstandard2.0/ref/System.Threading.Tasks.dll", - "build/netstandard2.0/ref/System.Threading.Thread.dll", - "build/netstandard2.0/ref/System.Threading.ThreadPool.dll", - "build/netstandard2.0/ref/System.Threading.Timer.dll", - "build/netstandard2.0/ref/System.Threading.dll", - "build/netstandard2.0/ref/System.Transactions.dll", - "build/netstandard2.0/ref/System.ValueTuple.dll", - "build/netstandard2.0/ref/System.Web.dll", - "build/netstandard2.0/ref/System.Windows.dll", - "build/netstandard2.0/ref/System.Xml.Linq.dll", - "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll", - "build/netstandard2.0/ref/System.Xml.Serialization.dll", - "build/netstandard2.0/ref/System.Xml.XDocument.dll", - "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll", - "build/netstandard2.0/ref/System.Xml.XPath.dll", - "build/netstandard2.0/ref/System.Xml.XmlDocument.dll", - "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll", - "build/netstandard2.0/ref/System.Xml.dll", - "build/netstandard2.0/ref/System.dll", - "build/netstandard2.0/ref/mscorlib.dll", - "build/netstandard2.0/ref/netstandard.dll", - "build/netstandard2.0/ref/netstandard.xml", - "lib/netstandard1.0/_._", - "netstandard.library.2.0.3.nupkg.sha512", - "netstandard.library.nuspec" - ] - }, - "System.Numerics.Vectors/4.5.0": { - "sha512": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==", - "type": "package", - "path": "system.numerics.vectors/4.5.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Numerics.Vectors.dll", - "lib/net46/System.Numerics.Vectors.xml", - "lib/netcoreapp2.0/_._", - "lib/netstandard1.0/System.Numerics.Vectors.dll", - "lib/netstandard1.0/System.Numerics.Vectors.xml", - "lib/netstandard2.0/System.Numerics.Vectors.dll", - "lib/netstandard2.0/System.Numerics.Vectors.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml", - "lib/uap10.0.16299/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/System.Numerics.Vectors.dll", - "ref/net45/System.Numerics.Vectors.xml", - "ref/net46/System.Numerics.Vectors.dll", - "ref/net46/System.Numerics.Vectors.xml", - "ref/netcoreapp2.0/_._", - "ref/netstandard1.0/System.Numerics.Vectors.dll", - "ref/netstandard1.0/System.Numerics.Vectors.xml", - "ref/netstandard2.0/System.Numerics.Vectors.dll", - "ref/netstandard2.0/System.Numerics.Vectors.xml", - "ref/uap10.0.16299/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.numerics.vectors.4.5.0.nupkg.sha512", - "system.numerics.vectors.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "Xamarin.Essentials/1.5.2": { - "sha512": "qHxkrkx5jIC0X/qWhxCPZ3MuuOJm8bfCzAoUtlpOBSE4oV0JhrkTezK0A+IV+k/MeJ3zKc8FexaIXah9rlCTIw==", - "type": "package", - "path": "xamarin.essentials/1.5.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE", - "icon.png", - "lib/monoandroid10.0/Xamarin.Essentials.dll", - "lib/monoandroid10.0/Xamarin.Essentials.pdb", - "lib/monoandroid10.0/Xamarin.Essentials.xml", - "lib/monoandroid80/Xamarin.Essentials.dll", - "lib/monoandroid80/Xamarin.Essentials.pdb", - "lib/monoandroid80/Xamarin.Essentials.xml", - "lib/monoandroid81/Xamarin.Essentials.dll", - "lib/monoandroid81/Xamarin.Essentials.pdb", - "lib/monoandroid81/Xamarin.Essentials.xml", - "lib/monoandroid90/Xamarin.Essentials.dll", - "lib/monoandroid90/Xamarin.Essentials.pdb", - "lib/monoandroid90/Xamarin.Essentials.xml", - "lib/netstandard1.0/Xamarin.Essentials.dll", - "lib/netstandard1.0/Xamarin.Essentials.pdb", - "lib/netstandard1.0/Xamarin.Essentials.xml", - "lib/netstandard2.0/Xamarin.Essentials.dll", - "lib/netstandard2.0/Xamarin.Essentials.pdb", - "lib/netstandard2.0/Xamarin.Essentials.xml", - "lib/tizen40/Xamarin.Essentials.dll", - "lib/tizen40/Xamarin.Essentials.pdb", - "lib/tizen40/Xamarin.Essentials.xml", - "lib/uap10.0.16299/Xamarin.Essentials.dll", - "lib/uap10.0.16299/Xamarin.Essentials.pdb", - "lib/uap10.0.16299/Xamarin.Essentials.pri", - "lib/uap10.0.16299/Xamarin.Essentials.xml", - "lib/xamarinios10/Xamarin.Essentials.dll", - "lib/xamarinios10/Xamarin.Essentials.pdb", - "lib/xamarinios10/Xamarin.Essentials.xml", - "lib/xamarintvos10/Xamarin.Essentials.dll", - "lib/xamarintvos10/Xamarin.Essentials.pdb", - "lib/xamarintvos10/Xamarin.Essentials.xml", - "lib/xamarinwatchos10/Xamarin.Essentials.dll", - "lib/xamarinwatchos10/Xamarin.Essentials.pdb", - "lib/xamarinwatchos10/Xamarin.Essentials.xml", - "readme.txt", - "xamarin.essentials.1.5.2.nupkg.sha512", - "xamarin.essentials.nuspec" - ] - }, - "Xamarin.Forms/4.5.0.617": { - "sha512": "tB/h7bHEylOgNT+521SRnbmO+LCe5R3lPboD/icCMpa+FdjmxhZQ7+fIIPFDbhY2dqYetGRnAeJWXVx4NLbmAw==", - "type": "package", - "path": "xamarin.forms/4.5.0.617", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "build/MonoAndroid10/proguard.cfg", - "build/XCODE10/Xamarin.Forms.Platform.iOS.dll", - "build/XCODE10/Xamarin.Forms.Platform.iOS.pdb", - "build/XCODE10/Xamarin.Forms.Platform.macOS.dll", - "build/XCODE11/Xamarin.Forms.Platform.iOS.dll", - "build/XCODE11/Xamarin.Forms.Platform.iOS.pdb", - "build/XCODE11/Xamarin.Forms.Platform.macOS.dll", - "build/Xamarin.Forms.DefaultItems.props", - "build/Xamarin.Forms.DefaultItems.targets", - "build/Xamarin.Forms.props", - "build/Xamarin.Forms.targets", - "build/net46/Mono.Cecil.Mdb.dll", - "build/net46/Mono.Cecil.Pdb.dll", - "build/net46/Mono.Cecil.Rocks.dll", - "build/net46/Mono.Cecil.dll", - "build/net46/System.ValueTuple.dll", - "build/net46/Xamarin.Forms.Build.Tasks.dll", - "build/net46/Xamarin.Forms.Core.dll", - "build/net46/Xamarin.Forms.Xaml.dll", - "build/netstandard2.0/Mono.Cecil.Mdb.dll", - "build/netstandard2.0/Mono.Cecil.Pdb.dll", - "build/netstandard2.0/Mono.Cecil.Rocks.dll", - "build/netstandard2.0/Mono.Cecil.dll", - "build/netstandard2.0/System.CodeDom.dll", - "build/netstandard2.0/Xamarin.Forms.Build.Tasks.dll", - "build/netstandard2.0/Xamarin.Forms.Core.dll", - "build/netstandard2.0/Xamarin.Forms.Xaml.dll", - "buildTransitive/MonoAndroid10/proguard.cfg", - "buildTransitive/XCODE10/Xamarin.Forms.Platform.iOS.dll", - "buildTransitive/XCODE10/Xamarin.Forms.Platform.iOS.pdb", - "buildTransitive/XCODE10/Xamarin.Forms.Platform.macOS.dll", - "buildTransitive/XCODE11/Xamarin.Forms.Platform.iOS.dll", - "buildTransitive/XCODE11/Xamarin.Forms.Platform.iOS.pdb", - "buildTransitive/XCODE11/Xamarin.Forms.Platform.macOS.dll", - "buildTransitive/Xamarin.Forms.DefaultItems.props", - "buildTransitive/Xamarin.Forms.DefaultItems.targets", - "buildTransitive/Xamarin.Forms.props", - "buildTransitive/Xamarin.Forms.targets", - "buildTransitive/net46/Mono.Cecil.Mdb.dll", - "buildTransitive/net46/Mono.Cecil.Pdb.dll", - "buildTransitive/net46/Mono.Cecil.Rocks.dll", - "buildTransitive/net46/Mono.Cecil.dll", - "buildTransitive/net46/System.ValueTuple.dll", - "buildTransitive/net46/Xamarin.Forms.Build.Tasks.dll", - "buildTransitive/net46/Xamarin.Forms.Core.dll", - "buildTransitive/net46/Xamarin.Forms.Xaml.dll", - "buildTransitive/netstandard2.0/Mono.Cecil.Mdb.dll", - "buildTransitive/netstandard2.0/Mono.Cecil.Pdb.dll", - "buildTransitive/netstandard2.0/Mono.Cecil.Rocks.dll", - "buildTransitive/netstandard2.0/Mono.Cecil.dll", - "buildTransitive/netstandard2.0/System.CodeDom.dll", - "buildTransitive/netstandard2.0/Xamarin.Forms.Build.Tasks.dll", - "buildTransitive/netstandard2.0/Xamarin.Forms.Core.dll", - "buildTransitive/netstandard2.0/Xamarin.Forms.Xaml.dll", - "lib/MonoAndroid10.0/Design/Xamarin.Forms.Core.Design.dll", - "lib/MonoAndroid10.0/Design/Xamarin.Forms.Xaml.Design.dll", - "lib/MonoAndroid10.0/FormsViewGroup.dll", - "lib/MonoAndroid10.0/FormsViewGroup.pdb", - "lib/MonoAndroid10.0/Xamarin.Forms.Core.dll", - "lib/MonoAndroid10.0/Xamarin.Forms.Core.pdb", - "lib/MonoAndroid10.0/Xamarin.Forms.Core.xml", - "lib/MonoAndroid10.0/Xamarin.Forms.Platform.Android.dll", - "lib/MonoAndroid10.0/Xamarin.Forms.Platform.Android.pdb", - "lib/MonoAndroid10.0/Xamarin.Forms.Platform.dll", - "lib/MonoAndroid10.0/Xamarin.Forms.Xaml.dll", - "lib/MonoAndroid10.0/Xamarin.Forms.Xaml.pdb", - "lib/MonoAndroid10.0/Xamarin.Forms.Xaml.xml", - "lib/MonoAndroid10.0/de/Xamarin.Forms.Core.xml", - "lib/MonoAndroid10.0/de/Xamarin.Forms.Xaml.xml", - "lib/MonoAndroid10.0/es/Xamarin.Forms.Core.xml", - "lib/MonoAndroid10.0/es/Xamarin.Forms.Xaml.xml", - "lib/MonoAndroid10.0/fr/Xamarin.Forms.Core.xml", - "lib/MonoAndroid10.0/fr/Xamarin.Forms.Xaml.xml", - "lib/MonoAndroid10.0/it/Xamarin.Forms.Core.xml", - "lib/MonoAndroid10.0/it/Xamarin.Forms.Xaml.xml", - "lib/MonoAndroid10.0/ja/Xamarin.Forms.Core.xml", - "lib/MonoAndroid10.0/ja/Xamarin.Forms.Xaml.xml", - "lib/MonoAndroid10.0/ko/Xamarin.Forms.Core.xml", - "lib/MonoAndroid10.0/ko/Xamarin.Forms.Xaml.xml", - "lib/MonoAndroid10.0/pt-br/Xamarin.Forms.Core.xml", - "lib/MonoAndroid10.0/pt-br/Xamarin.Forms.Xaml.xml", - "lib/MonoAndroid10.0/ru/Xamarin.Forms.Core.xml", - "lib/MonoAndroid10.0/ru/Xamarin.Forms.Xaml.xml", - "lib/MonoAndroid10.0/zh-Hans/Xamarin.Forms.Core.xml", - "lib/MonoAndroid10.0/zh-Hans/Xamarin.Forms.Xaml.xml", - "lib/MonoAndroid10.0/zh-Hant/Xamarin.Forms.Core.xml", - "lib/MonoAndroid10.0/zh-Hant/Xamarin.Forms.Xaml.xml", - "lib/MonoAndroid90/Design/Xamarin.Forms.Core.Design.dll", - "lib/MonoAndroid90/Design/Xamarin.Forms.Xaml.Design.dll", - "lib/MonoAndroid90/FormsViewGroup.dll", - "lib/MonoAndroid90/FormsViewGroup.pdb", - "lib/MonoAndroid90/Xamarin.Forms.Core.dll", - "lib/MonoAndroid90/Xamarin.Forms.Core.pdb", - "lib/MonoAndroid90/Xamarin.Forms.Core.xml", - "lib/MonoAndroid90/Xamarin.Forms.Platform.Android.dll", - "lib/MonoAndroid90/Xamarin.Forms.Platform.Android.pdb", - "lib/MonoAndroid90/Xamarin.Forms.Platform.dll", - "lib/MonoAndroid90/Xamarin.Forms.Xaml.dll", - "lib/MonoAndroid90/Xamarin.Forms.Xaml.pdb", - "lib/MonoAndroid90/Xamarin.Forms.Xaml.xml", - "lib/MonoAndroid90/de/Xamarin.Forms.Core.xml", - "lib/MonoAndroid90/de/Xamarin.Forms.Xaml.xml", - "lib/MonoAndroid90/es/Xamarin.Forms.Core.xml", - "lib/MonoAndroid90/es/Xamarin.Forms.Xaml.xml", - "lib/MonoAndroid90/fr/Xamarin.Forms.Core.xml", - "lib/MonoAndroid90/fr/Xamarin.Forms.Xaml.xml", - "lib/MonoAndroid90/it/Xamarin.Forms.Core.xml", - "lib/MonoAndroid90/it/Xamarin.Forms.Xaml.xml", - "lib/MonoAndroid90/ja/Xamarin.Forms.Core.xml", - "lib/MonoAndroid90/ja/Xamarin.Forms.Xaml.xml", - "lib/MonoAndroid90/ko/Xamarin.Forms.Core.xml", - "lib/MonoAndroid90/ko/Xamarin.Forms.Xaml.xml", - "lib/MonoAndroid90/pt-br/Xamarin.Forms.Core.xml", - "lib/MonoAndroid90/pt-br/Xamarin.Forms.Xaml.xml", - "lib/MonoAndroid90/ru/Xamarin.Forms.Core.xml", - "lib/MonoAndroid90/ru/Xamarin.Forms.Xaml.xml", - "lib/MonoAndroid90/zh-Hans/Xamarin.Forms.Core.xml", - "lib/MonoAndroid90/zh-Hans/Xamarin.Forms.Xaml.xml", - "lib/MonoAndroid90/zh-Hant/Xamarin.Forms.Core.xml", - "lib/MonoAndroid90/zh-Hant/Xamarin.Forms.Xaml.xml", - "lib/Xamarin.Mac/Design/Xamarin.Forms.Core.Design.dll", - "lib/Xamarin.Mac/Design/Xamarin.Forms.Xaml.Design.dll", - "lib/Xamarin.Mac/Xamarin.Forms.Core.dll", - "lib/Xamarin.Mac/Xamarin.Forms.Platform.dll", - "lib/Xamarin.Mac/Xamarin.Forms.Xaml.dll", - "lib/Xamarin.iOS10/Design/Xamarin.Forms.Core.Design.dll", - "lib/Xamarin.iOS10/Design/Xamarin.Forms.Xaml.Design.dll", - "lib/Xamarin.iOS10/Xamarin.Forms.Core.dll", - "lib/Xamarin.iOS10/Xamarin.Forms.Core.pdb", - "lib/Xamarin.iOS10/Xamarin.Forms.Core.xml", - "lib/Xamarin.iOS10/Xamarin.Forms.Platform.dll", - "lib/Xamarin.iOS10/Xamarin.Forms.Xaml.dll", - "lib/Xamarin.iOS10/Xamarin.Forms.Xaml.pdb", - "lib/Xamarin.iOS10/Xamarin.Forms.Xaml.xml", - "lib/Xamarin.iOS10/ar/Xamarin.Forms.Platform.iOS.resources.dll", - "lib/Xamarin.iOS10/ca/Xamarin.Forms.Platform.iOS.resources.dll", - "lib/Xamarin.iOS10/cs/Xamarin.Forms.Platform.iOS.resources.dll", - "lib/Xamarin.iOS10/da/Xamarin.Forms.Platform.iOS.resources.dll", - "lib/Xamarin.iOS10/de/Xamarin.Forms.Core.xml", - "lib/Xamarin.iOS10/de/Xamarin.Forms.Platform.iOS.resources.dll", - "lib/Xamarin.iOS10/de/Xamarin.Forms.Xaml.xml", - "lib/Xamarin.iOS10/el/Xamarin.Forms.Platform.iOS.resources.dll", - "lib/Xamarin.iOS10/es/Xamarin.Forms.Core.xml", - "lib/Xamarin.iOS10/es/Xamarin.Forms.Platform.iOS.resources.dll", - "lib/Xamarin.iOS10/es/Xamarin.Forms.Xaml.xml", - "lib/Xamarin.iOS10/fi/Xamarin.Forms.Platform.iOS.resources.dll", - "lib/Xamarin.iOS10/fr/Xamarin.Forms.Core.xml", - "lib/Xamarin.iOS10/fr/Xamarin.Forms.Platform.iOS.resources.dll", - "lib/Xamarin.iOS10/fr/Xamarin.Forms.Xaml.xml", - "lib/Xamarin.iOS10/he/Xamarin.Forms.Platform.iOS.resources.dll", - "lib/Xamarin.iOS10/hi/Xamarin.Forms.Platform.iOS.resources.dll", - "lib/Xamarin.iOS10/hr/Xamarin.Forms.Platform.iOS.resources.dll", - "lib/Xamarin.iOS10/hu/Xamarin.Forms.Platform.iOS.resources.dll", - "lib/Xamarin.iOS10/id/Xamarin.Forms.Platform.iOS.resources.dll", - "lib/Xamarin.iOS10/it/Xamarin.Forms.Core.xml", - "lib/Xamarin.iOS10/it/Xamarin.Forms.Platform.iOS.resources.dll", - "lib/Xamarin.iOS10/it/Xamarin.Forms.Xaml.xml", - "lib/Xamarin.iOS10/ja/Xamarin.Forms.Core.xml", - "lib/Xamarin.iOS10/ja/Xamarin.Forms.Platform.iOS.resources.dll", - "lib/Xamarin.iOS10/ja/Xamarin.Forms.Xaml.xml", - "lib/Xamarin.iOS10/ko/Xamarin.Forms.Core.xml", - "lib/Xamarin.iOS10/ko/Xamarin.Forms.Platform.iOS.resources.dll", - "lib/Xamarin.iOS10/ko/Xamarin.Forms.Xaml.xml", - "lib/Xamarin.iOS10/ms/Xamarin.Forms.Platform.iOS.resources.dll", - "lib/Xamarin.iOS10/nb/Xamarin.Forms.Platform.iOS.resources.dll", - "lib/Xamarin.iOS10/nl/Xamarin.Forms.Platform.iOS.resources.dll", - "lib/Xamarin.iOS10/pl/Xamarin.Forms.Platform.iOS.resources.dll", - "lib/Xamarin.iOS10/pt-br/Xamarin.Forms.Core.xml", - "lib/Xamarin.iOS10/pt-br/Xamarin.Forms.Platform.iOS.resources.dll", - "lib/Xamarin.iOS10/pt-br/Xamarin.Forms.Xaml.xml", - "lib/Xamarin.iOS10/pt/Xamarin.Forms.Platform.iOS.resources.dll", - "lib/Xamarin.iOS10/ro/Xamarin.Forms.Platform.iOS.resources.dll", - "lib/Xamarin.iOS10/ru/Xamarin.Forms.Core.xml", - "lib/Xamarin.iOS10/ru/Xamarin.Forms.Platform.iOS.resources.dll", - "lib/Xamarin.iOS10/ru/Xamarin.Forms.Xaml.xml", - "lib/Xamarin.iOS10/sk/Xamarin.Forms.Platform.iOS.resources.dll", - "lib/Xamarin.iOS10/sv/Xamarin.Forms.Platform.iOS.resources.dll", - "lib/Xamarin.iOS10/th/Xamarin.Forms.Platform.iOS.resources.dll", - "lib/Xamarin.iOS10/tr/Xamarin.Forms.Platform.iOS.resources.dll", - "lib/Xamarin.iOS10/uk/Xamarin.Forms.Platform.iOS.resources.dll", - "lib/Xamarin.iOS10/vi/Xamarin.Forms.Platform.iOS.resources.dll", - "lib/Xamarin.iOS10/zh-HK/Xamarin.Forms.Platform.iOS.resources.dll", - "lib/Xamarin.iOS10/zh-Hans/Xamarin.Forms.Core.xml", - "lib/Xamarin.iOS10/zh-Hans/Xamarin.Forms.Platform.iOS.resources.dll", - "lib/Xamarin.iOS10/zh-Hans/Xamarin.Forms.Xaml.xml", - "lib/Xamarin.iOS10/zh-Hant/Xamarin.Forms.Core.xml", - "lib/Xamarin.iOS10/zh-Hant/Xamarin.Forms.Platform.iOS.resources.dll", - "lib/Xamarin.iOS10/zh-Hant/Xamarin.Forms.Xaml.xml", - "lib/netstandard1.0/Design/Xamarin.Forms.Core.Design.dll", - "lib/netstandard1.0/Design/Xamarin.Forms.Xaml.Design.dll", - "lib/netstandard1.0/Xamarin.Forms.Core.dll", - "lib/netstandard1.0/Xamarin.Forms.Core.pdb", - "lib/netstandard1.0/Xamarin.Forms.Core.xml", - "lib/netstandard1.0/Xamarin.Forms.Platform.dll", - "lib/netstandard1.0/Xamarin.Forms.Xaml.dll", - "lib/netstandard1.0/Xamarin.Forms.Xaml.pdb", - "lib/netstandard1.0/Xamarin.Forms.Xaml.xml", - "lib/netstandard2.0/Design/Xamarin.Forms.Core.Design.dll", - "lib/netstandard2.0/Design/Xamarin.Forms.Xaml.Design.dll", - "lib/netstandard2.0/Xamarin.Forms.Core.dll", - "lib/netstandard2.0/Xamarin.Forms.Core.pdb", - "lib/netstandard2.0/Xamarin.Forms.Core.xml", - "lib/netstandard2.0/Xamarin.Forms.Platform.dll", - "lib/netstandard2.0/Xamarin.Forms.Xaml.dll", - "lib/netstandard2.0/Xamarin.Forms.Xaml.pdb", - "lib/netstandard2.0/Xamarin.Forms.Xaml.xml", - "lib/netstandard2.0/de/Xamarin.Forms.Core.xml", - "lib/netstandard2.0/de/Xamarin.Forms.Xaml.xml", - "lib/netstandard2.0/es/Xamarin.Forms.Core.xml", - "lib/netstandard2.0/es/Xamarin.Forms.Xaml.xml", - "lib/netstandard2.0/fr/Xamarin.Forms.Core.xml", - "lib/netstandard2.0/fr/Xamarin.Forms.Xaml.xml", - "lib/netstandard2.0/it/Xamarin.Forms.Core.xml", - "lib/netstandard2.0/it/Xamarin.Forms.Xaml.xml", - "lib/netstandard2.0/ja/Xamarin.Forms.Core.xml", - "lib/netstandard2.0/ja/Xamarin.Forms.Xaml.xml", - "lib/netstandard2.0/ko/Xamarin.Forms.Core.xml", - "lib/netstandard2.0/ko/Xamarin.Forms.Xaml.xml", - "lib/netstandard2.0/pt-br/Xamarin.Forms.Core.xml", - "lib/netstandard2.0/pt-br/Xamarin.Forms.Xaml.xml", - "lib/netstandard2.0/ru/Xamarin.Forms.Core.xml", - "lib/netstandard2.0/ru/Xamarin.Forms.Xaml.xml", - "lib/netstandard2.0/zh-Hans/Xamarin.Forms.Core.xml", - "lib/netstandard2.0/zh-Hans/Xamarin.Forms.Xaml.xml", - "lib/netstandard2.0/zh-Hant/Xamarin.Forms.Core.xml", - "lib/netstandard2.0/zh-Hant/Xamarin.Forms.Xaml.xml", - "lib/tizen40/Design/Xamarin.Forms.Core.Design.dll", - "lib/tizen40/Design/Xamarin.Forms.Xaml.Design.dll", - "lib/tizen40/Xamarin.Forms.Core.dll", - "lib/tizen40/Xamarin.Forms.Core.pdb", - "lib/tizen40/Xamarin.Forms.Core.xml", - "lib/tizen40/Xamarin.Forms.Platform.Tizen.dll", - "lib/tizen40/Xamarin.Forms.Platform.Tizen.pdb", - "lib/tizen40/Xamarin.Forms.Platform.dll", - "lib/tizen40/Xamarin.Forms.Xaml.dll", - "lib/tizen40/Xamarin.Forms.Xaml.pdb", - "lib/tizen40/Xamarin.Forms.Xaml.xml", - "lib/uap10.0.14393/Design/Xamarin.Forms.Core.Design.dll", - "lib/uap10.0.14393/Design/Xamarin.Forms.Xaml.Design.dll", - "lib/uap10.0.14393/Properties/Xamarin.Forms.Platform.UAP.rd.xml", - "lib/uap10.0.14393/Xamarin.Forms.Core.dll", - "lib/uap10.0.14393/Xamarin.Forms.Core.pdb", - "lib/uap10.0.14393/Xamarin.Forms.Core.xml", - "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP.dll", - "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP.pdb", - "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP.pri", - "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/CollectionView/ItemsViewStyles.xaml", - "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/FormsAutoSuggestBoxStyle.xaml", - "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/FormsCheckBoxStyle.xaml", - "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/FormsCommandBarStyle.xaml", - "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/FormsEmbeddedPageWrapper.xaml", - "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/FormsFlyout.xaml", - "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/FormsProgressBarStyle.xaml", - "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml", - "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/MasterDetailControlStyle.xaml", - "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/Microsoft.UI.Xaml/DensityStyles/Compact.xaml", - "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/Microsoft.UI.Xaml/Themes/generic.xaml", - "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/PageControlStyle.xaml", - "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/PickerStyle.xaml", - "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/Resources.xaml", - "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/Shell/ShellStyles.xaml", - "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/SliderStyle.xaml", - "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/StepperControl.xaml", - "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/TabbedPageStyle.xaml", - "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/Xamarin.Forms.Platform.UAP.xr.xml", - "lib/uap10.0.14393/Xamarin.Forms.Platform.dll", - "lib/uap10.0.14393/Xamarin.Forms.Xaml.dll", - "lib/uap10.0.14393/Xamarin.Forms.Xaml.pdb", - "lib/uap10.0.14393/Xamarin.Forms.Xaml.xml", - "lib/uap10.0.16299/Design/Xamarin.Forms.Core.Design.dll", - "lib/uap10.0.16299/Design/Xamarin.Forms.Xaml.Design.dll", - "lib/uap10.0.16299/Properties/Xamarin.Forms.Platform.UAP.rd.xml", - "lib/uap10.0.16299/Xamarin.Forms.Core.dll", - "lib/uap10.0.16299/Xamarin.Forms.Core.pdb", - "lib/uap10.0.16299/Xamarin.Forms.Core.xml", - "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP.dll", - "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP.pdb", - "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP.pri", - "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/CollectionView/ItemsViewStyles.xaml", - "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/FormsAutoSuggestBoxStyle.xaml", - "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/FormsCheckBoxStyle.xaml", - "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/FormsCommandBarStyle.xaml", - "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/FormsEmbeddedPageWrapper.xaml", - "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/FormsFlyout.xaml", - "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/FormsProgressBarStyle.xaml", - "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xaml", - "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/MasterDetailControlStyle.xaml", - "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/Microsoft.UI.Xaml/DensityStyles/Compact.xaml", - "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/Microsoft.UI.Xaml/Themes/generic.xaml", - "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/PageControlStyle.xaml", - "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/PickerStyle.xaml", - "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/Resources.xaml", - "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/Shell/ShellStyles.xaml", - "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/SliderStyle.xaml", - "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/StepperControl.xaml", - "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/TabbedPageStyle.xaml", - "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/Xamarin.Forms.Platform.UAP.xr.xml", - "lib/uap10.0.16299/Xamarin.Forms.Platform.dll", - "lib/uap10.0.16299/Xamarin.Forms.Xaml.dll", - "lib/uap10.0.16299/Xamarin.Forms.Xaml.pdb", - "lib/uap10.0.16299/Xamarin.Forms.Xaml.xml", - "xamarin.forms.4.5.0.617.nupkg.sha512", - "xamarin.forms.nuspec" - ] - } - }, - "projectFileDependencyGroups": { - ".NETStandard,Version=v2.0": [ - "NETStandard.Library >= 2.0.3", - "Xamarin.Essentials >= 1.5.2", - "Xamarin.Forms >= 4.5.0.617" - ] - }, - "packageFolders": { - "/Users/paolopecis/.nuget/packages/": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/Users/paolopecis/Projects/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/XAMARINAggregateViews.csproj", - "projectName": "XAMARINAggregateViews", - "projectPath": "/Users/paolopecis/Projects/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/XAMARINAggregateViews.csproj", - "packagesPath": "/Users/paolopecis/.nuget/packages/", - "outputPath": "/Users/paolopecis/Projects/mobilescreenreadersapi/AggregateViews/XAMARINAggregateViews/XAMARINAggregateViews/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/Users/paolopecis/.config/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "netstandard2.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "netstandard2.0": { - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "netstandard2.0": { - "dependencies": { - "NETStandard.Library": { - "suppressParent": "All", - "target": "Package", - "version": "[2.0.3, )", - "autoReferenced": true - }, - "Xamarin.Essentials": { - "target": "Package", - "version": "[1.5.2, )" - }, - "Xamarin.Forms": { - "target": "Package", - "version": "[4.5.0.617, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/3.1.200/RuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file -- 2.18.1