Commit 4b0656b1 authored by Paolo Pecis's avatar Paolo Pecis

Solving iOS problem

parent 0c1643d7
{
"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
//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
[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));
}
}
}
//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
[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<global::Xamarin.Forms.StackLayout>(this, "background");
}
}
}
//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
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.
/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
{
"version": 1,
"dgSpecHash": "WrTPBsBb6DMLxW+4xRe/DYTyW3iN9r6O2fLXFemwtszfrfnuBw8YjcI+f+jVxKjc7kvwXVB6FlGrROH7vHLrEA==",
"success": true
}
\ No newline at end of file
{
"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
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/Users/paolopecis/.nuget/packages/</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/Users/paolopecis/.nuget/packages/</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.4.0</NuGetToolVersion>
</PropertyGroup>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)xamarin.forms/4.5.0.617/buildTransitive/Xamarin.Forms.props" Condition="Exists('$(NuGetPackageRoot)xamarin.forms/4.5.0.617/buildTransitive/Xamarin.Forms.props')" />
</ImportGroup>
</Project>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)xamarin.forms/4.5.0.617/buildTransitive/Xamarin.Forms.targets" Condition="Exists('$(NuGetPackageRoot)xamarin.forms/4.5.0.617/buildTransitive/Xamarin.Forms.targets')" />
<Import Project="$(NuGetPackageRoot)netstandard.library/2.0.3/build/netstandard2.0/NETStandard.Library.targets" Condition="Exists('$(NuGetPackageRoot)netstandard.library/2.0.3/build/netstandard2.0/NETStandard.Library.targets')" />
</ImportGroup>
</Project>
\ No newline at end of file
{
"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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment