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
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