diff --git a/.vs/ProjectSettings.json b/.vs/ProjectSettings.json new file mode 100644 index 0000000000000000000000000000000000000000..f8b4888565caadc7510be75682268d6c18edd6de --- /dev/null +++ b/.vs/ProjectSettings.json @@ -0,0 +1,3 @@ +{ + "CurrentProjectSetting": null +} \ No newline at end of file diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json index 402afc642ac1a6e8e16f20a02f30eb53a09abadb..cc095e022bb0a7e30b55ee196d6c554aaf289f99 100644 --- a/.vs/VSWorkspaceState.json +++ b/.vs/VSWorkspaceState.json @@ -1,7 +1,10 @@ { "ExpandedNodes": [ - "" + "", + "\\azure-d", + "\\azure-m", + "\\azure-mt1" ], - "SelectedNode": "\\G:\\Users\\21077\\Source\\Repos\\azure", + "SelectedNode": "\\azure-mt1\\azure-mt1.sln", "PreviewInSolutionExplorer": false } \ No newline at end of file diff --git a/.vs/azure/v17/.suo b/.vs/azure/v17/.suo index 38b18d3fbba074ab999d8a4c58450b337308c9a8..727d37a091ea6112ccf6c9d876682e23fd2cd989 100644 Binary files a/.vs/azure/v17/.suo and b/.vs/azure/v17/.suo differ diff --git a/.vs/azure/v17/workspaceFileList.bin b/.vs/azure/v17/workspaceFileList.bin new file mode 100644 index 0000000000000000000000000000000000000000..211a3e983bc3daaffee75a297a0aca7f4f210a22 Binary files /dev/null and b/.vs/azure/v17/workspaceFileList.bin differ diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..aed63b53f37390220b7bd0ae3829d30e250f8095 Binary files /dev/null and b/.vs/slnx.sqlite differ diff --git a/azure-d/.vs/azure-d/v17/.suo b/azure-d/.vs/azure-d/v17/.suo index 2447d2f938857452183b11c81868ce4ea652e6e2..06e8e1c7d8afc13fecf07438120b0b7aacac8297 100644 Binary files a/azure-d/.vs/azure-d/v17/.suo and b/azure-d/.vs/azure-d/v17/.suo differ diff --git a/azure-d/azure-d/MainWindow.xaml b/azure-d/azure-d/MainWindow.xaml index 7b0fe7794d01dc335ee2ec8d36e273cb52b2b224..69e1cf17815019e3770a2707ad49411670c6fe7e 100644 --- a/azure-d/azure-d/MainWindow.xaml +++ b/azure-d/azure-d/MainWindow.xaml @@ -23,7 +23,7 @@ - + + + + + + diff --git a/azure-m/azure-m/azure-m/Views/NewItemPage.xaml.cs b/azure-m/azure-m/azure-m/Views/NewItemPage.xaml.cs new file mode 100644 index 0000000000000000000000000000000000000000..2334e8f752a3196e21b2ed4ea81b097ad1e48626 --- /dev/null +++ b/azure-m/azure-m/azure-m/Views/NewItemPage.xaml.cs @@ -0,0 +1,21 @@ +using azure_m.Models; +using azure_m.ViewModels; +using System; +using System.Collections.Generic; +using System.ComponentModel; +using Xamarin.Forms; +using Xamarin.Forms.Xaml; + +namespace azure_m.Views +{ + public partial class NewItemPage : ContentPage + { + public Item Item { get; set; } + + public NewItemPage() + { + InitializeComponent(); + BindingContext = new NewItemViewModel(); + } + } +} \ No newline at end of file diff --git a/azure-m/azure-m/azure-m/azure-m.csproj b/azure-m/azure-m/azure-m/azure-m.csproj new file mode 100644 index 0000000000000000000000000000000000000000..a10963c01a6987e64520c8b299bea9bbd8766591 --- /dev/null +++ b/azure-m/azure-m/azure-m/azure-m.csproj @@ -0,0 +1,12 @@ + + + + netstandard2.0 + true + + + + + + + \ No newline at end of file diff --git a/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs b/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs new file mode 100644 index 0000000000000000000000000000000000000000..45b1ca02d487bf4a8a079a43852a16d3c1a5a5f1 --- /dev/null +++ b/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETStandard,Version=v2.0", FrameworkDisplayName = "")] diff --git a/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/App.xaml.g.cs b/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/App.xaml.g.cs new file mode 100644 index 0000000000000000000000000000000000000000..e97f1b69b45d15e32b7d1d7aaa78bfaa72096ce6 --- /dev/null +++ b/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/App.xaml.g.cs @@ -0,0 +1,24 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +[assembly: global::Xamarin.Forms.Xaml.XamlResourceIdAttribute("azure-m.App.xaml", "App.xaml", typeof(global::azure_m.App))] + +namespace azure_m { + + + [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/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/AppShell.xaml.g.cs b/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/AppShell.xaml.g.cs new file mode 100644 index 0000000000000000000000000000000000000000..a185c86bff04328b5d5b69110455d3c54b4e44de --- /dev/null +++ b/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/AppShell.xaml.g.cs @@ -0,0 +1,24 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +[assembly: global::Xamarin.Forms.Xaml.XamlResourceIdAttribute("azure-m.AppShell.xaml", "AppShell.xaml", typeof(global::azure_m.AppShell))] + +namespace azure_m { + + + [global::Xamarin.Forms.Xaml.XamlFilePathAttribute("AppShell.xaml")] + public partial class AppShell : global::Xamarin.Forms.Shell { + + [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(AppShell)); + } + } +} diff --git a/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/Views/AboutPage.xaml.g.cs b/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/Views/AboutPage.xaml.g.cs new file mode 100644 index 0000000000000000000000000000000000000000..efa892f962a3498556393aee4a1d1a2d08bacd6d --- /dev/null +++ b/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/Views/AboutPage.xaml.g.cs @@ -0,0 +1,24 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +[assembly: global::Xamarin.Forms.Xaml.XamlResourceIdAttribute("azure-m.Views.AboutPage.xaml", "Views/AboutPage.xaml", typeof(global::azure_m.Views.AboutPage))] + +namespace azure_m.Views { + + + [global::Xamarin.Forms.Xaml.XamlFilePathAttribute("Views\\AboutPage.xaml")] + public partial class AboutPage : global::Xamarin.Forms.ContentPage { + + [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(AboutPage)); + } + } +} diff --git a/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/Views/ItemDetailPage.xaml.g.cs b/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/Views/ItemDetailPage.xaml.g.cs new file mode 100644 index 0000000000000000000000000000000000000000..2c8749a429b9f2fbbb4990eb4e3d06868178beb3 --- /dev/null +++ b/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/Views/ItemDetailPage.xaml.g.cs @@ -0,0 +1,24 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +[assembly: global::Xamarin.Forms.Xaml.XamlResourceIdAttribute("azure-m.Views.ItemDetailPage.xaml", "Views/ItemDetailPage.xaml", typeof(global::azure_m.Views.ItemDetailPage))] + +namespace azure_m.Views { + + + [global::Xamarin.Forms.Xaml.XamlFilePathAttribute("Views\\ItemDetailPage.xaml")] + public partial class ItemDetailPage : global::Xamarin.Forms.ContentPage { + + [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(ItemDetailPage)); + } + } +} diff --git a/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/Views/ItemsPage.xaml.g.cs b/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/Views/ItemsPage.xaml.g.cs new file mode 100644 index 0000000000000000000000000000000000000000..55a244fdb889be868e626a19d269721b3239209c --- /dev/null +++ b/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/Views/ItemsPage.xaml.g.cs @@ -0,0 +1,32 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +[assembly: global::Xamarin.Forms.Xaml.XamlResourceIdAttribute("azure-m.Views.ItemsPage.xaml", "Views/ItemsPage.xaml", typeof(global::azure_m.Views.ItemsPage))] + +namespace azure_m.Views { + + + [global::Xamarin.Forms.Xaml.XamlFilePathAttribute("Views\\ItemsPage.xaml")] + public partial class ItemsPage : global::Xamarin.Forms.ContentPage { + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Forms.Build.Tasks.XamlG", "2.0.0.0")] + private global::Xamarin.Forms.ContentPage BrowseItemsPage; + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Forms.Build.Tasks.XamlG", "2.0.0.0")] + private global::Xamarin.Forms.CollectionView ItemsListView; + + [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(ItemsPage)); + BrowseItemsPage = global::Xamarin.Forms.NameScopeExtensions.FindByName(this, "BrowseItemsPage"); + ItemsListView = global::Xamarin.Forms.NameScopeExtensions.FindByName(this, "ItemsListView"); + } + } +} diff --git a/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/Views/LoginPage.xaml.g.cs b/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/Views/LoginPage.xaml.g.cs new file mode 100644 index 0000000000000000000000000000000000000000..7d54c4f57eafb740a3de97ab66548b726cfca048 --- /dev/null +++ b/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/Views/LoginPage.xaml.g.cs @@ -0,0 +1,24 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +[assembly: global::Xamarin.Forms.Xaml.XamlResourceIdAttribute("azure-m.Views.LoginPage.xaml", "Views/LoginPage.xaml", typeof(global::azure_m.Views.LoginPage))] + +namespace azure_m.Views { + + + [global::Xamarin.Forms.Xaml.XamlFilePathAttribute("Views\\LoginPage.xaml")] + public partial class LoginPage : global::Xamarin.Forms.ContentPage { + + [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(LoginPage)); + } + } +} diff --git a/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/Views/NewItemPage.xaml.g.cs b/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/Views/NewItemPage.xaml.g.cs new file mode 100644 index 0000000000000000000000000000000000000000..dbe0ef129d6670f44779f35b80c917a972eb0176 --- /dev/null +++ b/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/Views/NewItemPage.xaml.g.cs @@ -0,0 +1,24 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +[assembly: global::Xamarin.Forms.Xaml.XamlResourceIdAttribute("azure-m.Views.NewItemPage.xaml", "Views/NewItemPage.xaml", typeof(global::azure_m.Views.NewItemPage))] + +namespace azure_m.Views { + + + [global::Xamarin.Forms.Xaml.XamlFilePathAttribute("Views\\NewItemPage.xaml")] + public partial class NewItemPage : global::Xamarin.Forms.ContentPage { + + [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(NewItemPage)); + } + } +} diff --git a/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/azure-m.AssemblyInfo.cs b/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/azure-m.AssemblyInfo.cs new file mode 100644 index 0000000000000000000000000000000000000000..b97da471acde684604fe31d75043b2dcb45a7459 --- /dev/null +++ b/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/azure-m.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("azure-m")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("azure-m")] +[assembly: System.Reflection.AssemblyTitleAttribute("azure-m")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/azure-m.AssemblyInfoInputs.cache b/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/azure-m.AssemblyInfoInputs.cache new file mode 100644 index 0000000000000000000000000000000000000000..b2ff9a6b3aace2db4deb32ff6e606ba39dd1c011 --- /dev/null +++ b/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/azure-m.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +c3b06e9c724fe1bc18983debadfb232c94709ee5 diff --git a/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/azure-m.GeneratedMSBuildEditorConfig.editorconfig b/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/azure-m.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..5d0fabf80a6e9caa8980df319368529d36666335 --- /dev/null +++ b/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/azure-m.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,3 @@ +is_global = true +build_property.RootNamespace = azure-m +build_property.ProjectDir = G:\Users\21077\source\repos\azure\azure-m\azure-m\azure-m\ diff --git a/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/azure-m.assets.cache b/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/azure-m.assets.cache new file mode 100644 index 0000000000000000000000000000000000000000..8559df53aef07a7fd821ed48ca40ce405705e43e Binary files /dev/null and b/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/azure-m.assets.cache differ diff --git a/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/azure-m.csproj.AssemblyReference.cache b/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/azure-m.csproj.AssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..8e6533bc6a85f8770fdcdf828f2eb2b1fff5c489 Binary files /dev/null and b/azure-m/azure-m/azure-m/obj/Debug/netstandard2.0/azure-m.csproj.AssemblyReference.cache differ diff --git a/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs b/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs new file mode 100644 index 0000000000000000000000000000000000000000..45b1ca02d487bf4a8a079a43852a16d3c1a5a5f1 --- /dev/null +++ b/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETStandard,Version=v2.0", FrameworkDisplayName = "")] diff --git a/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/App.xaml.g.cs b/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/App.xaml.g.cs new file mode 100644 index 0000000000000000000000000000000000000000..e97f1b69b45d15e32b7d1d7aaa78bfaa72096ce6 --- /dev/null +++ b/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/App.xaml.g.cs @@ -0,0 +1,24 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +[assembly: global::Xamarin.Forms.Xaml.XamlResourceIdAttribute("azure-m.App.xaml", "App.xaml", typeof(global::azure_m.App))] + +namespace azure_m { + + + [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/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/AppShell.xaml.g.cs b/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/AppShell.xaml.g.cs new file mode 100644 index 0000000000000000000000000000000000000000..a185c86bff04328b5d5b69110455d3c54b4e44de --- /dev/null +++ b/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/AppShell.xaml.g.cs @@ -0,0 +1,24 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +[assembly: global::Xamarin.Forms.Xaml.XamlResourceIdAttribute("azure-m.AppShell.xaml", "AppShell.xaml", typeof(global::azure_m.AppShell))] + +namespace azure_m { + + + [global::Xamarin.Forms.Xaml.XamlFilePathAttribute("AppShell.xaml")] + public partial class AppShell : global::Xamarin.Forms.Shell { + + [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(AppShell)); + } + } +} diff --git a/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/Views/AboutPage.xaml.g.cs b/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/Views/AboutPage.xaml.g.cs new file mode 100644 index 0000000000000000000000000000000000000000..efa892f962a3498556393aee4a1d1a2d08bacd6d --- /dev/null +++ b/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/Views/AboutPage.xaml.g.cs @@ -0,0 +1,24 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +[assembly: global::Xamarin.Forms.Xaml.XamlResourceIdAttribute("azure-m.Views.AboutPage.xaml", "Views/AboutPage.xaml", typeof(global::azure_m.Views.AboutPage))] + +namespace azure_m.Views { + + + [global::Xamarin.Forms.Xaml.XamlFilePathAttribute("Views\\AboutPage.xaml")] + public partial class AboutPage : global::Xamarin.Forms.ContentPage { + + [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(AboutPage)); + } + } +} diff --git a/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/Views/ItemDetailPage.xaml.g.cs b/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/Views/ItemDetailPage.xaml.g.cs new file mode 100644 index 0000000000000000000000000000000000000000..2c8749a429b9f2fbbb4990eb4e3d06868178beb3 --- /dev/null +++ b/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/Views/ItemDetailPage.xaml.g.cs @@ -0,0 +1,24 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +[assembly: global::Xamarin.Forms.Xaml.XamlResourceIdAttribute("azure-m.Views.ItemDetailPage.xaml", "Views/ItemDetailPage.xaml", typeof(global::azure_m.Views.ItemDetailPage))] + +namespace azure_m.Views { + + + [global::Xamarin.Forms.Xaml.XamlFilePathAttribute("Views\\ItemDetailPage.xaml")] + public partial class ItemDetailPage : global::Xamarin.Forms.ContentPage { + + [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(ItemDetailPage)); + } + } +} diff --git a/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/Views/ItemsPage.xaml.g.cs b/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/Views/ItemsPage.xaml.g.cs new file mode 100644 index 0000000000000000000000000000000000000000..55a244fdb889be868e626a19d269721b3239209c --- /dev/null +++ b/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/Views/ItemsPage.xaml.g.cs @@ -0,0 +1,32 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +[assembly: global::Xamarin.Forms.Xaml.XamlResourceIdAttribute("azure-m.Views.ItemsPage.xaml", "Views/ItemsPage.xaml", typeof(global::azure_m.Views.ItemsPage))] + +namespace azure_m.Views { + + + [global::Xamarin.Forms.Xaml.XamlFilePathAttribute("Views\\ItemsPage.xaml")] + public partial class ItemsPage : global::Xamarin.Forms.ContentPage { + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Forms.Build.Tasks.XamlG", "2.0.0.0")] + private global::Xamarin.Forms.ContentPage BrowseItemsPage; + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Forms.Build.Tasks.XamlG", "2.0.0.0")] + private global::Xamarin.Forms.CollectionView ItemsListView; + + [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(ItemsPage)); + BrowseItemsPage = global::Xamarin.Forms.NameScopeExtensions.FindByName(this, "BrowseItemsPage"); + ItemsListView = global::Xamarin.Forms.NameScopeExtensions.FindByName(this, "ItemsListView"); + } + } +} diff --git a/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/Views/LoginPage.xaml.g.cs b/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/Views/LoginPage.xaml.g.cs new file mode 100644 index 0000000000000000000000000000000000000000..7d54c4f57eafb740a3de97ab66548b726cfca048 --- /dev/null +++ b/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/Views/LoginPage.xaml.g.cs @@ -0,0 +1,24 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +[assembly: global::Xamarin.Forms.Xaml.XamlResourceIdAttribute("azure-m.Views.LoginPage.xaml", "Views/LoginPage.xaml", typeof(global::azure_m.Views.LoginPage))] + +namespace azure_m.Views { + + + [global::Xamarin.Forms.Xaml.XamlFilePathAttribute("Views\\LoginPage.xaml")] + public partial class LoginPage : global::Xamarin.Forms.ContentPage { + + [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(LoginPage)); + } + } +} diff --git a/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/Views/NewItemPage.xaml.g.cs b/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/Views/NewItemPage.xaml.g.cs new file mode 100644 index 0000000000000000000000000000000000000000..dbe0ef129d6670f44779f35b80c917a972eb0176 --- /dev/null +++ b/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/Views/NewItemPage.xaml.g.cs @@ -0,0 +1,24 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +[assembly: global::Xamarin.Forms.Xaml.XamlResourceIdAttribute("azure-m.Views.NewItemPage.xaml", "Views/NewItemPage.xaml", typeof(global::azure_m.Views.NewItemPage))] + +namespace azure_m.Views { + + + [global::Xamarin.Forms.Xaml.XamlFilePathAttribute("Views\\NewItemPage.xaml")] + public partial class NewItemPage : global::Xamarin.Forms.ContentPage { + + [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(NewItemPage)); + } + } +} diff --git a/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/azure-m.AssemblyInfo.cs b/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/azure-m.AssemblyInfo.cs new file mode 100644 index 0000000000000000000000000000000000000000..c8b1f48e999516f999430461492ab8c1f055609e --- /dev/null +++ b/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/azure-m.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("azure-m")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("azure-m")] +[assembly: System.Reflection.AssemblyTitleAttribute("azure-m")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/azure-m.AssemblyInfoInputs.cache b/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/azure-m.AssemblyInfoInputs.cache new file mode 100644 index 0000000000000000000000000000000000000000..b80c792dc45fc19242fdf3757b681888d650ccbf --- /dev/null +++ b/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/azure-m.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +ab365c27a884571840494fd90c515e9d08e3feeb diff --git a/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/azure-m.GeneratedMSBuildEditorConfig.editorconfig b/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/azure-m.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..5d0fabf80a6e9caa8980df319368529d36666335 --- /dev/null +++ b/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/azure-m.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,3 @@ +is_global = true +build_property.RootNamespace = azure-m +build_property.ProjectDir = G:\Users\21077\source\repos\azure\azure-m\azure-m\azure-m\ diff --git a/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/azure-m.assets.cache b/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/azure-m.assets.cache new file mode 100644 index 0000000000000000000000000000000000000000..fc818624003cd43db8df3e29ff490eba3486c05e Binary files /dev/null and b/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/azure-m.assets.cache differ diff --git a/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/azure-m.csproj.AssemblyReference.cache b/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/azure-m.csproj.AssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..8e6533bc6a85f8770fdcdf828f2eb2b1fff5c489 Binary files /dev/null and b/azure-m/azure-m/azure-m/obj/Release/netstandard2.0/azure-m.csproj.AssemblyReference.cache differ diff --git a/azure-m/azure-m/azure-m/obj/azure-m.csproj.nuget.dgspec.json b/azure-m/azure-m/azure-m/obj/azure-m.csproj.nuget.dgspec.json new file mode 100644 index 0000000000000000000000000000000000000000..a44d5c02c4eb0994c6b61b1ffe3dbc0c1ddaefc5 --- /dev/null +++ b/azure-m/azure-m/azure-m/obj/azure-m.csproj.nuget.dgspec.json @@ -0,0 +1,73 @@ +{ + "format": 1, + "restore": { + "G:\\Users\\21077\\source\\repos\\azure\\azure-m\\azure-m\\azure-m\\azure-m.csproj": {} + }, + "projects": { + "G:\\Users\\21077\\source\\repos\\azure\\azure-m\\azure-m\\azure-m\\azure-m.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "G:\\Users\\21077\\source\\repos\\azure\\azure-m\\azure-m\\azure-m\\azure-m.csproj", + "projectName": "azure-m", + "projectPath": "G:\\Users\\21077\\source\\repos\\azure\\azure-m\\azure-m\\azure-m\\azure-m.csproj", + "packagesPath": "G:\\Users\\21077\\.nuget\\packages\\", + "outputPath": "G:\\Users\\21077\\source\\repos\\azure\\azure-m\\azure-m\\azure-m\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "G:\\Users\\21077\\AppData\\Roaming\\NuGet\\NuGet.Config", + "G:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "netstandard2.0" + ], + "sources": { + "G:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "netstandard2.0": { + "targetAlias": "netstandard2.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "netstandard2.0": { + "targetAlias": "netstandard2.0", + "dependencies": { + "NETStandard.Library": { + "suppressParent": "All", + "target": "Package", + "version": "[2.0.3, )", + "autoReferenced": true + }, + "Xamarin.Essentials": { + "target": "Package", + "version": "[1.7.0, )" + }, + "Xamarin.Forms": { + "target": "Package", + "version": "[5.0.0.2196, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48" + ], + "assetTargetFallback": true, + "warn": true, + "runtimeIdentifierGraphPath": "G:\\Program Files\\dotnet\\sdk\\6.0.202\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/azure-m/azure-m/azure-m/obj/azure-m.csproj.nuget.g.props b/azure-m/azure-m/azure-m/obj/azure-m.csproj.nuget.g.props new file mode 100644 index 0000000000000000000000000000000000000000..f80b2048ffe1e37d16403b8e5322e2d3258ef5a3 --- /dev/null +++ b/azure-m/azure-m/azure-m/obj/azure-m.csproj.nuget.g.props @@ -0,0 +1,18 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + G:\Users\21077\.nuget\packages\ + PackageReference + 6.1.0 + + + + + + + + \ No newline at end of file diff --git a/azure-m/azure-m/azure-m/obj/azure-m.csproj.nuget.g.targets b/azure-m/azure-m/azure-m/obj/azure-m.csproj.nuget.g.targets new file mode 100644 index 0000000000000000000000000000000000000000..d5b625a39b0e2b08ae0fc8d0f9ac33dc82125e59 --- /dev/null +++ b/azure-m/azure-m/azure-m/obj/azure-m.csproj.nuget.g.targets @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/azure-m/azure-m/azure-m/obj/project.assets.json b/azure-m/azure-m/azure-m/obj/project.assets.json new file mode 100644 index 0000000000000000000000000000000000000000..78dc62fd7d1a3cba55f9a2acd0ebcdda8288a97d --- /dev/null +++ b/azure-m/azure-m/azure-m/obj/project.assets.json @@ -0,0 +1,595 @@ +{ + "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.7.0": { + "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/5.0.0.2196": { + "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.7.0": { + "sha512": "xfUJNxtfMC05VBej7fVUg6Zd9VwM2kqW9LH0tcrSA6IsBTl0EsIGkYUOz1BoKT2rseWW8o3kTi5WH/yZV4GgJw==", + "type": "package", + "path": "xamarin.essentials/1.7.0", + "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/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/xamarinmac20/Xamarin.Essentials.dll", + "lib/xamarinmac20/Xamarin.Essentials.pdb", + "lib/xamarinmac20/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.7.0.nupkg.sha512", + "xamarin.essentials.nuspec" + ] + }, + "Xamarin.Forms/5.0.0.2196": { + "sha512": "zSXDiZukojtEBmZKUUG1yYBwlB9tI8JLPkc6n+Sm1PAX01QyzErWE9AaFJgP7usyoGHn92l4HnQF7A+/MPI6VA==", + "type": "package", + "path": "xamarin.forms/5.0.0.2196", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Assets/xamarin_128x128.png", + "build/MonoAndroid10/proguard.cfg", + "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/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/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.Platform.macOS.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.Platform.iOS.dll", + "lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.pdb", + "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.Platform.iOS.resources.dll", + "lib/Xamarin.iOS10/el/Xamarin.Forms.Platform.iOS.resources.dll", + "lib/Xamarin.iOS10/es/Xamarin.Forms.Platform.iOS.resources.dll", + "lib/Xamarin.iOS10/fi/Xamarin.Forms.Platform.iOS.resources.dll", + "lib/Xamarin.iOS10/fr/Xamarin.Forms.Platform.iOS.resources.dll", + "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.Platform.iOS.resources.dll", + "lib/Xamarin.iOS10/ja/Xamarin.Forms.Platform.iOS.resources.dll", + "lib/Xamarin.iOS10/ko/Xamarin.Forms.Platform.iOS.resources.dll", + "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.Platform.iOS.resources.dll", + "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.Platform.iOS.resources.dll", + "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.Platform.iOS.resources.dll", + "lib/Xamarin.iOS10/zh-Hant/Xamarin.Forms.Platform.iOS.resources.dll", + "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/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/FlyoutPageControlStyle.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/PromptDialog.xaml", + "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/Resources.xaml", + "lib/uap10.0.14393/Xamarin.Forms.Platform.UAP/Shell/ShellPageWrapper.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/FlyoutPageControlStyle.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/PromptDialog.xaml", + "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/Resources.xaml", + "lib/uap10.0.16299/Xamarin.Forms.Platform.UAP/Shell/ShellPageWrapper.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.5.0.0.2196.nupkg.sha512", + "xamarin.forms.nuspec" + ] + } + }, + "projectFileDependencyGroups": { + ".NETStandard,Version=v2.0": [ + "NETStandard.Library >= 2.0.3", + "Xamarin.Essentials >= 1.7.0", + "Xamarin.Forms >= 5.0.0.2196" + ] + }, + "packageFolders": { + "G:\\Users\\21077\\.nuget\\packages\\": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "G:\\Users\\21077\\source\\repos\\azure\\azure-m\\azure-m\\azure-m\\azure-m.csproj", + "projectName": "azure-m", + "projectPath": "G:\\Users\\21077\\source\\repos\\azure\\azure-m\\azure-m\\azure-m\\azure-m.csproj", + "packagesPath": "G:\\Users\\21077\\.nuget\\packages\\", + "outputPath": "G:\\Users\\21077\\source\\repos\\azure\\azure-m\\azure-m\\azure-m\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "G:\\Users\\21077\\AppData\\Roaming\\NuGet\\NuGet.Config", + "G:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "netstandard2.0" + ], + "sources": { + "G:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "netstandard2.0": { + "targetAlias": "netstandard2.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "netstandard2.0": { + "targetAlias": "netstandard2.0", + "dependencies": { + "NETStandard.Library": { + "suppressParent": "All", + "target": "Package", + "version": "[2.0.3, )", + "autoReferenced": true + }, + "Xamarin.Essentials": { + "target": "Package", + "version": "[1.7.0, )" + }, + "Xamarin.Forms": { + "target": "Package", + "version": "[5.0.0.2196, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48" + ], + "assetTargetFallback": true, + "warn": true, + "runtimeIdentifierGraphPath": "G:\\Program Files\\dotnet\\sdk\\6.0.202\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/azure-m/azure-m/azure-m/obj/project.nuget.cache b/azure-m/azure-m/azure-m/obj/project.nuget.cache new file mode 100644 index 0000000000000000000000000000000000000000..c2568b04a97880da5043fa68a302c2cd29e60719 --- /dev/null +++ b/azure-m/azure-m/azure-m/obj/project.nuget.cache @@ -0,0 +1,14 @@ +{ + "version": 2, + "dgSpecHash": "w+o8c5j9/rFoblTym3Zdec7nBvfOsd1suBI5ve0YA6JBKbJheOKXYteuqyfll2tnMZXyNoXKM0QhncibNlsMQg==", + "success": true, + "projectFilePath": "G:\\Users\\21077\\source\\repos\\azure\\azure-m\\azure-m\\azure-m\\azure-m.csproj", + "expectedPackageFiles": [ + "G:\\Users\\21077\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512", + "G:\\Users\\21077\\.nuget\\packages\\netstandard.library\\2.0.3\\netstandard.library.2.0.3.nupkg.sha512", + "G:\\Users\\21077\\.nuget\\packages\\system.numerics.vectors\\4.5.0\\system.numerics.vectors.4.5.0.nupkg.sha512", + "G:\\Users\\21077\\.nuget\\packages\\xamarin.essentials\\1.7.0\\xamarin.essentials.1.7.0.nupkg.sha512", + "G:\\Users\\21077\\.nuget\\packages\\xamarin.forms\\5.0.0.2196\\xamarin.forms.5.0.0.2196.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file