diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index a82633f5..43089c70 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -29,15 +29,6 @@ body: - "Runtime" - "Testing" - "Threading" - - "UI" - - "UI.Controls.DropDownList" - - "UI.Controls.FilePicker" - - "UI.Controls.Validator" - - "UI.Styling" - - "UI.ViewManagement" - - "UI.Views.Dialogs" - - "UI.Views.Navigation" - - "UI.Views.Navigation.Mvvm" - "Web" - "Web.Mvc" - type: textarea diff --git a/MADE.NET.NoSamples.slnf b/MADE.NET.NoSamples.slnf index 83722949..890bca2b 100644 --- a/MADE.NET.NoSamples.slnf +++ b/MADE.NET.NoSamples.slnf @@ -13,15 +13,6 @@ "src\\MADE.Runtime\\MADE.Runtime.csproj", "src\\MADE.Testing\\MADE.Testing.csproj", "src\\MADE.Threading\\MADE.Threading.csproj", - "src\\MADE.UI\\MADE.UI.csproj", - "src\\MADE.UI.Controls.DropDownList\\MADE.UI.Controls.DropDownList.csproj", - "src\\MADE.UI.Controls.FilePicker\\MADE.UI.Controls.FilePicker.csproj", - "src\\MADE.UI.Controls.Validator\\MADE.UI.Controls.Validator.csproj", - "src\\MADE.UI.Styling\\MADE.UI.Styling.csproj", - "src\\MADE.UI.ViewManagement\\MADE.UI.ViewManagement.csproj", - "src\\MADE.UI.Views.Dialogs\\MADE.UI.Views.Dialogs.csproj", - "src\\MADE.UI.Views.Navigation.Mvvm\\MADE.UI.Views.Navigation.Mvvm.csproj", - "src\\MADE.UI.Views.Navigation\\MADE.UI.Views.Navigation.csproj", "src\\MADE.Web\\MADE.Web.csproj", "src\\MADE.Web.Mvc\\MADE.Web.Mvc.csproj", "tests\\MADE.Collections.Tests\\MADE.Collections.Tests.csproj", diff --git a/MADE.NET.sln b/MADE.NET.sln index b51f6b86..6aa92622 100644 --- a/MADE.NET.sln +++ b/MADE.NET.sln @@ -35,56 +35,17 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MADE.Web", "src\MADE.Web\MA EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MADE.Web.Tests", "tests\MADE.Web.Tests\MADE.Web.Tests.csproj", "{55930DA1-35A4-445A-8028-02D22AFF20DB}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MADE.UI", "src\MADE.UI\MADE.UI.csproj", "{79AFD8FC-7789-47B7-B808-26E03D0F1E05}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MADE.UI.Controls.DropDownList", "src\MADE.UI.Controls.DropDownList\MADE.UI.Controls.DropDownList.csproj", "{347CDC37-E140-42FA-8710-A0F3297D2B6B}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{B7EC0D82-6637-45BD-BBB4-62D730C85529}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MADE.UI.Controls.Validator", "src\MADE.UI.Controls.Validator\MADE.UI.Controls.Validator.csproj", "{E2B20928-DAE2-4A9C-BDAF-D787B4F48391}" -EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MADE.Web.Mvc", "src\MADE.Web.Mvc\MADE.Web.Mvc.csproj", "{CF632609-DE29-4375-B887-F0EB2EB6FC80}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MADE.UI.Controls.FilePicker", "src\MADE.UI.Controls.FilePicker\MADE.UI.Controls.FilePicker.csproj", "{774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}" -EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MADE.Media.Image", "src\MADE.Media.Image\MADE.Media.Image.csproj", "{3038EDA8-3068-45AD-99A2-36986627B880}" EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Platforms", "Platforms", "{54E4D84F-F98F-41B3-A8D6-289FA6347618}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MADE.Samples.Droid", "samples\MADE.Samples\MADE.Samples.Droid\MADE.Samples.Droid.csproj", "{6D1F389A-9954-40C1-923D-254EEC7E7380}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MADE.Samples.iOS", "samples\MADE.Samples\MADE.Samples.iOS\MADE.Samples.iOS.csproj", "{04F1B32D-9056-43FC-B4C2-B8C5481BDACB}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MADE.Samples.UWP", "samples\MADE.Samples\MADE.Samples.UWP\MADE.Samples.UWP.csproj", "{5329834F-BF4C-4FDD-B591-53ACB280B6B5}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MADE.Samples.Wasm", "samples\MADE.Samples\MADE.Samples.Wasm\MADE.Samples.Wasm.csproj", "{38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}" -EndProject -Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "MADE.Samples.Shared", "samples\MADE.Samples\MADE.Samples.Shared\MADE.Samples.Shared.shproj", "{6279C845-92F8-4333-AB99-3D213163593C}" -EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MADE.Networking.Tests", "tests\MADE.Networking.Tests\MADE.Networking.Tests.csproj", "{1CDB43BD-71F9-46C6-816C-4EFC9FA2ED1C}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MADE.UI.Views.Dialogs", "src\MADE.UI.Views.Dialogs\MADE.UI.Views.Dialogs.csproj", "{2B5C0BEA-18D8-4B82-AF64-EDE15505E793}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MADE.UI.Views.Navigation", "src\MADE.UI.Views.Navigation\MADE.UI.Views.Navigation.csproj", "{99E31579-1168-4983-BCED-E7853E33EF5B}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MADE.UI.Views.Navigation.Mvvm", "src\MADE.UI.Views.Navigation.Mvvm\MADE.UI.Views.Navigation.Mvvm.csproj", "{0CA60466-059C-42D3-9B68-6BBB75A75090}" -EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MADE.Data.EFCore", "src\MADE.Data.EFCore\MADE.Data.EFCore.csproj", "{3A5D7EA4-5AD9-4D34-87E6-B34416CA928E}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MADE.UI.Styling", "src\MADE.UI.Styling\MADE.UI.Styling.csproj", "{F8D00106-0598-45E7-B92E-EF408249C02E}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MADE.UI.ViewManagement", "src\MADE.UI.ViewManagement\MADE.UI.ViewManagement.csproj", "{442D1E25-FFD1-405D-A1FC-40CAFCAD190C}" -EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MADE.Foundation", "src\MADE.Foundation\MADE.Foundation.csproj", "{C8DF10B0-D157-47CF-BD10-9EE1D06BEB9A}" EndProject Global - GlobalSection(SharedMSBuildProjectFiles) = preSolution - samples\MADE.Samples\MADE.Samples.Shared\MADE.Samples.Shared.projitems*{04f1b32d-9056-43fc-b4c2-b8c5481bdacb}*SharedItemsImports = 4 - samples\MADE.Samples\MADE.Samples.Shared\MADE.Samples.Shared.projitems*{38379ab4-d31e-4ab2-9817-8a9f44ae7d4f}*SharedItemsImports = 5 - samples\MADE.Samples\MADE.Samples.Shared\MADE.Samples.Shared.projitems*{5329834f-bf4c-4fdd-b591-53acb280b6b5}*SharedItemsImports = 4 - samples\MADE.Samples\MADE.Samples.Shared\MADE.Samples.Shared.projitems*{6279c845-92f8-4333-ab99-3d213163593c}*SharedItemsImports = 13 - samples\MADE.Samples\MADE.Samples.Shared\MADE.Samples.Shared.projitems*{6d1f389a-9954-40c1-923d-254eec7e7380}*SharedItemsImports = 4 - EndGlobalSection GlobalSection(SolutionConfigurationPlatforms) = preSolution Ad-Hoc|Any CPU = Ad-Hoc|Any CPU Ad-Hoc|ARM = Ad-Hoc|ARM @@ -900,174 +861,6 @@ Global {55930DA1-35A4-445A-8028-02D22AFF20DB}.Release|x64.Build.0 = Release|Any CPU {55930DA1-35A4-445A-8028-02D22AFF20DB}.Release|x86.ActiveCfg = Release|Any CPU {55930DA1-35A4-445A-8028-02D22AFF20DB}.Release|x86.Build.0 = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Ad-Hoc|ARM.Build.0 = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Ad-Hoc|ARM64.ActiveCfg = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Ad-Hoc|ARM64.Build.0 = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Ad-Hoc|x64.Build.0 = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Ad-Hoc|x86.Build.0 = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.AppStore|Any CPU.ActiveCfg = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.AppStore|Any CPU.Build.0 = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.AppStore|ARM.ActiveCfg = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.AppStore|ARM.Build.0 = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.AppStore|ARM64.ActiveCfg = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.AppStore|ARM64.Build.0 = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.AppStore|iPhone.ActiveCfg = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.AppStore|iPhone.Build.0 = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.AppStore|x64.ActiveCfg = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.AppStore|x64.Build.0 = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.AppStore|x86.ActiveCfg = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.AppStore|x86.Build.0 = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Debug|Any CPU.Build.0 = Debug|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Debug|ARM.ActiveCfg = Debug|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Debug|ARM.Build.0 = Debug|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Debug|ARM64.ActiveCfg = Debug|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Debug|ARM64.Build.0 = Debug|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Debug|iPhone.Build.0 = Debug|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Debug|x64.ActiveCfg = Debug|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Debug|x64.Build.0 = Debug|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Debug|x86.ActiveCfg = Debug|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Debug|x86.Build.0 = Debug|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Release|Any CPU.ActiveCfg = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Release|Any CPU.Build.0 = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Release|ARM.ActiveCfg = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Release|ARM.Build.0 = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Release|ARM64.ActiveCfg = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Release|ARM64.Build.0 = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Release|iPhone.ActiveCfg = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Release|iPhone.Build.0 = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Release|iPhoneSimulator.Build.0 = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Release|x64.ActiveCfg = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Release|x64.Build.0 = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Release|x86.ActiveCfg = Release|Any CPU - {79AFD8FC-7789-47B7-B808-26E03D0F1E05}.Release|x86.Build.0 = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Ad-Hoc|ARM.Build.0 = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Ad-Hoc|ARM64.ActiveCfg = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Ad-Hoc|ARM64.Build.0 = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Ad-Hoc|x64.Build.0 = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Ad-Hoc|x86.Build.0 = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.AppStore|Any CPU.ActiveCfg = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.AppStore|Any CPU.Build.0 = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.AppStore|ARM.ActiveCfg = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.AppStore|ARM.Build.0 = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.AppStore|ARM64.ActiveCfg = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.AppStore|ARM64.Build.0 = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.AppStore|iPhone.ActiveCfg = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.AppStore|iPhone.Build.0 = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.AppStore|x64.ActiveCfg = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.AppStore|x64.Build.0 = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.AppStore|x86.ActiveCfg = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.AppStore|x86.Build.0 = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Debug|Any CPU.Build.0 = Debug|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Debug|ARM.ActiveCfg = Debug|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Debug|ARM.Build.0 = Debug|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Debug|ARM64.ActiveCfg = Debug|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Debug|ARM64.Build.0 = Debug|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Debug|iPhone.Build.0 = Debug|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Debug|x64.ActiveCfg = Debug|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Debug|x64.Build.0 = Debug|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Debug|x86.ActiveCfg = Debug|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Debug|x86.Build.0 = Debug|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Release|Any CPU.ActiveCfg = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Release|Any CPU.Build.0 = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Release|ARM.ActiveCfg = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Release|ARM.Build.0 = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Release|ARM64.ActiveCfg = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Release|ARM64.Build.0 = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Release|iPhone.ActiveCfg = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Release|iPhone.Build.0 = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Release|iPhoneSimulator.Build.0 = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Release|x64.ActiveCfg = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Release|x64.Build.0 = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Release|x86.ActiveCfg = Release|Any CPU - {347CDC37-E140-42FA-8710-A0F3297D2B6B}.Release|x86.Build.0 = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Ad-Hoc|ARM.Build.0 = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Ad-Hoc|ARM64.ActiveCfg = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Ad-Hoc|ARM64.Build.0 = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Ad-Hoc|x64.Build.0 = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Ad-Hoc|x86.Build.0 = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.AppStore|Any CPU.ActiveCfg = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.AppStore|Any CPU.Build.0 = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.AppStore|ARM.ActiveCfg = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.AppStore|ARM.Build.0 = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.AppStore|ARM64.ActiveCfg = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.AppStore|ARM64.Build.0 = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.AppStore|iPhone.ActiveCfg = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.AppStore|iPhone.Build.0 = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.AppStore|x64.ActiveCfg = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.AppStore|x64.Build.0 = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.AppStore|x86.ActiveCfg = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.AppStore|x86.Build.0 = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Debug|ARM.ActiveCfg = Debug|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Debug|ARM.Build.0 = Debug|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Debug|ARM64.ActiveCfg = Debug|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Debug|ARM64.Build.0 = Debug|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Debug|iPhone.Build.0 = Debug|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Debug|x64.ActiveCfg = Debug|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Debug|x64.Build.0 = Debug|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Debug|x86.ActiveCfg = Debug|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Debug|x86.Build.0 = Debug|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Release|Any CPU.Build.0 = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Release|ARM.ActiveCfg = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Release|ARM.Build.0 = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Release|ARM64.ActiveCfg = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Release|ARM64.Build.0 = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Release|iPhone.ActiveCfg = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Release|iPhone.Build.0 = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Release|iPhoneSimulator.Build.0 = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Release|x64.ActiveCfg = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Release|x64.Build.0 = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Release|x86.ActiveCfg = Release|Any CPU - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391}.Release|x86.Build.0 = Release|Any CPU {CF632609-DE29-4375-B887-F0EB2EB6FC80}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU {CF632609-DE29-4375-B887-F0EB2EB6FC80}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU {CF632609-DE29-4375-B887-F0EB2EB6FC80}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU @@ -1124,62 +917,6 @@ Global {CF632609-DE29-4375-B887-F0EB2EB6FC80}.Release|x64.Build.0 = Release|Any CPU {CF632609-DE29-4375-B887-F0EB2EB6FC80}.Release|x86.ActiveCfg = Release|Any CPU {CF632609-DE29-4375-B887-F0EB2EB6FC80}.Release|x86.Build.0 = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Ad-Hoc|ARM.Build.0 = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Ad-Hoc|ARM64.ActiveCfg = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Ad-Hoc|ARM64.Build.0 = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Ad-Hoc|x64.Build.0 = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Ad-Hoc|x86.Build.0 = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.AppStore|Any CPU.ActiveCfg = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.AppStore|Any CPU.Build.0 = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.AppStore|ARM.ActiveCfg = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.AppStore|ARM.Build.0 = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.AppStore|ARM64.ActiveCfg = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.AppStore|ARM64.Build.0 = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.AppStore|iPhone.ActiveCfg = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.AppStore|iPhone.Build.0 = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.AppStore|x64.ActiveCfg = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.AppStore|x64.Build.0 = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.AppStore|x86.ActiveCfg = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.AppStore|x86.Build.0 = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Debug|Any CPU.Build.0 = Debug|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Debug|ARM.ActiveCfg = Debug|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Debug|ARM.Build.0 = Debug|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Debug|ARM64.ActiveCfg = Debug|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Debug|ARM64.Build.0 = Debug|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Debug|iPhone.Build.0 = Debug|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Debug|x64.ActiveCfg = Debug|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Debug|x64.Build.0 = Debug|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Debug|x86.ActiveCfg = Debug|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Debug|x86.Build.0 = Debug|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Release|Any CPU.ActiveCfg = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Release|Any CPU.Build.0 = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Release|ARM.ActiveCfg = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Release|ARM.Build.0 = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Release|ARM64.ActiveCfg = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Release|ARM64.Build.0 = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Release|iPhone.ActiveCfg = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Release|iPhone.Build.0 = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Release|iPhoneSimulator.Build.0 = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Release|x64.ActiveCfg = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Release|x64.Build.0 = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Release|x86.ActiveCfg = Release|Any CPU - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE}.Release|x86.Build.0 = Release|Any CPU {3038EDA8-3068-45AD-99A2-36986627B880}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU {3038EDA8-3068-45AD-99A2-36986627B880}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU {3038EDA8-3068-45AD-99A2-36986627B880}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU @@ -1236,223 +973,6 @@ Global {3038EDA8-3068-45AD-99A2-36986627B880}.Release|x64.Build.0 = Release|Any CPU {3038EDA8-3068-45AD-99A2-36986627B880}.Release|x86.ActiveCfg = Release|Any CPU {3038EDA8-3068-45AD-99A2-36986627B880}.Release|x86.Build.0 = Release|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Ad-Hoc|Any CPU.Deploy.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Ad-Hoc|ARM.Deploy.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Ad-Hoc|ARM64.ActiveCfg = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Ad-Hoc|ARM64.Build.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Ad-Hoc|ARM64.Deploy.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Ad-Hoc|iPhone.Deploy.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Ad-Hoc|x64.Build.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Ad-Hoc|x64.Deploy.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Ad-Hoc|x86.Build.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Ad-Hoc|x86.Deploy.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.AppStore|Any CPU.Build.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.AppStore|Any CPU.Deploy.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.AppStore|ARM.ActiveCfg = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.AppStore|ARM.Build.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.AppStore|ARM.Deploy.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.AppStore|ARM64.ActiveCfg = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.AppStore|ARM64.Build.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.AppStore|ARM64.Deploy.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.AppStore|iPhone.Build.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.AppStore|iPhone.Deploy.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.AppStore|iPhoneSimulator.Deploy.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.AppStore|x64.ActiveCfg = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.AppStore|x64.Build.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.AppStore|x64.Deploy.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.AppStore|x86.ActiveCfg = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.AppStore|x86.Build.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.AppStore|x86.Deploy.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Debug|Any CPU.Build.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Debug|Any CPU.Deploy.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Debug|ARM.ActiveCfg = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Debug|ARM.Build.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Debug|ARM.Deploy.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Debug|ARM64.ActiveCfg = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Debug|ARM64.Build.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Debug|ARM64.Deploy.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Debug|iPhone.Build.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Debug|iPhone.Deploy.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Debug|x64.ActiveCfg = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Debug|x64.Build.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Debug|x64.Deploy.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Debug|x86.ActiveCfg = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Debug|x86.Build.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Debug|x86.Deploy.0 = Debug|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Release|Any CPU.ActiveCfg = Release|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Release|ARM.ActiveCfg = Release|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Release|ARM64.ActiveCfg = Release|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Release|iPhone.ActiveCfg = Release|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Release|x64.ActiveCfg = Release|Any CPU - {6D1F389A-9954-40C1-923D-254EEC7E7380}.Release|x86.ActiveCfg = Release|Any CPU - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB}.Ad-Hoc|ARM.ActiveCfg = Ad-Hoc|iPhoneSimulator - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB}.Ad-Hoc|ARM64.ActiveCfg = Ad-Hoc|iPhoneSimulator - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB}.Ad-Hoc|x64.ActiveCfg = Ad-Hoc|iPhoneSimulator - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB}.Ad-Hoc|x86.ActiveCfg = Ad-Hoc|iPhoneSimulator - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB}.AppStore|Any CPU.ActiveCfg = AppStore|iPhoneSimulator - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB}.AppStore|ARM.ActiveCfg = AppStore|iPhoneSimulator - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB}.AppStore|ARM64.ActiveCfg = AppStore|iPhoneSimulator - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB}.AppStore|iPhone.ActiveCfg = AppStore|iPhone - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB}.AppStore|iPhone.Build.0 = AppStore|iPhone - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB}.AppStore|x64.ActiveCfg = AppStore|iPhoneSimulator - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB}.AppStore|x86.ActiveCfg = AppStore|iPhoneSimulator - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB}.Debug|ARM.ActiveCfg = Debug|iPhoneSimulator - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB}.Debug|ARM64.ActiveCfg = Debug|iPhoneSimulator - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB}.Debug|iPhone.ActiveCfg = Debug|iPhone - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB}.Debug|iPhone.Build.0 = Debug|iPhone - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB}.Debug|x64.ActiveCfg = Debug|iPhoneSimulator - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB}.Debug|x86.ActiveCfg = Debug|iPhoneSimulator - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB}.Release|ARM.ActiveCfg = Release|iPhoneSimulator - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB}.Release|ARM64.ActiveCfg = Release|iPhoneSimulator - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB}.Release|iPhone.ActiveCfg = Release|iPhone - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB}.Release|x64.ActiveCfg = Release|iPhoneSimulator - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB}.Release|x86.ActiveCfg = Release|iPhoneSimulator - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Ad-Hoc|Any CPU.ActiveCfg = Debug|x86 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Ad-Hoc|Any CPU.Build.0 = Debug|x86 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Ad-Hoc|Any CPU.Deploy.0 = Debug|x86 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Ad-Hoc|ARM.ActiveCfg = Debug|ARM - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Ad-Hoc|ARM.Build.0 = Debug|ARM - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Ad-Hoc|ARM.Deploy.0 = Debug|ARM - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Ad-Hoc|ARM64.ActiveCfg = Debug|ARM64 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Ad-Hoc|ARM64.Build.0 = Debug|ARM64 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Ad-Hoc|ARM64.Deploy.0 = Debug|ARM64 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Ad-Hoc|iPhone.ActiveCfg = Debug|x86 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Ad-Hoc|iPhone.Build.0 = Debug|x86 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Ad-Hoc|iPhone.Deploy.0 = Debug|x86 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|x86 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|x86 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Debug|x86 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Ad-Hoc|x64.ActiveCfg = Debug|x64 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Ad-Hoc|x64.Build.0 = Debug|x64 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Ad-Hoc|x64.Deploy.0 = Debug|x64 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Ad-Hoc|x86.ActiveCfg = Debug|x86 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Ad-Hoc|x86.Build.0 = Debug|x86 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Ad-Hoc|x86.Deploy.0 = Debug|x86 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.AppStore|Any CPU.ActiveCfg = Debug|x86 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.AppStore|Any CPU.Build.0 = Debug|x86 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.AppStore|Any CPU.Deploy.0 = Debug|x86 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.AppStore|ARM.ActiveCfg = Debug|ARM - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.AppStore|ARM.Build.0 = Debug|ARM - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.AppStore|ARM.Deploy.0 = Debug|ARM - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.AppStore|ARM64.ActiveCfg = Debug|ARM64 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.AppStore|ARM64.Build.0 = Debug|ARM64 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.AppStore|ARM64.Deploy.0 = Debug|ARM64 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.AppStore|iPhone.ActiveCfg = Debug|x86 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.AppStore|iPhone.Build.0 = Debug|x86 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.AppStore|iPhone.Deploy.0 = Debug|x86 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.AppStore|iPhoneSimulator.ActiveCfg = Debug|x86 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.AppStore|iPhoneSimulator.Build.0 = Debug|x86 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.AppStore|iPhoneSimulator.Deploy.0 = Debug|x86 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.AppStore|x64.ActiveCfg = Debug|x64 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.AppStore|x64.Build.0 = Debug|x64 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.AppStore|x64.Deploy.0 = Debug|x64 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.AppStore|x86.ActiveCfg = Debug|x86 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.AppStore|x86.Build.0 = Debug|x86 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.AppStore|x86.Deploy.0 = Debug|x86 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Debug|Any CPU.ActiveCfg = Debug|x86 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Debug|ARM.ActiveCfg = Debug|ARM - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Debug|ARM.Build.0 = Debug|ARM - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Debug|ARM.Deploy.0 = Debug|ARM - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Debug|ARM64.ActiveCfg = Debug|ARM64 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Debug|ARM64.Build.0 = Debug|ARM64 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Debug|ARM64.Deploy.0 = Debug|ARM64 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Debug|iPhone.ActiveCfg = Debug|x86 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Debug|x64.ActiveCfg = Debug|x64 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Debug|x64.Build.0 = Debug|x64 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Debug|x64.Deploy.0 = Debug|x64 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Debug|x86.ActiveCfg = Debug|x86 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Debug|x86.Build.0 = Debug|x86 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Debug|x86.Deploy.0 = Debug|x86 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Release|Any CPU.ActiveCfg = Release|x86 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Release|ARM.ActiveCfg = Release|ARM - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Release|ARM64.ActiveCfg = Release|ARM64 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Release|iPhone.ActiveCfg = Release|x86 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Release|iPhoneSimulator.ActiveCfg = Release|x86 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Release|x64.ActiveCfg = Release|x64 - {5329834F-BF4C-4FDD-B591-53ACB280B6B5}.Release|x86.ActiveCfg = Release|x86 - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Ad-Hoc|ARM64.ActiveCfg = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Ad-Hoc|ARM64.Build.0 = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Ad-Hoc|x64.Build.0 = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Ad-Hoc|x86.Build.0 = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.AppStore|Any CPU.Build.0 = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.AppStore|ARM.ActiveCfg = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.AppStore|ARM.Build.0 = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.AppStore|ARM64.ActiveCfg = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.AppStore|ARM64.Build.0 = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.AppStore|iPhone.Build.0 = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.AppStore|x64.ActiveCfg = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.AppStore|x64.Build.0 = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.AppStore|x86.ActiveCfg = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.AppStore|x86.Build.0 = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Debug|ARM.ActiveCfg = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Debug|ARM.Build.0 = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Debug|ARM64.ActiveCfg = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Debug|ARM64.Build.0 = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Debug|iPhone.Build.0 = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Debug|x64.ActiveCfg = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Debug|x64.Build.0 = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Debug|x86.ActiveCfg = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Debug|x86.Build.0 = Debug|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Release|ARM.ActiveCfg = Release|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Release|ARM64.ActiveCfg = Release|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Release|iPhone.ActiveCfg = Release|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Release|x64.ActiveCfg = Release|Any CPU - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F}.Release|x86.ActiveCfg = Release|Any CPU {1CDB43BD-71F9-46C6-816C-4EFC9FA2ED1C}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU {1CDB43BD-71F9-46C6-816C-4EFC9FA2ED1C}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU {1CDB43BD-71F9-46C6-816C-4EFC9FA2ED1C}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU @@ -1509,174 +1029,6 @@ Global {1CDB43BD-71F9-46C6-816C-4EFC9FA2ED1C}.Release|x64.Build.0 = Release|Any CPU {1CDB43BD-71F9-46C6-816C-4EFC9FA2ED1C}.Release|x86.ActiveCfg = Release|Any CPU {1CDB43BD-71F9-46C6-816C-4EFC9FA2ED1C}.Release|x86.Build.0 = Release|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Ad-Hoc|ARM64.ActiveCfg = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Ad-Hoc|ARM64.Build.0 = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Ad-Hoc|x64.Build.0 = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Ad-Hoc|x86.Build.0 = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.AppStore|Any CPU.Build.0 = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.AppStore|ARM.ActiveCfg = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.AppStore|ARM.Build.0 = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.AppStore|ARM64.ActiveCfg = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.AppStore|ARM64.Build.0 = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.AppStore|iPhone.Build.0 = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.AppStore|x64.ActiveCfg = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.AppStore|x64.Build.0 = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.AppStore|x86.ActiveCfg = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.AppStore|x86.Build.0 = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Debug|Any CPU.Build.0 = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Debug|ARM.ActiveCfg = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Debug|ARM.Build.0 = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Debug|ARM64.ActiveCfg = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Debug|ARM64.Build.0 = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Debug|iPhone.Build.0 = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Debug|x64.ActiveCfg = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Debug|x64.Build.0 = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Debug|x86.ActiveCfg = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Debug|x86.Build.0 = Debug|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Release|Any CPU.ActiveCfg = Release|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Release|Any CPU.Build.0 = Release|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Release|ARM.ActiveCfg = Release|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Release|ARM.Build.0 = Release|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Release|ARM64.ActiveCfg = Release|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Release|ARM64.Build.0 = Release|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Release|iPhone.ActiveCfg = Release|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Release|iPhone.Build.0 = Release|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Release|iPhoneSimulator.Build.0 = Release|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Release|x64.ActiveCfg = Release|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Release|x64.Build.0 = Release|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Release|x86.ActiveCfg = Release|Any CPU - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793}.Release|x86.Build.0 = Release|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Ad-Hoc|ARM64.ActiveCfg = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Ad-Hoc|ARM64.Build.0 = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Ad-Hoc|x64.Build.0 = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Ad-Hoc|x86.Build.0 = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.AppStore|Any CPU.Build.0 = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.AppStore|ARM.ActiveCfg = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.AppStore|ARM.Build.0 = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.AppStore|ARM64.ActiveCfg = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.AppStore|ARM64.Build.0 = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.AppStore|iPhone.Build.0 = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.AppStore|x64.ActiveCfg = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.AppStore|x64.Build.0 = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.AppStore|x86.ActiveCfg = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.AppStore|x86.Build.0 = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Debug|Any CPU.Build.0 = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Debug|ARM.ActiveCfg = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Debug|ARM.Build.0 = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Debug|ARM64.ActiveCfg = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Debug|ARM64.Build.0 = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Debug|iPhone.Build.0 = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Debug|x64.ActiveCfg = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Debug|x64.Build.0 = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Debug|x86.ActiveCfg = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Debug|x86.Build.0 = Debug|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Release|Any CPU.ActiveCfg = Release|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Release|Any CPU.Build.0 = Release|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Release|ARM.ActiveCfg = Release|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Release|ARM.Build.0 = Release|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Release|ARM64.ActiveCfg = Release|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Release|ARM64.Build.0 = Release|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Release|iPhone.ActiveCfg = Release|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Release|iPhone.Build.0 = Release|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Release|iPhoneSimulator.Build.0 = Release|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Release|x64.ActiveCfg = Release|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Release|x64.Build.0 = Release|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Release|x86.ActiveCfg = Release|Any CPU - {99E31579-1168-4983-BCED-E7853E33EF5B}.Release|x86.Build.0 = Release|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Ad-Hoc|ARM64.ActiveCfg = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Ad-Hoc|ARM64.Build.0 = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Ad-Hoc|x64.Build.0 = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Ad-Hoc|x86.Build.0 = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.AppStore|Any CPU.Build.0 = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.AppStore|ARM.ActiveCfg = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.AppStore|ARM.Build.0 = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.AppStore|ARM64.ActiveCfg = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.AppStore|ARM64.Build.0 = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.AppStore|iPhone.Build.0 = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.AppStore|x64.ActiveCfg = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.AppStore|x64.Build.0 = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.AppStore|x86.ActiveCfg = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.AppStore|x86.Build.0 = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Debug|Any CPU.Build.0 = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Debug|ARM.ActiveCfg = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Debug|ARM.Build.0 = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Debug|ARM64.ActiveCfg = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Debug|ARM64.Build.0 = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Debug|iPhone.Build.0 = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Debug|x64.ActiveCfg = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Debug|x64.Build.0 = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Debug|x86.ActiveCfg = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Debug|x86.Build.0 = Debug|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Release|Any CPU.ActiveCfg = Release|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Release|Any CPU.Build.0 = Release|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Release|ARM.ActiveCfg = Release|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Release|ARM.Build.0 = Release|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Release|ARM64.ActiveCfg = Release|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Release|ARM64.Build.0 = Release|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Release|iPhone.ActiveCfg = Release|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Release|iPhone.Build.0 = Release|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Release|iPhoneSimulator.Build.0 = Release|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Release|x64.ActiveCfg = Release|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Release|x64.Build.0 = Release|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Release|x86.ActiveCfg = Release|Any CPU - {0CA60466-059C-42D3-9B68-6BBB75A75090}.Release|x86.Build.0 = Release|Any CPU {3A5D7EA4-5AD9-4D34-87E6-B34416CA928E}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU {3A5D7EA4-5AD9-4D34-87E6-B34416CA928E}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU {3A5D7EA4-5AD9-4D34-87E6-B34416CA928E}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU @@ -1733,118 +1085,6 @@ Global {3A5D7EA4-5AD9-4D34-87E6-B34416CA928E}.Release|x64.Build.0 = Release|Any CPU {3A5D7EA4-5AD9-4D34-87E6-B34416CA928E}.Release|x86.ActiveCfg = Release|Any CPU {3A5D7EA4-5AD9-4D34-87E6-B34416CA928E}.Release|x86.Build.0 = Release|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Ad-Hoc|ARM64.ActiveCfg = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Ad-Hoc|ARM64.Build.0 = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Ad-Hoc|x64.Build.0 = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Ad-Hoc|x86.Build.0 = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.AppStore|Any CPU.Build.0 = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.AppStore|ARM.ActiveCfg = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.AppStore|ARM.Build.0 = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.AppStore|ARM64.ActiveCfg = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.AppStore|ARM64.Build.0 = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.AppStore|iPhone.Build.0 = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.AppStore|x64.ActiveCfg = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.AppStore|x64.Build.0 = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.AppStore|x86.ActiveCfg = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.AppStore|x86.Build.0 = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Debug|Any CPU.Build.0 = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Debug|ARM.ActiveCfg = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Debug|ARM.Build.0 = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Debug|ARM64.ActiveCfg = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Debug|ARM64.Build.0 = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Debug|iPhone.Build.0 = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Debug|x64.ActiveCfg = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Debug|x64.Build.0 = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Debug|x86.ActiveCfg = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Debug|x86.Build.0 = Debug|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Release|Any CPU.ActiveCfg = Release|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Release|Any CPU.Build.0 = Release|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Release|ARM.ActiveCfg = Release|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Release|ARM.Build.0 = Release|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Release|ARM64.ActiveCfg = Release|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Release|ARM64.Build.0 = Release|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Release|iPhone.ActiveCfg = Release|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Release|iPhone.Build.0 = Release|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Release|iPhoneSimulator.Build.0 = Release|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Release|x64.ActiveCfg = Release|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Release|x64.Build.0 = Release|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Release|x86.ActiveCfg = Release|Any CPU - {F8D00106-0598-45E7-B92E-EF408249C02E}.Release|x86.Build.0 = Release|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Ad-Hoc|ARM64.ActiveCfg = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Ad-Hoc|ARM64.Build.0 = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Ad-Hoc|x64.Build.0 = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Ad-Hoc|x86.Build.0 = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.AppStore|Any CPU.Build.0 = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.AppStore|ARM.ActiveCfg = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.AppStore|ARM.Build.0 = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.AppStore|ARM64.ActiveCfg = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.AppStore|ARM64.Build.0 = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.AppStore|iPhone.Build.0 = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.AppStore|x64.ActiveCfg = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.AppStore|x64.Build.0 = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.AppStore|x86.ActiveCfg = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.AppStore|x86.Build.0 = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Debug|Any CPU.Build.0 = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Debug|ARM.ActiveCfg = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Debug|ARM.Build.0 = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Debug|ARM64.ActiveCfg = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Debug|ARM64.Build.0 = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Debug|iPhone.Build.0 = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Debug|x64.ActiveCfg = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Debug|x64.Build.0 = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Debug|x86.ActiveCfg = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Debug|x86.Build.0 = Debug|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Release|Any CPU.ActiveCfg = Release|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Release|Any CPU.Build.0 = Release|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Release|ARM.ActiveCfg = Release|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Release|ARM.Build.0 = Release|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Release|ARM64.ActiveCfg = Release|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Release|ARM64.Build.0 = Release|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Release|iPhone.ActiveCfg = Release|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Release|iPhone.Build.0 = Release|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Release|iPhoneSimulator.Build.0 = Release|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Release|x64.ActiveCfg = Release|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Release|x64.Build.0 = Release|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Release|x86.ActiveCfg = Release|Any CPU - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C}.Release|x86.Build.0 = Release|Any CPU {C8DF10B0-D157-47CF-BD10-9EE1D06BEB9A}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU {C8DF10B0-D157-47CF-BD10-9EE1D06BEB9A}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU {C8DF10B0-D157-47CF-BD10-9EE1D06BEB9A}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU @@ -1920,25 +1160,10 @@ Global {BA699DAD-25FA-4AAB-85FD-34D4E57DE920} = {69149D0F-BB09-411B-88F0-A1E845058D70} {A7EC4CC5-3800-4104-BAEF-49E8016740CF} = {01380FB8-F8A7-4416-AABA-5407574B7723} {55930DA1-35A4-445A-8028-02D22AFF20DB} = {69149D0F-BB09-411B-88F0-A1E845058D70} - {79AFD8FC-7789-47B7-B808-26E03D0F1E05} = {01380FB8-F8A7-4416-AABA-5407574B7723} - {347CDC37-E140-42FA-8710-A0F3297D2B6B} = {01380FB8-F8A7-4416-AABA-5407574B7723} - {E2B20928-DAE2-4A9C-BDAF-D787B4F48391} = {01380FB8-F8A7-4416-AABA-5407574B7723} {CF632609-DE29-4375-B887-F0EB2EB6FC80} = {01380FB8-F8A7-4416-AABA-5407574B7723} - {774FD8D5-CCC1-4EED-AA14-F7069BFAE5CE} = {01380FB8-F8A7-4416-AABA-5407574B7723} {3038EDA8-3068-45AD-99A2-36986627B880} = {01380FB8-F8A7-4416-AABA-5407574B7723} - {54E4D84F-F98F-41B3-A8D6-289FA6347618} = {B7EC0D82-6637-45BD-BBB4-62D730C85529} - {6D1F389A-9954-40C1-923D-254EEC7E7380} = {54E4D84F-F98F-41B3-A8D6-289FA6347618} - {04F1B32D-9056-43FC-B4C2-B8C5481BDACB} = {54E4D84F-F98F-41B3-A8D6-289FA6347618} - {5329834F-BF4C-4FDD-B591-53ACB280B6B5} = {54E4D84F-F98F-41B3-A8D6-289FA6347618} - {38379AB4-D31E-4AB2-9817-8A9F44AE7D4F} = {54E4D84F-F98F-41B3-A8D6-289FA6347618} - {6279C845-92F8-4333-AB99-3D213163593C} = {B7EC0D82-6637-45BD-BBB4-62D730C85529} {1CDB43BD-71F9-46C6-816C-4EFC9FA2ED1C} = {69149D0F-BB09-411B-88F0-A1E845058D70} - {2B5C0BEA-18D8-4B82-AF64-EDE15505E793} = {01380FB8-F8A7-4416-AABA-5407574B7723} - {99E31579-1168-4983-BCED-E7853E33EF5B} = {01380FB8-F8A7-4416-AABA-5407574B7723} - {0CA60466-059C-42D3-9B68-6BBB75A75090} = {01380FB8-F8A7-4416-AABA-5407574B7723} {3A5D7EA4-5AD9-4D34-87E6-B34416CA928E} = {01380FB8-F8A7-4416-AABA-5407574B7723} - {F8D00106-0598-45E7-B92E-EF408249C02E} = {01380FB8-F8A7-4416-AABA-5407574B7723} - {442D1E25-FFD1-405D-A1FC-40CAFCAD190C} = {01380FB8-F8A7-4416-AABA-5407574B7723} {C8DF10B0-D157-47CF-BD10-9EE1D06BEB9A} = {01380FB8-F8A7-4416-AABA-5407574B7723} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution diff --git a/README.md b/README.md index b40affe0..4491573d 100644 --- a/README.md +++ b/README.md @@ -36,15 +36,6 @@ As many developers know, projects like MADE.NET are built and maintained in spar | Runtime | [![NuGet](https://img.shields.io/nuget/v/MADE.Runtime)](https://www.nuget.org/packages/MADE.Runtime/) | [![NuGet](https://img.shields.io/nuget/vpre/MADE.Runtime)](https://www.nuget.org/packages/MADE.Runtime/) | [![NuGet Downloads](https://img.shields.io/nuget/dt/MADE.Runtime.svg)](https://www.nuget.org/packages/MADE.Runtime) | | Testing | [![NuGet](https://img.shields.io/nuget/v/MADE.Testing)](https://www.nuget.org/packages/MADE.Testing/) | [![NuGet](https://img.shields.io/nuget/vpre/MADE.Testing)](https://www.nuget.org/packages/MADE.Testing/) | [![NuGet Downloads](https://img.shields.io/nuget/dt/MADE.Testing.svg)](https://www.nuget.org/packages/MADE.Testing) | | Threading | [![NuGet](https://img.shields.io/nuget/v/MADE.Threading)](https://www.nuget.org/packages/MADE.Threading/) | [![NuGet](https://img.shields.io/nuget/vpre/MADE.Threading)](https://www.nuget.org/packages/MADE.Threading/) | [![NuGet Downloads](https://img.shields.io/nuget/dt/MADE.Threading.svg)](https://www.nuget.org/packages/MADE.Threading) | -| UI | [![NuGet](https://img.shields.io/nuget/v/MADE.UI)](https://www.nuget.org/packages/MADE.UI/) | [![NuGet](https://img.shields.io/nuget/vpre/MADE.UI)](https://www.nuget.org/packages/MADE.UI/) | [![NuGet Downloads](https://img.shields.io/nuget/dt/MADE.UI.svg)](https://www.nuget.org/packages/MADE.UI) | -| UI.Controls.DropDownList | [![NuGet](https://img.shields.io/nuget/v/MADE.UI.Controls.DropDownList)](https://www.nuget.org/packages/MADE.UI.Controls.DropDownList/) | [![NuGet](https://img.shields.io/nuget/vpre/MADE.UI.Controls.DropDownList)](https://www.nuget.org/packages/MADE.UI.Controls.DropDownList/) | [![NuGet Downloads](https://img.shields.io/nuget/dt/MADE.UI.Controls.DropDownList.svg)](https://www.nuget.org/packages/MADE.UI.Controls.DropDownList) | -| UI.Controls.FilePicker | [![NuGet](https://img.shields.io/nuget/v/MADE.UI.Controls.FilePicker)](https://www.nuget.org/packages/MADE.UI.Controls.FilePicker/) | [![NuGet](https://img.shields.io/nuget/vpre/MADE.UI.Controls.FilePicker)](https://www.nuget.org/packages/MADE.UI.Controls.FilePicker/) | [![NuGet Downloads](https://img.shields.io/nuget/dt/MADE.UI.Controls.FilePicker.svg)](https://www.nuget.org/packages/MADE.UI.Controls.FilePicker) | -| UI.Controls.Validator | [![NuGet](https://img.shields.io/nuget/v/MADE.UI.Controls.Validator)](https://www.nuget.org/packages/MADE.UI.Controls.Validator/) | [![NuGet](https://img.shields.io/nuget/vpre/MADE.UI.Controls.Validator)](https://www.nuget.org/packages/MADE.UI.Controls.Validator/) | [![NuGet Downloads](https://img.shields.io/nuget/dt/MADE.UI.Controls.Validator.svg)](https://www.nuget.org/packages/MADE.UI.Controls.Validator) | -| UI.Styling | [![NuGet](https://img.shields.io/nuget/v/MADE.UI.Styling)](https://www.nuget.org/packages/MADE.UI.Styling/) | [![NuGet](https://img.shields.io/nuget/vpre/MADE.UI.Styling)](https://www.nuget.org/packages/MADE.UI.Styling/) | [![NuGet Downloads](https://img.shields.io/nuget/dt/MADE.UI.Styling.svg)](https://www.nuget.org/packages/MADE.UI.Styling) | -| UI.ViewManagement | [![NuGet](https://img.shields.io/nuget/v/MADE.UI.ViewManagement)](https://www.nuget.org/packages/MADE.UI.ViewManagement/) | [![NuGet](https://img.shields.io/nuget/vpre/MADE.UI.ViewManagement)](https://www.nuget.org/packages/MADE.UI.ViewManagement/) | [![NuGet Downloads](https://img.shields.io/nuget/dt/MADE.UI.ViewManagement.svg)](https://www.nuget.org/packages/MADE.UI.ViewManagement) | -| UI.Views.Dialogs | [![NuGet](https://img.shields.io/nuget/v/MADE.UI.Views.Dialogs)](https://www.nuget.org/packages/MADE.UI.Views.Dialogs/) | [![NuGet](https://img.shields.io/nuget/vpre/MADE.UI.Views.Dialogs)](https://www.nuget.org/packages/MADE.UI.Views.Dialogs/) | [![NuGet Downloads](https://img.shields.io/nuget/dt/MADE.UI.Views.Dialogs.svg)](https://www.nuget.org/packages/MADE.UI.Views.Dialogs) | -| UI.Views.Navigation | [![NuGet](https://img.shields.io/nuget/v/MADE.UI.Views.Navigation)](https://www.nuget.org/packages/MADE.UI.Views.Navigation/) | [![NuGet](https://img.shields.io/nuget/vpre/MADE.UI.Views.Navigation)](https://www.nuget.org/packages/MADE.UI.Views.Navigation/) | [![NuGet Downloads](https://img.shields.io/nuget/dt/MADE.UI.Views.Navigation.svg)](https://www.nuget.org/packages/MADE.UI.Views.Navigation) | -| UI.Views.Navigation.Mvvm | [![NuGet](https://img.shields.io/nuget/v/MADE.UI.Views.Navigation.Mvvm)](https://www.nuget.org/packages/MADE.UI.Views.Navigation.Mvvm/) | [![NuGet](https://img.shields.io/nuget/vpre/MADE.UI.Views.Navigation.Mvvm)](https://www.nuget.org/packages/MADE.UI.Views.Navigation.Mvvm/) | [![NuGet Downloads](https://img.shields.io/nuget/dt/MADE.UI.Views.Navigation.Mvvm.svg)](https://www.nuget.org/packages/MADE.UI.Views.Navigation.Mvvm) | | Web | [![NuGet](https://img.shields.io/nuget/v/MADE.Web)](https://www.nuget.org/packages/MADE.Web/) | [![NuGet](https://img.shields.io/nuget/vpre/MADE.Web)](https://www.nuget.org/packages/MADE.Web/) | [![NuGet Downloads](https://img.shields.io/nuget/dt/MADE.Web.svg)](https://www.nuget.org/packages/MADE.Web) | | Web.Mvc | [![NuGet](https://img.shields.io/nuget/v/MADE.Web.Mvc)](https://www.nuget.org/packages/MADE.Web.Mvc/) | [![NuGet](https://img.shields.io/nuget/vpre/MADE.Web.Mvc)](https://www.nuget.org/packages/MADE.Web.Mvc/) | [![NuGet Downloads](https://img.shields.io/nuget/dt/MADE.Web.Mvc.svg)](https://www.nuget.org/packages/MADE.Web.Mvc) | diff --git a/assets/SampleIcons.afdesign b/assets/SampleIcons.afdesign deleted file mode 100644 index ba3d264c..00000000 Binary files a/assets/SampleIcons.afdesign and /dev/null differ diff --git a/docs/articles/features/ui-controls-dropdownlist.md b/docs/articles/features/ui-controls-dropdownlist.md deleted file mode 100644 index 3352da63..00000000 --- a/docs/articles/features/ui-controls-dropdownlist.md +++ /dev/null @@ -1,68 +0,0 @@ ---- -uid: package-ui-controls-dropdownlist -title: Using the DropDownList control ---- - -# Using the DropDownList control - -The `MADE.UI.Controls.DropDownList` element is a custom-built UI element for Windows (UWP) applications that provides a selection user experience, allowing a user to select one or multiple items from a list. - -The control works in a similar way to the `ComboBox` element in the Windows SDK, with the added extensibility to change modes to select multiple items. - -Shown below is the visuals for the control in its default state, in a multiple selection mode. - -DropDownList control showing multiple selected items - -DropDownList control showing expanded selection with selected items - -## Example usage - -```xml - - - - - - -``` - -## Customizing the DropDownList - -The control has many customization properties that are exposed to tailor the experience for your application. - -### HeaderTemplate - -The `Header` can be customized to include custom UI elements as well as a string resource. - -The `HeaderTemplate` is also available to provide a `DataTemplate` for you to define the rendered UI for the `Header`. - -### ItemTemplate and ItemTemplateSelector - -The rendered UI elements for the items in the control can be customized with the `ItemTemplate` or `ItemTemplateSelector`. - -### SelectionMode - -The `DropDownList` has two selection modes, `Single` and `Multiple`. - -By default, the control works in a `Single` selection mode. - -### MaxDropDownHeight - -The height of the drop-down can be customized to allow you to show more results that the default expanded view. - -By default, the drop down will expand to 248 pixels. diff --git a/docs/articles/features/ui-controls-filepicker.md b/docs/articles/features/ui-controls-filepicker.md deleted file mode 100644 index 56111f20..00000000 --- a/docs/articles/features/ui-controls-filepicker.md +++ /dev/null @@ -1,95 +0,0 @@ ---- -uid: package-ui-controls-filepicker -title: Using the FilePicker control ---- - -# Using the FilePicker control - -The `MADE.UI.Controls.FilePicker` element is a custom-built UI element that works with [Uno's supported platforms](https://platform.uno/) that provides a file selection user experience. - -The control works in a similar way to the `` element in web applications. - -Shown below is the visuals for the control in its default state, in a multiple selection mode. - -FilePicker with chosen files - -## Example usage - -```xml - - - - - - -``` - -## Retrieving selected files - -The control exposes the selected files through the `Files` list property. - -The type of objects contained in this collection will be `FilePickerItem` which contains the details for the file including: - -- The file as a `StorageFile` -- The thumbnail as a `BitmapImage` -- The file name including the extension -- The display name -- The file type -- The file path - -## Customizing the FilePicker - -The control has many customization properties that are exposed to tailor the experience for your application. - -### HeaderTemplate - -The `Header` can be customized to include custom UI elements as well as a string resource. - -The `HeaderTemplate` is also available to provide a `DataTemplate` for you to define the rendered UI for the `Header`. - -### ChooseFileButtonContent and ChooseFileButtonContentTemplate - -The `ChooseFileButtonContent` can be used to set the UI elements or string resource displayed on the button. - -The rendered UI elements for the button content in the control can also be customized with the `ChooseFileButtonContentTemplate`. - -### SelectionMode - -The `FilePicker` has two selection modes, `Single` and `Multiple`. - -By default, the control works in a `Single` selection mode. - -### FileTypes - -When the user selects the button to choose files, you can customize what files can be selected using a list of file extensions with the `FileTypes` property. - -By default, the control will allow any file to be selected using the `*` selector. - -### AppendFiles - -If multiple selection is enabled, the `AppendFiles` boolean flag will allow your user to append additional files to the existing selections if they choose to add more files. - -By default, this is `false` which will overwrite the files chosen on subsequent additions. - -### ItemsViewStyle - -The `ItemsViewStyle` controls the styling applied to the view which displays the selected items. - -The default user experience styling is shown at the top of this article. diff --git a/docs/articles/features/ui-controls-validator.md b/docs/articles/features/ui-controls-validator.md deleted file mode 100644 index 22b88524..00000000 --- a/docs/articles/features/ui-controls-validator.md +++ /dev/null @@ -1,115 +0,0 @@ ---- -uid: package-ui-controls-validator -title: Using the InputValidator control ---- - -# Using the InputValidator control - -The `MADE.UI.Controls.InputValidator` element is a custom-built UI element wrapper for input controls that works with [Uno's supported platforms](https://platform.uno/) that provides an input validation experience. - -Shown below is the visuals for the control in its default state validating a `TextBox` and `DatePicker` with input validators from the `MADE.NET.Data.Validation` library. - -InputValidator usages for a TextBox and DatePicker - -## Example usage - -```xml - - - - - - - - - - - - -``` - -```csharp -namespace InputValidatorSample -{ - using System; - using System.Collections.Generic; - using System.Collections.ObjectModel; - using System.Diagnostics; - using global::Windows.UI.Xaml.Controls; - using MADE.Data.Validation; - using MADE.Data.Validation.Validators; - using MADE.UI.Controls; - - public sealed partial class MainPage : Page - { - public MainPage() - { - this.InitializeComponent(); - - this.TextBoxValidator.Validators = new ValidatorCollection - { - new RequiredValidator(), - new EmailValidator(), - }; - - this.DatePickerValidator.Validators = new ValidatorCollection - { - new RequiredValidator(), - new BetweenValidator(DateTimeOffset.Now, DateTimeOffset.Now.AddDays(7)), - }; - } - } -} -``` - -## Validating an input - -The `InputValidator` is designed in a way that it can be used with any input control, whether in-built like `TextBox` or custom-built like the MADE `FilePicker` control. - -Simply, the `Input` property of the validator needs to be bound to the input value reference from the wrapped input control that needs to be validated. - -You can then provide a `ValidatorCollection` instance from the [Data Validation package](data-validation.md), containing the `IValidator` instances that will be run on the input. - -This can either be a bound property in your view-model, set in your view code-behind, or defined in your XAML as a static resource. - -The implementation of using `IValidator` instances allows you to dynamically configure your validators based on other criteria of your view. - -For example, you might want to validate two `DatePicker` controls that define a min/max range. The validator for the maximum date could be dynamically updated so that its minimum value is defined based on the value of the minimum date picker. - -## Extending input validation for your application's needs - -The validation of the `InputValidator` is based on `IValidator` instances from the Data Validation package. - -While the package provides a common set of validators for basic scenarios such as required, range, min, max, and email, you can create your own. - -Find more detail on creating your own custom `IValidator` types in our [Data Validation article](data-validation.md#creating-your-own-custom-data-validators). - -## Customizing the InputValidator - -The control has many customization properties that are exposed to tailor the experience for your application. - -### FeedbackMessageStyle - -The `FeedbackMessageStyle` controls the styling applied to the `TextBlock` that displays the validator messages. - -The default user experience styling is shown at the top of this article. diff --git a/docs/articles/features/ui-styling.md b/docs/articles/features/ui-styling.md deleted file mode 100644 index 81b6fe69..00000000 --- a/docs/articles/features/ui-styling.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -uid: package-ui-styling -title: Using the UI Styling package ---- - -# Using the UI Styling package - -The UI Styling package is designed for improving the flow of designing native applications for Windows, Android, iOS, macOS, Linux, and the web. - -## Converting HEX strings to colors and SolidColorBrush with ColorExtensions - -The `MADE.UI.Styling.Colors.ColorExtensions` provides a collection of extensions that can be used to manipulate `System.Drawing.Color`, `Windows.UI.Color` or `Windows.UI.Xaml.Media.SolidColorBrush` objects such as converting a HEX value to them and back. - -Below are some example usages for your applications built for Windows and the Uno Platform. - -### Convert HEX String to Color and back example - -```csharp -private void HexColorConversion() -{ - Windows.UI.Color redWindowsColor = "#FF0000".ToWindowsColor(); - System.Drawing.Color redSystemColor = "#FF0000".ToSystemColor(); - - string redHex = redColor.ToHexString(); // or redSystemColor.ToHexString(); -} -``` - -**Note**, the `ToColor()` extension for HEX strings supported both RGB and ARGB formats, taking into consideration the transparency layer. - -### Convert Color to SolidColorBrush example - -```csharp -private void ColorSolidColorBrushConversion() -{ - SolidColorBrush redBrush = Windows.UI.Colors.Red.ToSolidColorBrush(); // or System.Drawing.Color.Red.ToSolidColorBrush(); -} -``` diff --git a/docs/articles/features/ui-view-management.md b/docs/articles/features/ui-view-management.md deleted file mode 100644 index 2e6274e1..00000000 --- a/docs/articles/features/ui-view-management.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -uid: package-ui-view-management -title: Using the UI View Management package ---- - -# Using the UI View Management package - -The UI View Management package is designed for improving how your applications can create and manage additional windows in Windows applications. - -## Creating a new application window with a Page type - -Windows application developers working with a navigation `Frame` will be aware of the ease of use for navigating your applications with `Page` object types. - -You can simply call `Navigate` passing a parameter object. So why shouldn't creating a new window follow the same way. - -The `WindowManager` helper class provides a `CreateNewWindowForPageAsync` method with multiple overloads with this exact capability. - -Below is an example of launching a new application window with a page type. - -```csharp -private async Task LaunchNewWindow() -{ - await WindowManager.CreateNewWindowForPageAsync(typeof(MainPage), "ParameterObject"); -} -``` - -This example will launch a new Window with an initial page showing the `MainPage`, passing the string as a page navigation parameter. - -### Accessing the window's CoreDispatcher - -When a new window is launched using the `CreateNewWindowForPageAsync` methods, the view's `CoreDispatcher` instance will be registered with the `ViewCoreDispatcherManager` instance. - -This can be accessed from anywhere in your application's executing code using the `ViewCoreDispatcherManager.Current.Get` method passing the identifier of the view. - -To keep an instance of the view ID associated with your page, when initializing your page class, you can retrieve the view ID using the following code. - -```csharp -public MainPage() -{ - var view = ApplicationView.GetForCurrentView(); - this.ViewId = view?.Id ?? -1; -} - -public int ViewId { get; } -``` diff --git a/docs/articles/features/ui.md b/docs/articles/features/ui.md deleted file mode 100644 index 7a12c54f..00000000 --- a/docs/articles/features/ui.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -uid: package-ui -title: Using the UI package ---- - -# Using the UI package - -The UI package is a base package for building out UI components for native applications for Windows, Android, iOS, macOS, Linux, and the web. - -Its main purpose is to be used by the additional MADE.NET UI packages. However, it can be used to build your own custom UI elements for your own applications. - -## Building custom controls for Windows or Uno Platform applications - -The `MADE.UI.Controls.Control` is an extension to the [`Windows.UI.Xaml.Controls.Control`](https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.control) that provides additional base components to make it easier to build custom controls. - -For detail on building the custom control itself, we highly recommend these resources for information on building them. - -- [Nick's .NET Travels - How to create a XAML templated control](https://nicksnettravels.builttoroam.com/tutorial-how-to-create-a-xaml-templated-control/) - -With this base class, you get the following additional features to work with. - -### IsVisible property - -`IsVisible` is a boolean property that controls the `Visibility` state of the control. - -When updated, the `IsVisibleChanged` event is fired which can be used to handle additional functions when a control is shown or hidden. - -### GetChildView{TView} method - -`GetChildView{TView}(string)` is a method which sits on top of the `GetTemplateChild` method of the underlying `Control` class. - -The method simplifies the understanding and usability of retrieving child UI elements by retrieving your UI elements in the expected type. diff --git a/docs/articles/intro.md b/docs/articles/intro.md index a942d6ac..78ae7879 100644 --- a/docs/articles/intro.md +++ b/docs/articles/intro.md @@ -35,12 +35,6 @@ dotnet add package MADE.Collections | MADE.Runtime | [![NuGet](https://img.shields.io/nuget/v/MADE.Runtime)](https://www.nuget.org/packages/MADE.Runtime/) | | MADE.Testing | [![NuGet](https://img.shields.io/nuget/v/MADE.Testing)](https://www.nuget.org/packages/MADE.Testing/) | | MADE.Threading | [![NuGet](https://img.shields.io/nuget/v/MADE.Threading)](https://www.nuget.org/packages/MADE.Threading/) | -| MADE.UI | [![NuGet](https://img.shields.io/nuget/v/MADE.UI)](https://www.nuget.org/packages/MADE.UI/) | -| MADE.UI.Controls.DropDownList | [![NuGet](https://img.shields.io/nuget/v/MADE.UI.Controls.DropDownList)](https://www.nuget.org/packages/MADE.UI.Controls.DropDownList/) | -| MADE.UI.Controls.FilePicker | [![NuGet](https://img.shields.io/nuget/v/MADE.UI.Controls.FilePicker)](https://www.nuget.org/packages/MADE.UI.Controls.FilePicker/) | -| MADE.UI.Controls.Validator | [![NuGet](https://img.shields.io/nuget/v/MADE.UI.Controls.Validator)](https://www.nuget.org/packages/MADE.UI.Controls.Validator/) | -| MADE.UI.Styling | [![NuGet](https://img.shields.io/nuget/v/MADE.UI.Styling)](https://www.nuget.org/packages/MADE.UI.Styling/) | -| MADE.UI.ViewManagement | [![NuGet](https://img.shields.io/nuget/v/MADE.UI.ViewManagement)](https://www.nuget.org/packages/MADE.UI.ViewManagement/) | | MADE.Web | [![NuGet](https://img.shields.io/nuget/v/MADE.Web)](https://www.nuget.org/packages/MADE.Web/) | | MADE.Web.Mvc | [![NuGet](https://img.shields.io/nuget/v/MADE.Web.Mvc)](https://www.nuget.org/packages/MADE.Web.Mvc/) | @@ -207,68 +201,6 @@ It includes features such as: -#### UI - -The UI package is a base library for building out great user experiences for applications built for Windows, Android, iOS, and the web. - -Taking advantage of the Uno Platform, the UI packages provide extensible features such as: - -- Control, a base implementation on top of the XAML `Control` type with additional functionality such as `IsVisible` (to get and set the state of the control's visibility), and `GetChildView` (to find and retrieve a UI element which is a child of the element). -- ContentControl, a base implementation on top of the XAML `ContentControl` type with additional functionality such as `IsVisible` (to get and set the state of the control's visibility), and `GetChildView` (to find and retrieve a UI element which is a child of the element). -- ViewExtensions, a collection of extensions for manipulating XAML `UIElement` objects including `SetVisible` (to toggle the visible state of the element and child elements). - - - -[Discover UI](features/ui.md) - - - -#### UI.Controls.DropDownList - -The UI Controls DropDownList library contains a Windows UI element that provides a selection user experience, allowing a user to select one or multiple items from a list. - -The control works in a similar way to the `ComboBox` element in the Windows SDK, with the added extensibility to change modes to select multiple items. - - - -[Discover UI.Controls.DropDownList](features/ui-controls-dropdownlist.md) - - - -#### UI.Controls.FilePicker - -The UI Controls FilePicker library contains a cross-platform UI element that provides a web-like `` equivalent for native applications. - -The control provides the capability to select one or multiple files of given types and show them within the UI. - - - -[Discover UI.Controls.FilePicker](features/ui-controls-filepicker.md) - - - -#### UI.Controls.Validator - -The UI Controls Validator library contains a cross-platform UI element that provides validation capabilities over any input element. - -Taking advantage of the Data Validation library, you can simply and easily setup input validation with error messaging for all input types, both built-in and custom, with minimal effort. - - - -[Discover UI.Controls.Validator](features/ui-controls-validator.md) - - - -#### UI.Styling - -The UI Styling library contains a collection of cross-platform UI styling components for improving the designing of applications. - - - -[Discover UI.Styling](features/ui-styling.md) - - - #### Web The Web library contains a collection of helpers and extensions that sit on top of ASP.NET Core, to provide useful components to complement your web applications. diff --git a/docs/articles/toc.yml b/docs/articles/toc.yml index c6fbe875..2a4e3143 100644 --- a/docs/articles/toc.yml +++ b/docs/articles/toc.yml @@ -22,22 +22,6 @@ href: features/testing.md - name: Threading href: features/threading.md - - name: UI - items: - - name: Overview - href: features/ui.md - - name: Controls - items: - - name: DropDownList - href: features/ui-controls-dropdownlist.md - - name: FilePicker - href: features/ui-controls-filepicker.md - - name: Validator - href: features/ui-controls-validator.md - - name: Styling - href: features/ui-styling.md - - name: View Management - href: features/ui-view-management.md - name: Web href: features/web.md - name: Web MVC diff --git a/docs/index.md b/docs/index.md index c3c19fdd..604f45b1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -154,20 +154,6 @@ title: Make App Development Easier --- -
-
-

- UI Components -

-
- MADE.NET provides a set of cross-platform UI components for Windows, WebAssembly, Android, iOS, macOS, and Linux. -
-
-
- A File Picker UI component example on Windows -
-
-
@@ -202,10 +188,10 @@ title: Make App Development Easier
A model icon

- Easy cross-platform page-to-page navigation + Cross-platform by default

- Ease your approach to cross-platform page-to-page navigation using MADE's page navigation service built on top of the MVVM Toolkit + No matter what platform your app is running on, MADE.NET provides a consistent set of APIs for any .NET application
diff --git a/samples/.vsconfig b/samples/.vsconfig deleted file mode 100644 index 99c343c0..00000000 --- a/samples/.vsconfig +++ /dev/null @@ -1,112 +0,0 @@ -{ - "version": "1.0", - "components": [ - "Microsoft.VisualStudio.Component.CoreEditor", - "Microsoft.VisualStudio.Workload.CoreEditor", - "Microsoft.NetCore.Component.Runtime.3.1", - "Microsoft.NetCore.Component.SDK", - "Microsoft.VisualStudio.Component.NuGet", - "Microsoft.Net.Component.4.6.1.TargetingPack", - "Microsoft.VisualStudio.Component.Roslyn.Compiler", - "Microsoft.VisualStudio.Component.Roslyn.LanguageServices", - "Microsoft.NetCore.Component.DevelopmentTools", - "Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions", - "Microsoft.VisualStudio.Component.DockerTools", - "Microsoft.NetCore.Component.Web", - "Microsoft.Net.Component.4.8.SDK", - "Microsoft.Net.Component.4.7.2.TargetingPack", - "Microsoft.Net.ComponentGroup.DevelopmentPrerequisites", - "Microsoft.VisualStudio.Component.TypeScript.4.0", - "Microsoft.VisualStudio.Component.JavaScript.TypeScript", - "Microsoft.VisualStudio.Component.JavaScript.Diagnostics", - "Microsoft.Component.MSBuild", - "Microsoft.VisualStudio.Component.TextTemplating", - "Component.Microsoft.VisualStudio.RazorExtension", - "Microsoft.VisualStudio.Component.IISExpress", - "Microsoft.VisualStudio.Component.SQL.ADAL", - "Microsoft.VisualStudio.Component.SQL.LocalDB.Runtime", - "Microsoft.VisualStudio.Component.Common.Azure.Tools", - "Microsoft.VisualStudio.Component.SQL.CLR", - "Microsoft.VisualStudio.Component.MSODBC.SQL", - "Microsoft.VisualStudio.Component.MSSQL.CMDLnUtils", - "Microsoft.VisualStudio.Component.ManagedDesktop.Core", - "Microsoft.Net.Component.4.5.2.TargetingPack", - "Microsoft.Net.Component.4.5.TargetingPack", - "Microsoft.VisualStudio.Component.SQL.SSDT", - "Microsoft.VisualStudio.Component.SQL.DataSources", - "Component.Microsoft.Web.LibraryManager", - "Microsoft.VisualStudio.ComponentGroup.Web", - "Microsoft.VisualStudio.Component.Web", - "Microsoft.VisualStudio.Component.IntelliCode", - "Component.Microsoft.VisualStudio.LiveShare", - "Microsoft.VisualStudio.ComponentGroup.Web.Client", - "Microsoft.Net.Component.4.TargetingPack", - "Microsoft.Net.Component.4.5.1.TargetingPack", - "Microsoft.Net.Component.4.6.TargetingPack", - "Microsoft.Net.ComponentGroup.TargetingPacks.Common", - "Component.Microsoft.VisualStudio.Web.AzureFunctions", - "Microsoft.VisualStudio.ComponentGroup.AzureFunctions", - "Microsoft.VisualStudio.Component.Azure.Compute.Emulator", - "Microsoft.VisualStudio.Component.Azure.Storage.Emulator", - "Microsoft.VisualStudio.Component.Azure.ClientLibs", - "Microsoft.VisualStudio.Component.Azure.AuthoringTools", - "Microsoft.VisualStudio.Component.CloudExplorer", - "Microsoft.VisualStudio.ComponentGroup.Web.CloudTools", - "Microsoft.VisualStudio.Component.DiagnosticTools", - "Microsoft.VisualStudio.Component.EntityFramework", - "Microsoft.VisualStudio.Component.AspNet45", - "Microsoft.VisualStudio.Component.AppInsights.Tools", - "Microsoft.VisualStudio.Component.WebDeploy", - "Microsoft.VisualStudio.Component.Wcf.Tooling", - "Microsoft.Net.Component.4.6.2.TargetingPack", - "Microsoft.Net.Component.4.7.TargetingPack", - "Microsoft.Net.Component.4.7.1.TargetingPack", - "Microsoft.VisualStudio.Workload.NetWeb", - "Microsoft.VisualStudio.ComponentGroup.Azure.Prerequisites", - "Microsoft.VisualStudio.Component.Azure.Waverton.BuildTools", - "Microsoft.VisualStudio.Component.Azure.Waverton", - "Microsoft.Component.Azure.DataLake.Tools", - "Microsoft.VisualStudio.Component.Azure.Kubernetes.Tools", - "Microsoft.VisualStudio.Component.Azure.ResourceManager.Tools", - "Microsoft.VisualStudio.ComponentGroup.Azure.ResourceManager.Tools", - "Microsoft.VisualStudio.ComponentGroup.Azure.CloudServices", - "Microsoft.VisualStudio.Component.Azure.ServiceFabric.Tools", - "Microsoft.VisualStudio.Workload.Azure", - "Microsoft.VisualStudio.Component.VC.CoreIde", - "Microsoft.VisualStudio.Component.VC.Tools.x86.x64", - "Microsoft.VisualStudio.Component.Graphics.Tools", - "Microsoft.VisualStudio.Component.Windows10SDK.19041", - "Microsoft.VisualStudio.Component.ManagedDesktop.Prerequisites", - "Microsoft.ComponentGroup.Blend", - "Microsoft.VisualStudio.Component.Debugger.JustInTime", - "Microsoft.VisualStudio.Component.PortableLibrary", - "Microsoft.VisualStudio.ComponentGroup.MSIX.Packaging", - "Microsoft.VisualStudio.Workload.ManagedDesktop", - "Microsoft.VisualStudio.Component.Windows10SDK.18362", - "Microsoft.VisualStudio.Component.Windows10SDK.17763", - "Microsoft.Component.NetFX.Native", - "Microsoft.VisualStudio.ComponentGroup.UWP.NetCoreAndStandard", - "Microsoft.VisualStudio.Component.Graphics", - "Microsoft.VisualStudio.ComponentGroup.UWP.Xamarin", - "Microsoft.VisualStudio.ComponentGroup.UWP.Support", - "Microsoft.VisualStudio.Component.VC.Tools.ARM64", - "Microsoft.VisualStudio.Component.UWP.VC.ARM64", - "Microsoft.VisualStudio.Component.VC.Tools.ARM", - "Microsoft.VisualStudio.ComponentGroup.UWP.VC", - "Microsoft.VisualStudio.Workload.Universal", - "Component.OpenJDK", - "Microsoft.VisualStudio.Component.MonoDebugger", - "Microsoft.VisualStudio.Component.Merq", - "Component.Xamarin.RemotedSimulator", - "Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions.TemplateEngine", - "Component.Xamarin", - "Component.Android.SDK28", - "Microsoft.VisualStudio.Workload.NetCrossPlat", - "Microsoft.VisualStudio.Workload.NetCoreTools", - "Microsoft.Net.Component.4.6.1.SDK", - "Microsoft.Net.Component.4.6.2.SDK", - "Microsoft.Net.Component.4.7.SDK", - "Microsoft.Net.Component.4.7.1.SDK", - "Microsoft.Net.Component.4.7.2.SDK" - ] -} diff --git a/samples/MADE.Samples/MADE.Samples.Droid/Assets/AboutAssets.txt b/samples/MADE.Samples/MADE.Samples.Droid/Assets/AboutAssets.txt deleted file mode 100644 index ee398862..00000000 --- a/samples/MADE.Samples/MADE.Samples.Droid/Assets/AboutAssets.txt +++ /dev/null @@ -1,19 +0,0 @@ -Any raw assets you want to be deployed with your application can be placed in -this directory (and child directories) and given a Build Action of "AndroidAsset". - -These files will be deployed with you package and will be accessible using Android's -AssetManager, like this: - -public class ReadAsset : Activity -{ - protected override void OnCreate (Bundle bundle) - { - base.OnCreate (bundle); - - InputStream input = Assets.Open ("my_asset.txt"); - } -} - -Additionally, some Android functions will automatically load asset files: - -Typeface tf = Typeface.CreateFromAsset (Context.Assets, "fonts/samplefont.ttf"); \ No newline at end of file diff --git a/samples/MADE.Samples/MADE.Samples.Droid/Assets/Fonts/uno-fluentui-assets.ttf b/samples/MADE.Samples/MADE.Samples.Droid/Assets/Fonts/uno-fluentui-assets.ttf deleted file mode 100644 index fedc86ff..00000000 Binary files a/samples/MADE.Samples/MADE.Samples.Droid/Assets/Fonts/uno-fluentui-assets.ttf and /dev/null differ diff --git a/samples/MADE.Samples/MADE.Samples.Droid/MADE.Samples.Droid.csproj b/samples/MADE.Samples/MADE.Samples.Droid/MADE.Samples.Droid.csproj deleted file mode 100644 index 3da4f5e1..00000000 --- a/samples/MADE.Samples/MADE.Samples.Droid/MADE.Samples.Droid.csproj +++ /dev/null @@ -1,177 +0,0 @@ - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {6D1F389A-9954-40C1-923D-254EEC7E7380} - {EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - Library - Properties - MADE.Samples.Droid - MADE.Samples.Droid - 512 - true - Resources\Resource.Designer.cs - true - Off - False - v10.0 - Properties\AndroidManifest.xml - True - ..\MADE.Samples.Shared\Strings - - - true - portable - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - True - None - - - portable - true - true - true - bin\Release\ - TRACE - prompt - 4 - False - SdkOnly - true - true - true - true - true - - - - - - - - - - - - - 7.1.2 - - - 5.0.2 - - - 2.1.0-uno.32 - - - 7.1.10 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {c506553c-49cd-48fb-9e5c-cb48b10d6006} - MADE.Collections - - - {9d221a28-b726-4159-8c87-fcaafecabd78} - MADE.Data.Converters - - - {72b5f9e3-b979-4516-95c0-188bbf178331} - MADE.Data.Validation - - - {713ab96d-1ee2-45ca-a41e-47401edcc656} - MADE.Diagnostics - - - {c8df10b0-d157-47cf-bd10-9ee1d06beb9a} - MADE.Foundation - - - {aa0647a7-110f-4fb8-88f7-a902cbb240a3} - MADE.Networking - - - {0e535c3c-d2d7-4675-94d9-7e5548111f7d} - MADE.Runtime - - - {3de798a8-6b5d-457e-a200-67aaf6feae8c} - MADE.Threading - - - {774fd8d5-ccc1-4eed-aa14-f7069bfae5ce} - MADE.UI.Controls.FilePicker - - - {e2b20928-dae2-4a9c-bdaf-d787b4f48391} - MADE.UI.Controls.Validator - - - {f8d00106-0598-45e7-b92e-ef408249c02e} - MADE.UI.Styling - - - {442d1e25-ffd1-405d-a1fc-40cafcad190c} - MADE.UI.ViewManagement - - - {2b5c0bea-18d8-4b82-af64-ede15505e793} - MADE.UI.Views.Dialogs - - - {0ca60466-059c-42d3-9b68-6bbb75a75090} - MADE.UI.Views.Navigation.Mvvm - - - {99e31579-1168-4983-bced-e7853e33ef5b} - MADE.UI.Views.Navigation - - - {79afd8fc-7789-47b7-b808-26e03d0f1e05} - MADE.UI - - - - - - - - - - - - - \ No newline at end of file diff --git a/samples/MADE.Samples/MADE.Samples.Droid/Main.cs b/samples/MADE.Samples/MADE.Samples.Droid/Main.cs deleted file mode 100644 index 80485e88..00000000 --- a/samples/MADE.Samples/MADE.Samples.Droid/Main.cs +++ /dev/null @@ -1,43 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -using Android.App; -using Android.Content; -using Android.OS; -using Android.Runtime; -using Android.Views; -using Android.Widget; -using Com.Nostra13.Universalimageloader.Core; -using Windows.UI.Xaml.Media; - -namespace MADE.Samples.Droid -{ - [global::Android.App.ApplicationAttribute( - Label = "@string/ApplicationName", - LargeHeap = true, - HardwareAccelerated = true, - Theme = "@style/AppTheme" - )] - public class Application : Windows.UI.Xaml.NativeApplication - { - public Application(IntPtr javaReference, JniHandleOwnership transfer) - : base(() => new App(), javaReference, transfer) - { - ConfigureUniversalImageLoader(); - } - - private void ConfigureUniversalImageLoader() - { - // Create global configuration and initialize ImageLoader with this config - ImageLoaderConfiguration config = new ImageLoaderConfiguration - .Builder(Context) - .Build(); - - ImageLoader.Instance.Init(config); - - ImageSource.DefaultImageLoader = ImageLoader.Instance.LoadImageAsync; - } - } -} diff --git a/samples/MADE.Samples/MADE.Samples.Droid/MainActivity.cs b/samples/MADE.Samples/MADE.Samples.Droid/MainActivity.cs deleted file mode 100644 index 0068dd67..00000000 --- a/samples/MADE.Samples/MADE.Samples.Droid/MainActivity.cs +++ /dev/null @@ -1,18 +0,0 @@ -using Android.App; -using Android.Widget; -using Android.OS; -using Android.Content.PM; -using Android.Views; - -namespace MADE.Samples.Droid -{ - [Activity( - MainLauncher = true, - ConfigurationChanges = global::Uno.UI.ActivityHelper.AllConfigChanges, - WindowSoftInputMode = SoftInput.AdjustPan | SoftInput.StateHidden - )] - public class MainActivity : Windows.UI.Xaml.ApplicationActivity - { - } -} - diff --git a/samples/MADE.Samples/MADE.Samples.Droid/Properties/AndroidManifest.xml b/samples/MADE.Samples/MADE.Samples.Droid/Properties/AndroidManifest.xml deleted file mode 100644 index 680b7386..00000000 --- a/samples/MADE.Samples/MADE.Samples.Droid/Properties/AndroidManifest.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/samples/MADE.Samples/MADE.Samples.Droid/Properties/AssemblyInfo.cs b/samples/MADE.Samples/MADE.Samples.Droid/Properties/AssemblyInfo.cs deleted file mode 100644 index e0012414..00000000 --- a/samples/MADE.Samples/MADE.Samples.Droid/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,30 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; -using Android.App; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("MADE.Samples.Droid")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("MADE.Samples.Droid")] -[assembly: AssemblyCopyright("Copyright © 2021")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: ComVisible(false)] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/samples/MADE.Samples/MADE.Samples.Droid/Resources/AboutResources.txt b/samples/MADE.Samples/MADE.Samples.Droid/Resources/AboutResources.txt deleted file mode 100644 index c2bca974..00000000 --- a/samples/MADE.Samples/MADE.Samples.Droid/Resources/AboutResources.txt +++ /dev/null @@ -1,44 +0,0 @@ -Images, layout descriptions, binary blobs and string dictionaries can be included -in your application as resource files. Various Android APIs are designed to -operate on the resource IDs instead of dealing with images, strings or binary blobs -directly. - -For example, a sample Android app that contains a user interface layout (main.axml), -an internationalization string table (strings.xml) and some icons (drawable-XXX/icon.png) -would keep its resources in the "Resources" directory of the application: - -Resources/ - drawable/ - icon.png - - layout/ - main.axml - - values/ - strings.xml - -In order to get the build system to recognize Android resources, set the build action to -"AndroidResource". The native Android APIs do not operate directly with filenames, but -instead operate on resource IDs. When you compile an Android application that uses resources, -the build system will package the resources for distribution and generate a class called "R" -(this is an Android convention) that contains the tokens for each one of the resources -included. For example, for the above Resources layout, this is what the R class would expose: - -public class R { - public class drawable { - public const int icon = 0x123; - } - - public class layout { - public const int main = 0x456; - } - - public class strings { - public const int first_string = 0xabc; - public const int second_string = 0xbcd; - } -} - -You would then use R.drawable.icon to reference the drawable/icon.png file, or R.layout.main -to reference the layout/main.axml file, or R.strings.first_string to reference the first -string in the dictionary file values/strings.xml. \ No newline at end of file diff --git a/samples/MADE.Samples/MADE.Samples.Droid/Resources/drawable/Icon.png b/samples/MADE.Samples/MADE.Samples.Droid/Resources/drawable/Icon.png deleted file mode 100644 index 8074c4c5..00000000 Binary files a/samples/MADE.Samples/MADE.Samples.Droid/Resources/drawable/Icon.png and /dev/null differ diff --git a/samples/MADE.Samples/MADE.Samples.Droid/Resources/values/Strings.xml b/samples/MADE.Samples/MADE.Samples.Droid/Resources/values/Strings.xml deleted file mode 100644 index 4920c842..00000000 --- a/samples/MADE.Samples/MADE.Samples.Droid/Resources/values/Strings.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - Hello World, Click Me! - MADE Sample Collection - diff --git a/samples/MADE.Samples/MADE.Samples.Droid/Resources/values/Styles.xml b/samples/MADE.Samples/MADE.Samples.Droid/Resources/values/Styles.xml deleted file mode 100644 index d668a8e0..00000000 --- a/samples/MADE.Samples/MADE.Samples.Droid/Resources/values/Styles.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - \ No newline at end of file diff --git a/samples/MADE.Samples/MADE.Samples.Shared/App.xaml b/samples/MADE.Samples/MADE.Samples.Shared/App.xaml deleted file mode 100644 index a6d34130..00000000 --- a/samples/MADE.Samples/MADE.Samples.Shared/App.xaml +++ /dev/null @@ -1,7 +0,0 @@ - - - diff --git a/samples/MADE.Samples/MADE.Samples.Shared/App.xaml.cs b/samples/MADE.Samples/MADE.Samples.Shared/App.xaml.cs deleted file mode 100644 index c0c1358c..00000000 --- a/samples/MADE.Samples/MADE.Samples.Shared/App.xaml.cs +++ /dev/null @@ -1,106 +0,0 @@ -namespace MADE.Samples -{ - using System; - using CommunityToolkit.Mvvm.DependencyInjection; - using CommunityToolkit.Mvvm.Messaging; - using MADE.Diagnostics; - using MADE.Diagnostics.Logging; - using MADE.Samples.Features.Home.Pages; - using MADE.Samples.Infrastructure.ViewModels; - using MADE.UI.Views.Dialogs; - using MADE.UI.Views.Navigation; - using Microsoft.Extensions.DependencyInjection; - using Windows.ApplicationModel.Activation; - using Windows.UI.Xaml; - using Windows.UI.Xaml.Controls; - using Windows.UI.Xaml.Navigation; - - /// - /// Defines application-specific behavior to supplement the default Application class. - /// - public sealed partial class App : Application - { - private IServiceProvider serviceProvider; - - public App() - { - this.InitializeComponent(); - } - - public static IServiceProvider Services - { - get - { - IServiceProvider serviceProvider = ((App)Current).serviceProvider; - - if (serviceProvider is null) - { - throw new InvalidOperationException("Service provider is not initialized."); - } - - return serviceProvider; - } - } - - - protected override void OnLaunched(LaunchActivatedEventArgs e) - { - this.Activate(e.PrelaunchActivated); - } - - private static IServiceProvider ConfigureServices(Frame rootFrame) - { - Ioc.Default.ConfigureServices( - new ServiceCollection() - .AddSingleton(provider => WeakReferenceMessenger.Default) - .AddSingleton(provider => new AppDialog(rootFrame.Dispatcher)) - .AddSingleton() - .AddSingleton() - .AddSingleton(provider => new NavigationService(rootFrame)) - .AddViewModels() - .BuildServiceProvider()); - - return Ioc.Default; - } - - private static void OnNavigationFailed(object sender, NavigationFailedEventArgs e) - { - throw new InvalidOperationException($"Failed to load page {e.SourcePageType.FullName}."); - } - - private void Activate(bool isPrelaunch) - { -#if NET5_0 && WINDOWS - var window = new Window(); - window.Activate(); -#else - Window window = Windows.UI.Xaml.Window.Current; -#endif - - if (!(window.Content is Frame rootFrame)) - { - rootFrame = new Frame(); - rootFrame.NavigationFailed += OnNavigationFailed; - - window.Content = rootFrame; - - this.serviceProvider = ConfigureServices(rootFrame); - - IAppDiagnostics diagnostics = this.serviceProvider.GetService(); - diagnostics?.StartRecordingDiagnosticsAsync(); - } - - Console.WriteLine($"Launching. IsPreLaunch: {isPrelaunch}. Content: {rootFrame.Content}"); - - if (!isPrelaunch) - { - if (rootFrame.Content is null) - { - rootFrame.Navigate(typeof(MainPage)); - } - - window.Activate(); - } - } - } -} diff --git a/samples/MADE.Samples/MADE.Samples.Shared/Features/Home/Pages/MainPage.xaml b/samples/MADE.Samples/MADE.Samples.Shared/Features/Home/Pages/MainPage.xaml deleted file mode 100644 index 62fd1a7f..00000000 --- a/samples/MADE.Samples/MADE.Samples.Shared/Features/Home/Pages/MainPage.xaml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/samples/MADE.Samples/MADE.Samples.Shared/Features/Home/Pages/MainPage.xaml.cs b/samples/MADE.Samples/MADE.Samples.Shared/Features/Home/Pages/MainPage.xaml.cs deleted file mode 100644 index e0927ab6..00000000 --- a/samples/MADE.Samples/MADE.Samples.Shared/Features/Home/Pages/MainPage.xaml.cs +++ /dev/null @@ -1,17 +0,0 @@ -namespace MADE.Samples.Features.Home.Pages -{ - using MADE.Samples.Features.Home.ViewModels; - using MADE.UI.Views.Navigation.Pages; - using Microsoft.Extensions.DependencyInjection; - - public sealed partial class MainPage : MvvmPage - { - public MainPage() - { - this.InitializeComponent(); - this.DataContext = App.Services.GetService(); - } - - public MainPageViewModel ViewModel => this.DataContext as MainPageViewModel; - } -} \ No newline at end of file diff --git a/samples/MADE.Samples/MADE.Samples.Shared/Features/Home/ViewModels/MainPageViewModel.cs b/samples/MADE.Samples/MADE.Samples.Shared/Features/Home/ViewModels/MainPageViewModel.cs deleted file mode 100644 index 9fe86c75..00000000 --- a/samples/MADE.Samples/MADE.Samples.Shared/Features/Home/ViewModels/MainPageViewModel.cs +++ /dev/null @@ -1,80 +0,0 @@ -namespace MADE.Samples.Features.Home.ViewModels -{ - using System.Collections.Generic; - using System.Linq; - using System.Windows.Input; - using CommunityToolkit.Mvvm.Input; - using CommunityToolkit.Mvvm.Messaging; - using MADE.Collections; - using MADE.Data.Validation.Extensions; - using MADE.Foundation.Platform; - using MADE.Samples.Features.Samples.Data; - using MADE.Samples.Features.Samples.Pages; - using MADE.UI.ViewManagement; - using MADE.UI.Views.Navigation; - using MADE.UI.Views.Navigation.ViewModels; - - public class MainPageViewModel : PageViewModel - { - public MainPageViewModel(INavigationService navigationService, IMessenger messenger) - : base(navigationService, messenger) - { - } - - public ICommand NavigateToSampleCommand => new RelayCommand(NavigateToSample); - - public ICollection SampleGroups { get; } = GetSampleGroups(); - - private static ICollection GetSampleGroups() - { - var controls = new SampleGroup - { - Name = "Controls", - Samples = - { - new Sample( - "FilePicker", - typeof(FilePickerPage), - "/Features/Samples/Assets/FilePicker/FilePicker.png"), - new Sample( - "InputValidator", - typeof(InputValidatorPage), - "/Features/Samples/Assets/InputValidator/InputValidator.png") - } - }; - - var helpers = new SampleGroup - { - Name = "Helpers", - Samples = - { - new Sample( - "AppDialog", - typeof(AppDialogPage), - "/Features/Samples/Assets/AppDialog/AppDialog.png") - } - }; - - if (PlatformApiHelper.IsTypeSupported(typeof(WindowManager))) - { - helpers.Samples.InsertAtPotentialIndex( - new Sample( - "WindowManager", - typeof(WindowManagerPage), - "/Features/Samples/Assets/WindowManager/WindowManager.png"), - (item, compare) => compare.Name.IsLessThanOrEqualTo(item.Name)); - } - - var list = new List { controls, helpers }; - - return list; - } - - public ICollection Samples => SampleGroups.SelectMany(x => x.Samples).ToList(); - - private void NavigateToSample(Sample sample) - { - NavigationService.NavigateTo(sample.Page); - } - } -} \ No newline at end of file diff --git a/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/AppDialog/AppDialog.png b/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/AppDialog/AppDialog.png deleted file mode 100644 index 53001a4e..00000000 Binary files a/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/AppDialog/AppDialog.png and /dev/null differ diff --git a/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/AppDialog/AppDialogCode.txt b/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/AppDialog/AppDialogCode.txt deleted file mode 100644 index bff4b18d..00000000 --- a/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/AppDialog/AppDialogCode.txt +++ /dev/null @@ -1,25 +0,0 @@ -private async Task ShowAppDialogAsync() -{ - // This can be registered globally in a service collection and made available through dependency injection. - IAppDialog appDialog = new AppDialog(this.Dispatcher); - - await appDialog.ShowAsync( - "Title", - "Message", - () => { Console.WriteLine("App dialog was dismissed!") }, - new DialogButton(DialogButtonType.Confirm) - { - Content = "Confirm", - InvokeAction = button => Console.WriteLine("App dialog confirm button clicked!") - }, - new DialogButton(DialogButtonType.Cancel) - { - Content = "Cancel", - InvokeAction = button => Console.WriteLine("App dialog cancel button clicked!") - }, - new DialogButton(DialogButtonType.Neutral) - { - Content = "Help", - InvokeAction = button => Console.WriteLine("App dialog help button clicked!") - }); -} \ No newline at end of file diff --git a/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/DropDownList/DropDownList.png b/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/DropDownList/DropDownList.png deleted file mode 100644 index 69f92241..00000000 Binary files a/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/DropDownList/DropDownList.png and /dev/null differ diff --git a/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/FilePicker/FilePicker.png b/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/FilePicker/FilePicker.png deleted file mode 100644 index 4a57c13f..00000000 Binary files a/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/FilePicker/FilePicker.png and /dev/null differ diff --git a/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/FilePicker/FilePickerCode.txt b/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/FilePicker/FilePickerCode.txt deleted file mode 100644 index 03744c2b..00000000 --- a/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/FilePicker/FilePickerCode.txt +++ /dev/null @@ -1,4 +0,0 @@ -public ObservableCollection FilePickerFiles { get; } = - new ObservableCollection(); - -public ICollection FilePickerTypes => new List { ".jpg" }; \ No newline at end of file diff --git a/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/FilePicker/FilePickerXaml.txt b/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/FilePicker/FilePickerXaml.txt deleted file mode 100644 index c9da22a2..00000000 --- a/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/FilePicker/FilePickerXaml.txt +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - diff --git a/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/InputValidator/InputValidator.png b/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/InputValidator/InputValidator.png deleted file mode 100644 index f90e68a0..00000000 Binary files a/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/InputValidator/InputValidator.png and /dev/null differ diff --git a/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/InputValidator/InputValidatorDatePickerCode.txt b/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/InputValidator/InputValidatorDatePickerCode.txt deleted file mode 100644 index 470e690f..00000000 --- a/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/InputValidator/InputValidatorDatePickerCode.txt +++ /dev/null @@ -1,7 +0,0 @@ -public ValidatorCollection InputDateValidators { get; } = new ValidatorCollection { new RequiredValidator(), new BetweenValidator(DateTimeOffset.Now.AddDays(-7), DateTimeOffset.Now.AddDays(7)) }; - -public DateTimeOffset? InputDate -{ - get => inputDate; - set => this.SetProperty(ref inputDate, value); -} diff --git a/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/InputValidator/InputValidatorDatePickerXaml.txt b/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/InputValidator/InputValidatorDatePickerXaml.txt deleted file mode 100644 index 488948af..00000000 --- a/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/InputValidator/InputValidatorDatePickerXaml.txt +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - diff --git a/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/InputValidator/InputValidatorTextBoxCode.txt b/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/InputValidator/InputValidatorTextBoxCode.txt deleted file mode 100644 index 29c3d294..00000000 --- a/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/InputValidator/InputValidatorTextBoxCode.txt +++ /dev/null @@ -1,7 +0,0 @@ -public ValidatorCollection InputTextValidators { get; } = new ValidatorCollection { new RequiredValidator(), new MaxLengthValidator(16) }; - -public string InputText -{ - get => inputText; - set => this.SetProperty(ref inputText, value); -} \ No newline at end of file diff --git a/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/InputValidator/InputValidatorTextBoxXaml.txt b/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/InputValidator/InputValidatorTextBoxXaml.txt deleted file mode 100644 index 10b229df..00000000 --- a/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/InputValidator/InputValidatorTextBoxXaml.txt +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - diff --git a/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/WindowManager/WindowManager.png b/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/WindowManager/WindowManager.png deleted file mode 100644 index 469af748..00000000 Binary files a/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/WindowManager/WindowManager.png and /dev/null differ diff --git a/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/WindowManager/WindowManagerCode.txt b/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/WindowManager/WindowManagerCode.txt deleted file mode 100644 index 243202b0..00000000 --- a/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Assets/WindowManager/WindowManagerCode.txt +++ /dev/null @@ -1,4 +0,0 @@ -private async Task ShowNewWindowAsync() -{ - await WindowManager.CreateNewWindowForPageAsync(typeof(WindowManagerPage)); -} \ No newline at end of file diff --git a/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Data/Sample.cs b/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Data/Sample.cs deleted file mode 100644 index b569192d..00000000 --- a/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Data/Sample.cs +++ /dev/null @@ -1,24 +0,0 @@ -namespace MADE.Samples.Features.Samples.Data -{ - using System; - - public class Sample - { - public Sample() - { - } - - public Sample(string name, Type page, string iconPath) - { - this.Name = name; - this.Page = page; - this.IconPath = iconPath; - } - - public string Name { get; set; } - - public string IconPath { get; set; } - - public Type Page { get; set; } - } -} \ No newline at end of file diff --git a/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Data/SampleGroup.cs b/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Data/SampleGroup.cs deleted file mode 100644 index c1514f7b..00000000 --- a/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Data/SampleGroup.cs +++ /dev/null @@ -1,11 +0,0 @@ -namespace MADE.Samples.Features.Samples.Data -{ - using System.Collections.Generic; - - public class SampleGroup - { - public string Name { get; set; } - - public IList Samples { get; } = new List(); - } -} diff --git a/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Pages/AppDialogPage.xaml b/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Pages/AppDialogPage.xaml deleted file mode 100644 index 773c26f7..00000000 --- a/samples/MADE.Samples/MADE.Samples.Shared/Features/Samples/Pages/AppDialogPage.xaml +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - - -