From 1845ee7aaab1ddc0340b6ae6c5d646075870d623 Mon Sep 17 00:00:00 2001 From: David Britch Date: Fri, 27 Mar 2020 14:11:18 +0000 Subject: [PATCH] Enable deploy. --- Weather/WeatherApp.sln | 115 +++++++++----- WebServices/AzureSignalR/AzureSignalR.sln | 4 + WebServices/AzureStorage/FileUploader.sln | 115 +++++++++----- .../OAuthNativeFlow/OAuthNativeFlow.sln | 72 ++++----- .../iOS/OAuthNativeFlow.iOS.csproj | 10 +- WebServices/TodoDocumentDB/TodoDocumentDB.sln | 75 ++++----- .../iOS/TodoDocumentDB.iOS.csproj | 4 +- .../Xamarin.Forms/TodoDocumentDBAuth.sln | 78 +++++----- .../iOS/TodoDocumentDBAuth.iOS.csproj | 4 +- .../WorkingWithFiles/WorkingWithFiles.sln | 16 +- WorkingWithFonts/WorkingWithFonts.sln | 25 ++- .../TapGesture/WorkingWithGestures.sln | 25 ++- WorkingWithListview/WorkingWithListview.sln | 25 ++- WorkingWithTriggers/WorkingWithTriggers.sln | 25 ++- WorkingWithWebview/WorkingWithWebview.sln | 25 ++- .../CustomNamespaceSchemaDemo.sln | 145 ++++++++++++------ XAML/LoadRuntimeXAML/LoadRuntimeXAML.sln | 115 +++++++++----- Xuzzle/Xuzzle.sln | 25 ++- 18 files changed, 513 insertions(+), 390 deletions(-) diff --git a/Weather/WeatherApp.sln b/Weather/WeatherApp.sln index 9ea9757fbb..910ceeb03a 100644 --- a/Weather/WeatherApp.sln +++ b/Weather/WeatherApp.sln @@ -1,71 +1,110 @@ - Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29920.165 +MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeatherApp.Android", "Weather\WeatherApp.Android\WeatherApp.Android.csproj", "{8B869EF7-BE40-46D2-9413-F36344F063F4}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeatherApp.iOS", "Weather\WeatherApp.iOS\WeatherApp.iOS.csproj", "{1DB00857-48CB-44C6-9149-3A420D86861B}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeatherApp", "Weather\WeatherApp\WeatherApp.csproj", "{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WeatherApp", "Weather\WeatherApp\WeatherApp.csproj", "{244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Ad-Hoc|Any CPU = Ad-Hoc|Any CPU + Ad-Hoc|iPhone = Ad-Hoc|iPhone + Ad-Hoc|iPhoneSimulator = Ad-Hoc|iPhoneSimulator + AppStore|Any CPU = AppStore|Any CPU + AppStore|iPhone = AppStore|iPhone + AppStore|iPhoneSimulator = AppStore|iPhoneSimulator Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - Debug|iPhoneSimulator = Debug|iPhoneSimulator - Release|iPhoneSimulator = Release|iPhoneSimulator Debug|iPhone = Debug|iPhone + Debug|iPhoneSimulator = Debug|iPhoneSimulator + Release|Any CPU = Release|Any CPU Release|iPhone = Release|iPhone - Ad-Hoc|iPhone = Ad-Hoc|iPhone - AppStore|iPhone = AppStore|iPhone + Release|iPhoneSimulator = Release|iPhoneSimulator EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {8B869EF7-BE40-46D2-9413-F36344F063F4}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {8B869EF7-BE40-46D2-9413-F36344F063F4}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {8B869EF7-BE40-46D2-9413-F36344F063F4}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU + {8B869EF7-BE40-46D2-9413-F36344F063F4}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {8B869EF7-BE40-46D2-9413-F36344F063F4}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {8B869EF7-BE40-46D2-9413-F36344F063F4}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {8B869EF7-BE40-46D2-9413-F36344F063F4}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {8B869EF7-BE40-46D2-9413-F36344F063F4}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU + {8B869EF7-BE40-46D2-9413-F36344F063F4}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {8B869EF7-BE40-46D2-9413-F36344F063F4}.AppStore|Any CPU.Build.0 = Release|Any CPU + {8B869EF7-BE40-46D2-9413-F36344F063F4}.AppStore|Any CPU.Deploy.0 = Release|Any CPU + {8B869EF7-BE40-46D2-9413-F36344F063F4}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {8B869EF7-BE40-46D2-9413-F36344F063F4}.AppStore|iPhone.Build.0 = Debug|Any CPU + {8B869EF7-BE40-46D2-9413-F36344F063F4}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {8B869EF7-BE40-46D2-9413-F36344F063F4}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU + {8B869EF7-BE40-46D2-9413-F36344F063F4}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU {8B869EF7-BE40-46D2-9413-F36344F063F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {8B869EF7-BE40-46D2-9413-F36344F063F4}.Debug|Any CPU.Build.0 = Debug|Any CPU - {8B869EF7-BE40-46D2-9413-F36344F063F4}.Release|Any CPU.ActiveCfg = Release|Any CPU - {8B869EF7-BE40-46D2-9413-F36344F063F4}.Release|Any CPU.Build.0 = Release|Any CPU - {8B869EF7-BE40-46D2-9413-F36344F063F4}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {8B869EF7-BE40-46D2-9413-F36344F063F4}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {8B869EF7-BE40-46D2-9413-F36344F063F4}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {8B869EF7-BE40-46D2-9413-F36344F063F4}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {8B869EF7-BE40-46D2-9413-F36344F063F4}.Debug|Any CPU.Deploy.0 = Debug|Any CPU {8B869EF7-BE40-46D2-9413-F36344F063F4}.Debug|iPhone.ActiveCfg = Debug|Any CPU {8B869EF7-BE40-46D2-9413-F36344F063F4}.Debug|iPhone.Build.0 = Debug|Any CPU + {8B869EF7-BE40-46D2-9413-F36344F063F4}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {8B869EF7-BE40-46D2-9413-F36344F063F4}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {8B869EF7-BE40-46D2-9413-F36344F063F4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8B869EF7-BE40-46D2-9413-F36344F063F4}.Release|Any CPU.Build.0 = Release|Any CPU + {8B869EF7-BE40-46D2-9413-F36344F063F4}.Release|Any CPU.Deploy.0 = Release|Any CPU {8B869EF7-BE40-46D2-9413-F36344F063F4}.Release|iPhone.ActiveCfg = Release|Any CPU {8B869EF7-BE40-46D2-9413-F36344F063F4}.Release|iPhone.Build.0 = Release|Any CPU - {8B869EF7-BE40-46D2-9413-F36344F063F4}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {8B869EF7-BE40-46D2-9413-F36344F063F4}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {8B869EF7-BE40-46D2-9413-F36344F063F4}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {8B869EF7-BE40-46D2-9413-F36344F063F4}.AppStore|iPhone.Build.0 = Debug|Any CPU + {8B869EF7-BE40-46D2-9413-F36344F063F4}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {8B869EF7-BE40-46D2-9413-F36344F063F4}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {1DB00857-48CB-44C6-9149-3A420D86861B}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator + {1DB00857-48CB-44C6-9149-3A420D86861B}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone + {1DB00857-48CB-44C6-9149-3A420D86861B}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone + {1DB00857-48CB-44C6-9149-3A420D86861B}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator + {1DB00857-48CB-44C6-9149-3A420D86861B}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator + {1DB00857-48CB-44C6-9149-3A420D86861B}.AppStore|Any CPU.ActiveCfg = AppStore|iPhoneSimulator + {1DB00857-48CB-44C6-9149-3A420D86861B}.AppStore|iPhone.ActiveCfg = AppStore|iPhone + {1DB00857-48CB-44C6-9149-3A420D86861B}.AppStore|iPhone.Build.0 = AppStore|iPhone + {1DB00857-48CB-44C6-9149-3A420D86861B}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator + {1DB00857-48CB-44C6-9149-3A420D86861B}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator {1DB00857-48CB-44C6-9149-3A420D86861B}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator {1DB00857-48CB-44C6-9149-3A420D86861B}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator - {1DB00857-48CB-44C6-9149-3A420D86861B}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator - {1DB00857-48CB-44C6-9149-3A420D86861B}.Release|Any CPU.Build.0 = Release|iPhoneSimulator - {1DB00857-48CB-44C6-9149-3A420D86861B}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator - {1DB00857-48CB-44C6-9149-3A420D86861B}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator - {1DB00857-48CB-44C6-9149-3A420D86861B}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator - {1DB00857-48CB-44C6-9149-3A420D86861B}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {1DB00857-48CB-44C6-9149-3A420D86861B}.Debug|iPhone.ActiveCfg = Debug|iPhone {1DB00857-48CB-44C6-9149-3A420D86861B}.Debug|iPhone.Build.0 = Debug|iPhone + {1DB00857-48CB-44C6-9149-3A420D86861B}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator + {1DB00857-48CB-44C6-9149-3A420D86861B}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator + {1DB00857-48CB-44C6-9149-3A420D86861B}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator + {1DB00857-48CB-44C6-9149-3A420D86861B}.Release|Any CPU.Build.0 = Release|iPhoneSimulator {1DB00857-48CB-44C6-9149-3A420D86861B}.Release|iPhone.ActiveCfg = Release|iPhone {1DB00857-48CB-44C6-9149-3A420D86861B}.Release|iPhone.Build.0 = Release|iPhone - {1DB00857-48CB-44C6-9149-3A420D86861B}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone - {1DB00857-48CB-44C6-9149-3A420D86861B}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone - {1DB00857-48CB-44C6-9149-3A420D86861B}.AppStore|iPhone.ActiveCfg = AppStore|iPhone - {1DB00857-48CB-44C6-9149-3A420D86861B}.AppStore|iPhone.Build.0 = AppStore|iPhone + {1DB00857-48CB-44C6-9149-3A420D86861B}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {1DB00857-48CB-44C6-9149-3A420D86861B}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.AppStore|Any CPU.Build.0 = Release|Any CPU + {244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.AppStore|iPhone.Build.0 = Debug|Any CPU + {244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU {244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Debug|Any CPU.Build.0 = Debug|Any CPU - {244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Release|Any CPU.ActiveCfg = Release|Any CPU - {244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Release|Any CPU.Build.0 = Release|Any CPU - {244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Debug|iPhone.ActiveCfg = Debug|Any CPU {244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Debug|iPhone.Build.0 = Debug|Any CPU + {244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Release|Any CPU.Build.0 = Release|Any CPU {244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Release|iPhone.ActiveCfg = Release|Any CPU {244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Release|iPhone.Build.0 = Release|Any CPU - {244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.AppStore|iPhone.Build.0 = Debug|Any CPU + {244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {244E8B60-19FA-48DA-A3B4-3D9A4F611BDA}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {99A83332-0E68-40C8-9A07-B3295123796E} EndGlobalSection EndGlobal diff --git a/WebServices/AzureSignalR/AzureSignalR.sln b/WebServices/AzureSignalR/AzureSignalR.sln index e9951c9415..3da9d9e0fd 100644 --- a/WebServices/AzureSignalR/AzureSignalR.sln +++ b/WebServices/AzureSignalR/AzureSignalR.sln @@ -185,6 +185,8 @@ Global {0C4F66D7-75F4-4FE0-AFC1-8605FD3DA4DF}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator {0C4F66D7-75F4-4FE0-AFC1-8605FD3DA4DF}.Debug|x64.ActiveCfg = Debug|iPhone {0C4F66D7-75F4-4FE0-AFC1-8605FD3DA4DF}.Debug|x86.ActiveCfg = Debug|iPhone + {0C4F66D7-75F4-4FE0-AFC1-8605FD3DA4DF}.Debug|x86.Build.0 = Debug|iPhone + {0C4F66D7-75F4-4FE0-AFC1-8605FD3DA4DF}.Debug|x86.Deploy.0 = Debug|iPhone {0C4F66D7-75F4-4FE0-AFC1-8605FD3DA4DF}.Release|Any CPU.ActiveCfg = Release|iPhone {0C4F66D7-75F4-4FE0-AFC1-8605FD3DA4DF}.Release|ARM.ActiveCfg = Release|iPhone {0C4F66D7-75F4-4FE0-AFC1-8605FD3DA4DF}.Release|iPhone.ActiveCfg = Release|iPhone @@ -193,6 +195,8 @@ Global {0C4F66D7-75F4-4FE0-AFC1-8605FD3DA4DF}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {0C4F66D7-75F4-4FE0-AFC1-8605FD3DA4DF}.Release|x64.ActiveCfg = Release|iPhone {0C4F66D7-75F4-4FE0-AFC1-8605FD3DA4DF}.Release|x86.ActiveCfg = Release|iPhone + {0C4F66D7-75F4-4FE0-AFC1-8605FD3DA4DF}.Release|x86.Build.0 = Release|iPhone + {0C4F66D7-75F4-4FE0-AFC1-8605FD3DA4DF}.Release|x86.Deploy.0 = Release|iPhone {1DB2895B-FED2-4944-8E1B-0C494FBCA4C3}.Ad-Hoc|Any CPU.ActiveCfg = Release|x86 {1DB2895B-FED2-4944-8E1B-0C494FBCA4C3}.Ad-Hoc|Any CPU.Build.0 = Release|x86 {1DB2895B-FED2-4944-8E1B-0C494FBCA4C3}.Ad-Hoc|Any CPU.Deploy.0 = Release|x86 diff --git a/WebServices/AzureStorage/FileUploader.sln b/WebServices/AzureStorage/FileUploader.sln index 4800588e22..52b59744d9 100644 --- a/WebServices/AzureStorage/FileUploader.sln +++ b/WebServices/AzureStorage/FileUploader.sln @@ -1,71 +1,110 @@ - Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29920.165 +MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileUploader.Android", "FileUploader.Android\FileUploader.Android.csproj", "{3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileUploader.iOS", "FileUploader.iOS\FileUploader.iOS.csproj", "{98E77FB8-1779-42B3-893F-4F09F5C226E9}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileUploader", "FileUploader\FileUploader.csproj", "{D0941192-40E2-4F1F-B053-B798D59FE0FD}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileUploader", "FileUploader\FileUploader.csproj", "{D0941192-40E2-4F1F-B053-B798D59FE0FD}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Ad-Hoc|Any CPU = Ad-Hoc|Any CPU + Ad-Hoc|iPhone = Ad-Hoc|iPhone + Ad-Hoc|iPhoneSimulator = Ad-Hoc|iPhoneSimulator + AppStore|Any CPU = AppStore|Any CPU + AppStore|iPhone = AppStore|iPhone + AppStore|iPhoneSimulator = AppStore|iPhoneSimulator Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - Debug|iPhoneSimulator = Debug|iPhoneSimulator - Release|iPhoneSimulator = Release|iPhoneSimulator Debug|iPhone = Debug|iPhone + Debug|iPhoneSimulator = Debug|iPhoneSimulator + Release|Any CPU = Release|Any CPU Release|iPhone = Release|iPhone - Ad-Hoc|iPhone = Ad-Hoc|iPhone - AppStore|iPhone = AppStore|iPhone + Release|iPhoneSimulator = Release|iPhoneSimulator EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU + {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU + {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.AppStore|Any CPU.Build.0 = Release|Any CPU + {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.AppStore|Any CPU.Deploy.0 = Release|Any CPU + {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.AppStore|iPhone.Build.0 = Debug|Any CPU + {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU + {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.Debug|Any CPU.Build.0 = Debug|Any CPU - {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.Release|Any CPU.ActiveCfg = Release|Any CPU - {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.Release|Any CPU.Build.0 = Release|Any CPU - {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.Debug|Any CPU.Deploy.0 = Debug|Any CPU {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.Debug|iPhone.ActiveCfg = Debug|Any CPU {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.Debug|iPhone.Build.0 = Debug|Any CPU + {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.Release|Any CPU.Build.0 = Release|Any CPU + {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.Release|Any CPU.Deploy.0 = Release|Any CPU {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.Release|iPhone.ActiveCfg = Release|Any CPU {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.Release|iPhone.Build.0 = Release|Any CPU - {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.AppStore|iPhone.Build.0 = Debug|Any CPU + {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {3FDB9A20-E4B7-4A0E-BD65-2539FF1E94F8}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {98E77FB8-1779-42B3-893F-4F09F5C226E9}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator + {98E77FB8-1779-42B3-893F-4F09F5C226E9}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone + {98E77FB8-1779-42B3-893F-4F09F5C226E9}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone + {98E77FB8-1779-42B3-893F-4F09F5C226E9}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator + {98E77FB8-1779-42B3-893F-4F09F5C226E9}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator + {98E77FB8-1779-42B3-893F-4F09F5C226E9}.AppStore|Any CPU.ActiveCfg = AppStore|iPhoneSimulator + {98E77FB8-1779-42B3-893F-4F09F5C226E9}.AppStore|iPhone.ActiveCfg = AppStore|iPhone + {98E77FB8-1779-42B3-893F-4F09F5C226E9}.AppStore|iPhone.Build.0 = AppStore|iPhone + {98E77FB8-1779-42B3-893F-4F09F5C226E9}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator + {98E77FB8-1779-42B3-893F-4F09F5C226E9}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator {98E77FB8-1779-42B3-893F-4F09F5C226E9}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator {98E77FB8-1779-42B3-893F-4F09F5C226E9}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator - {98E77FB8-1779-42B3-893F-4F09F5C226E9}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator - {98E77FB8-1779-42B3-893F-4F09F5C226E9}.Release|Any CPU.Build.0 = Release|iPhoneSimulator - {98E77FB8-1779-42B3-893F-4F09F5C226E9}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator - {98E77FB8-1779-42B3-893F-4F09F5C226E9}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator - {98E77FB8-1779-42B3-893F-4F09F5C226E9}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator - {98E77FB8-1779-42B3-893F-4F09F5C226E9}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {98E77FB8-1779-42B3-893F-4F09F5C226E9}.Debug|iPhone.ActiveCfg = Debug|iPhone {98E77FB8-1779-42B3-893F-4F09F5C226E9}.Debug|iPhone.Build.0 = Debug|iPhone + {98E77FB8-1779-42B3-893F-4F09F5C226E9}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator + {98E77FB8-1779-42B3-893F-4F09F5C226E9}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator + {98E77FB8-1779-42B3-893F-4F09F5C226E9}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator + {98E77FB8-1779-42B3-893F-4F09F5C226E9}.Release|Any CPU.Build.0 = Release|iPhoneSimulator {98E77FB8-1779-42B3-893F-4F09F5C226E9}.Release|iPhone.ActiveCfg = Release|iPhone {98E77FB8-1779-42B3-893F-4F09F5C226E9}.Release|iPhone.Build.0 = Release|iPhone - {98E77FB8-1779-42B3-893F-4F09F5C226E9}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone - {98E77FB8-1779-42B3-893F-4F09F5C226E9}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone - {98E77FB8-1779-42B3-893F-4F09F5C226E9}.AppStore|iPhone.ActiveCfg = AppStore|iPhone - {98E77FB8-1779-42B3-893F-4F09F5C226E9}.AppStore|iPhone.Build.0 = AppStore|iPhone + {98E77FB8-1779-42B3-893F-4F09F5C226E9}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {98E77FB8-1779-42B3-893F-4F09F5C226E9}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {D0941192-40E2-4F1F-B053-B798D59FE0FD}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {D0941192-40E2-4F1F-B053-B798D59FE0FD}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {D0941192-40E2-4F1F-B053-B798D59FE0FD}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {D0941192-40E2-4F1F-B053-B798D59FE0FD}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {D0941192-40E2-4F1F-B053-B798D59FE0FD}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {D0941192-40E2-4F1F-B053-B798D59FE0FD}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {D0941192-40E2-4F1F-B053-B798D59FE0FD}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {D0941192-40E2-4F1F-B053-B798D59FE0FD}.AppStore|Any CPU.Build.0 = Release|Any CPU + {D0941192-40E2-4F1F-B053-B798D59FE0FD}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {D0941192-40E2-4F1F-B053-B798D59FE0FD}.AppStore|iPhone.Build.0 = Debug|Any CPU + {D0941192-40E2-4F1F-B053-B798D59FE0FD}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {D0941192-40E2-4F1F-B053-B798D59FE0FD}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU {D0941192-40E2-4F1F-B053-B798D59FE0FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {D0941192-40E2-4F1F-B053-B798D59FE0FD}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D0941192-40E2-4F1F-B053-B798D59FE0FD}.Release|Any CPU.ActiveCfg = Release|Any CPU - {D0941192-40E2-4F1F-B053-B798D59FE0FD}.Release|Any CPU.Build.0 = Release|Any CPU - {D0941192-40E2-4F1F-B053-B798D59FE0FD}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {D0941192-40E2-4F1F-B053-B798D59FE0FD}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {D0941192-40E2-4F1F-B053-B798D59FE0FD}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {D0941192-40E2-4F1F-B053-B798D59FE0FD}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {D0941192-40E2-4F1F-B053-B798D59FE0FD}.Debug|iPhone.ActiveCfg = Debug|Any CPU {D0941192-40E2-4F1F-B053-B798D59FE0FD}.Debug|iPhone.Build.0 = Debug|Any CPU + {D0941192-40E2-4F1F-B053-B798D59FE0FD}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {D0941192-40E2-4F1F-B053-B798D59FE0FD}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {D0941192-40E2-4F1F-B053-B798D59FE0FD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D0941192-40E2-4F1F-B053-B798D59FE0FD}.Release|Any CPU.Build.0 = Release|Any CPU {D0941192-40E2-4F1F-B053-B798D59FE0FD}.Release|iPhone.ActiveCfg = Release|Any CPU {D0941192-40E2-4F1F-B053-B798D59FE0FD}.Release|iPhone.Build.0 = Release|Any CPU - {D0941192-40E2-4F1F-B053-B798D59FE0FD}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {D0941192-40E2-4F1F-B053-B798D59FE0FD}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {D0941192-40E2-4F1F-B053-B798D59FE0FD}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {D0941192-40E2-4F1F-B053-B798D59FE0FD}.AppStore|iPhone.Build.0 = Debug|Any CPU + {D0941192-40E2-4F1F-B053-B798D59FE0FD}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {D0941192-40E2-4F1F-B053-B798D59FE0FD}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {089D68E1-75DD-464B-B8FA-D3DB7A42051B} EndGlobalSection EndGlobal diff --git a/WebServices/OAuthNativeFlow/OAuthNativeFlow.sln b/WebServices/OAuthNativeFlow/OAuthNativeFlow.sln index e0bdbd95e3..7809ab4fe3 100644 --- a/WebServices/OAuthNativeFlow/OAuthNativeFlow.sln +++ b/WebServices/OAuthNativeFlow/OAuthNativeFlow.sln @@ -1,7 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2012 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OAuthNativeFlow", "OAuthNativeFlow\OAuthNativeFlow.csproj", "{824CCA13-BBFB-4EE5-AE7D-2145651AE1D7}" +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29920.165 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OAuthNativeFlow", "OAuthNativeFlow\OAuthNativeFlow.csproj", "{824CCA13-BBFB-4EE5-AE7D-2145651AE1D7}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OAuthNativeFlow.iOS", "iOS\OAuthNativeFlow.iOS.csproj", "{AAF75E27-6460-44BE-91E7-F8C69B371111}" EndProject @@ -107,42 +109,30 @@ Global {824CCA13-BBFB-4EE5-AE7D-2145651AE1D7}.Release|x86.ActiveCfg = Release|Any CPU {824CCA13-BBFB-4EE5-AE7D-2145651AE1D7}.Release|x86.Build.0 = Release|Any CPU {824CCA13-BBFB-4EE5-AE7D-2145651AE1D7}.Release|x86.Deploy.0 = Release|Any CPU - {AAF75E27-6460-44BE-91E7-F8C69B371111}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhone - {AAF75E27-6460-44BE-91E7-F8C69B371111}.Ad-Hoc|Any CPU.Build.0 = Ad-Hoc|iPhone - {AAF75E27-6460-44BE-91E7-F8C69B371111}.Ad-Hoc|Any CPU.Deploy.0 = Ad-Hoc|iPhone - {AAF75E27-6460-44BE-91E7-F8C69B371111}.Ad-Hoc|ARM.ActiveCfg = Ad-Hoc|iPhone - {AAF75E27-6460-44BE-91E7-F8C69B371111}.Ad-Hoc|ARM.Build.0 = Ad-Hoc|iPhone - {AAF75E27-6460-44BE-91E7-F8C69B371111}.Ad-Hoc|ARM.Deploy.0 = Ad-Hoc|iPhone - {AAF75E27-6460-44BE-91E7-F8C69B371111}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone - {AAF75E27-6460-44BE-91E7-F8C69B371111}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone - {AAF75E27-6460-44BE-91E7-F8C69B371111}.Ad-Hoc|iPhone.Deploy.0 = Ad-Hoc|iPhone - {AAF75E27-6460-44BE-91E7-F8C69B371111}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator - {AAF75E27-6460-44BE-91E7-F8C69B371111}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator - {AAF75E27-6460-44BE-91E7-F8C69B371111}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Ad-Hoc|iPhoneSimulator - {AAF75E27-6460-44BE-91E7-F8C69B371111}.Ad-Hoc|x64.ActiveCfg = Ad-Hoc|iPhone - {AAF75E27-6460-44BE-91E7-F8C69B371111}.Ad-Hoc|x64.Build.0 = Ad-Hoc|iPhone - {AAF75E27-6460-44BE-91E7-F8C69B371111}.Ad-Hoc|x64.Deploy.0 = Ad-Hoc|iPhone - {AAF75E27-6460-44BE-91E7-F8C69B371111}.Ad-Hoc|x86.ActiveCfg = Ad-Hoc|iPhone - {AAF75E27-6460-44BE-91E7-F8C69B371111}.Ad-Hoc|x86.Build.0 = Ad-Hoc|iPhone - {AAF75E27-6460-44BE-91E7-F8C69B371111}.Ad-Hoc|x86.Deploy.0 = Ad-Hoc|iPhone - {AAF75E27-6460-44BE-91E7-F8C69B371111}.AppStore|Any CPU.ActiveCfg = AppStore|iPhone - {AAF75E27-6460-44BE-91E7-F8C69B371111}.AppStore|Any CPU.Build.0 = AppStore|iPhone - {AAF75E27-6460-44BE-91E7-F8C69B371111}.AppStore|Any CPU.Deploy.0 = AppStore|iPhone - {AAF75E27-6460-44BE-91E7-F8C69B371111}.AppStore|ARM.ActiveCfg = AppStore|iPhone - {AAF75E27-6460-44BE-91E7-F8C69B371111}.AppStore|ARM.Build.0 = AppStore|iPhone - {AAF75E27-6460-44BE-91E7-F8C69B371111}.AppStore|ARM.Deploy.0 = AppStore|iPhone - {AAF75E27-6460-44BE-91E7-F8C69B371111}.AppStore|iPhone.ActiveCfg = AppStore|iPhone - {AAF75E27-6460-44BE-91E7-F8C69B371111}.AppStore|iPhone.Build.0 = AppStore|iPhone - {AAF75E27-6460-44BE-91E7-F8C69B371111}.AppStore|iPhone.Deploy.0 = AppStore|iPhone - {AAF75E27-6460-44BE-91E7-F8C69B371111}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator - {AAF75E27-6460-44BE-91E7-F8C69B371111}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator - {AAF75E27-6460-44BE-91E7-F8C69B371111}.AppStore|iPhoneSimulator.Deploy.0 = AppStore|iPhoneSimulator - {AAF75E27-6460-44BE-91E7-F8C69B371111}.AppStore|x64.ActiveCfg = AppStore|iPhone - {AAF75E27-6460-44BE-91E7-F8C69B371111}.AppStore|x64.Build.0 = AppStore|iPhone - {AAF75E27-6460-44BE-91E7-F8C69B371111}.AppStore|x64.Deploy.0 = AppStore|iPhone - {AAF75E27-6460-44BE-91E7-F8C69B371111}.AppStore|x86.ActiveCfg = AppStore|iPhone - {AAF75E27-6460-44BE-91E7-F8C69B371111}.AppStore|x86.Build.0 = AppStore|iPhone - {AAF75E27-6460-44BE-91E7-F8C69B371111}.AppStore|x86.Deploy.0 = AppStore|iPhone + {AAF75E27-6460-44BE-91E7-F8C69B371111}.Ad-Hoc|Any CPU.ActiveCfg = Release|iPhoneSimulator + {AAF75E27-6460-44BE-91E7-F8C69B371111}.Ad-Hoc|Any CPU.Build.0 = Release|iPhoneSimulator + {AAF75E27-6460-44BE-91E7-F8C69B371111}.Ad-Hoc|ARM.ActiveCfg = Release|iPhoneSimulator + {AAF75E27-6460-44BE-91E7-F8C69B371111}.Ad-Hoc|ARM.Build.0 = Release|iPhoneSimulator + {AAF75E27-6460-44BE-91E7-F8C69B371111}.Ad-Hoc|iPhone.ActiveCfg = Release|iPhone + {AAF75E27-6460-44BE-91E7-F8C69B371111}.Ad-Hoc|iPhone.Build.0 = Release|iPhone + {AAF75E27-6460-44BE-91E7-F8C69B371111}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {AAF75E27-6460-44BE-91E7-F8C69B371111}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {AAF75E27-6460-44BE-91E7-F8C69B371111}.Ad-Hoc|x64.ActiveCfg = Release|iPhoneSimulator + {AAF75E27-6460-44BE-91E7-F8C69B371111}.Ad-Hoc|x64.Build.0 = Release|iPhoneSimulator + {AAF75E27-6460-44BE-91E7-F8C69B371111}.Ad-Hoc|x86.ActiveCfg = Release|iPhoneSimulator + {AAF75E27-6460-44BE-91E7-F8C69B371111}.Ad-Hoc|x86.Build.0 = Release|iPhoneSimulator + {AAF75E27-6460-44BE-91E7-F8C69B371111}.AppStore|Any CPU.ActiveCfg = Release|iPhoneSimulator + {AAF75E27-6460-44BE-91E7-F8C69B371111}.AppStore|Any CPU.Build.0 = Release|iPhoneSimulator + {AAF75E27-6460-44BE-91E7-F8C69B371111}.AppStore|ARM.ActiveCfg = Release|iPhoneSimulator + {AAF75E27-6460-44BE-91E7-F8C69B371111}.AppStore|ARM.Build.0 = Release|iPhoneSimulator + {AAF75E27-6460-44BE-91E7-F8C69B371111}.AppStore|iPhone.ActiveCfg = Release|iPhone + {AAF75E27-6460-44BE-91E7-F8C69B371111}.AppStore|iPhone.Build.0 = Release|iPhone + {AAF75E27-6460-44BE-91E7-F8C69B371111}.AppStore|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {AAF75E27-6460-44BE-91E7-F8C69B371111}.AppStore|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {AAF75E27-6460-44BE-91E7-F8C69B371111}.AppStore|x64.ActiveCfg = Release|iPhoneSimulator + {AAF75E27-6460-44BE-91E7-F8C69B371111}.AppStore|x64.Build.0 = Release|iPhoneSimulator + {AAF75E27-6460-44BE-91E7-F8C69B371111}.AppStore|x86.ActiveCfg = Release|iPhoneSimulator + {AAF75E27-6460-44BE-91E7-F8C69B371111}.AppStore|x86.Build.0 = Release|iPhoneSimulator {AAF75E27-6460-44BE-91E7-F8C69B371111}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator {AAF75E27-6460-44BE-91E7-F8C69B371111}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator {AAF75E27-6460-44BE-91E7-F8C69B371111}.Debug|Any CPU.Deploy.0 = Debug|iPhoneSimulator @@ -252,4 +242,10 @@ Global {EE2F865B-1504-4CFF-8DE0-B9C65D9CED5E}.Release|x86.Build.0 = Release|Any CPU {EE2F865B-1504-4CFF-8DE0-B9C65D9CED5E}.Release|x86.Deploy.0 = Release|Any CPU EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {083BF57F-556A-41C3-BFEA-4503B5ED5EB7} + EndGlobalSection EndGlobal diff --git a/WebServices/OAuthNativeFlow/iOS/OAuthNativeFlow.iOS.csproj b/WebServices/OAuthNativeFlow/iOS/OAuthNativeFlow.iOS.csproj index be6e4c6243..408ba4248b 100644 --- a/WebServices/OAuthNativeFlow/iOS/OAuthNativeFlow.iOS.csproj +++ b/WebServices/OAuthNativeFlow/iOS/OAuthNativeFlow.iOS.csproj @@ -97,8 +97,12 @@ - - + + false + + + false + @@ -118,4 +122,4 @@ - + \ No newline at end of file diff --git a/WebServices/TodoDocumentDB/TodoDocumentDB.sln b/WebServices/TodoDocumentDB/TodoDocumentDB.sln index f67f081a23..01d6caa1d1 100644 --- a/WebServices/TodoDocumentDB/TodoDocumentDB.sln +++ b/WebServices/TodoDocumentDB/TodoDocumentDB.sln @@ -1,6 +1,8 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2012 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29920.165 +MinimumVisualStudioVersion = 10.0.40219.1 Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "TodoDocumentDB", "TodoDocumentDB\TodoDocumentDB.shproj", "{F36B04D4-9EB8-42D8-854A-E3920260E7FC}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TodoDocumentDB.iOS", "iOS\TodoDocumentDB.iOS.csproj", "{BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}" @@ -8,6 +10,11 @@ EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TodoDocumentDB.Droid", "Droid\TodoDocumentDB.Droid.csproj", "{00098FF5-6AD4-49F1-96FA-286466BE218F}" EndProject Global + GlobalSection(SharedMSBuildProjectFiles) = preSolution + TodoDocumentDB\TodoDocumentDB.projitems*{00098ff5-6ad4-49f1-96fa-286466be218f}*SharedItemsImports = 4 + TodoDocumentDB\TodoDocumentDB.projitems*{bbde867e-a90e-4f2b-8f80-dc42a3ad8dd6}*SharedItemsImports = 4 + TodoDocumentDB\TodoDocumentDB.projitems*{f36b04d4-9eb8-42d8-854a-e3920260e7fc}*SharedItemsImports = 13 + EndGlobalSection GlobalSection(SolutionConfigurationPlatforms) = preSolution Ad-Hoc|Any CPU = Ad-Hoc|Any CPU Ad-Hoc|ARM = Ad-Hoc|ARM @@ -35,42 +42,30 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhone - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.Ad-Hoc|Any CPU.Build.0 = Ad-Hoc|iPhone - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.Ad-Hoc|Any CPU.Deploy.0 = Ad-Hoc|iPhone - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.Ad-Hoc|ARM.ActiveCfg = Ad-Hoc|iPhone - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.Ad-Hoc|ARM.Build.0 = Ad-Hoc|iPhone - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.Ad-Hoc|ARM.Deploy.0 = Ad-Hoc|iPhone - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.Ad-Hoc|iPhone.Deploy.0 = Ad-Hoc|iPhone - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Ad-Hoc|iPhoneSimulator - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.Ad-Hoc|x64.ActiveCfg = Ad-Hoc|iPhone - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.Ad-Hoc|x64.Build.0 = Ad-Hoc|iPhone - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.Ad-Hoc|x64.Deploy.0 = Ad-Hoc|iPhone - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.Ad-Hoc|x86.ActiveCfg = Ad-Hoc|iPhone - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.Ad-Hoc|x86.Build.0 = Ad-Hoc|iPhone - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.Ad-Hoc|x86.Deploy.0 = Ad-Hoc|iPhone - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.AppStore|Any CPU.ActiveCfg = AppStore|iPhone - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.AppStore|Any CPU.Build.0 = AppStore|iPhone - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.AppStore|Any CPU.Deploy.0 = AppStore|iPhone - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.AppStore|ARM.ActiveCfg = AppStore|iPhone - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.AppStore|ARM.Build.0 = AppStore|iPhone - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.AppStore|ARM.Deploy.0 = AppStore|iPhone - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.AppStore|iPhone.ActiveCfg = AppStore|iPhone - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.AppStore|iPhone.Build.0 = AppStore|iPhone - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.AppStore|iPhone.Deploy.0 = AppStore|iPhone - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.AppStore|iPhoneSimulator.Deploy.0 = AppStore|iPhoneSimulator - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.AppStore|x64.ActiveCfg = AppStore|iPhone - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.AppStore|x64.Build.0 = AppStore|iPhone - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.AppStore|x64.Deploy.0 = AppStore|iPhone - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.AppStore|x86.ActiveCfg = AppStore|iPhone - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.AppStore|x86.Build.0 = AppStore|iPhone - {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.AppStore|x86.Deploy.0 = AppStore|iPhone + {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.Ad-Hoc|Any CPU.ActiveCfg = Release|iPhoneSimulator + {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.Ad-Hoc|Any CPU.Build.0 = Release|iPhoneSimulator + {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.Ad-Hoc|ARM.ActiveCfg = Release|iPhoneSimulator + {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.Ad-Hoc|ARM.Build.0 = Release|iPhoneSimulator + {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.Ad-Hoc|iPhone.ActiveCfg = Release|iPhone + {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.Ad-Hoc|iPhone.Build.0 = Release|iPhone + {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.Ad-Hoc|x64.ActiveCfg = Release|iPhoneSimulator + {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.Ad-Hoc|x64.Build.0 = Release|iPhoneSimulator + {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.Ad-Hoc|x86.ActiveCfg = Release|iPhoneSimulator + {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.Ad-Hoc|x86.Build.0 = Release|iPhoneSimulator + {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.AppStore|Any CPU.ActiveCfg = Release|iPhoneSimulator + {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.AppStore|Any CPU.Build.0 = Release|iPhoneSimulator + {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.AppStore|ARM.ActiveCfg = Release|iPhoneSimulator + {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.AppStore|ARM.Build.0 = Release|iPhoneSimulator + {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.AppStore|iPhone.ActiveCfg = Release|iPhone + {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.AppStore|iPhone.Build.0 = Release|iPhone + {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.AppStore|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.AppStore|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.AppStore|x64.ActiveCfg = Release|iPhoneSimulator + {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.AppStore|x64.Build.0 = Release|iPhoneSimulator + {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.AppStore|x86.ActiveCfg = Release|iPhoneSimulator + {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.AppStore|x86.Build.0 = Release|iPhoneSimulator {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator {BBDE867E-A90E-4F2B-8F80-DC42A3AD8DD6}.Debug|Any CPU.Deploy.0 = Debug|iPhoneSimulator @@ -180,4 +175,10 @@ Global {00098FF5-6AD4-49F1-96FA-286466BE218F}.Release|x86.Build.0 = Release|Any CPU {00098FF5-6AD4-49F1-96FA-286466BE218F}.Release|x86.Deploy.0 = Release|Any CPU EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {486C828D-C02B-49CA-8104-B4EEED5856AA} + EndGlobalSection EndGlobal diff --git a/WebServices/TodoDocumentDB/iOS/TodoDocumentDB.iOS.csproj b/WebServices/TodoDocumentDB/iOS/TodoDocumentDB.iOS.csproj index 8dcaf3e01e..986bdf626d 100644 --- a/WebServices/TodoDocumentDB/iOS/TodoDocumentDB.iOS.csproj +++ b/WebServices/TodoDocumentDB/iOS/TodoDocumentDB.iOS.csproj @@ -104,10 +104,10 @@ - false + false - false + false diff --git a/WebServices/TodoDocumentDBAuth/Xamarin.Forms/TodoDocumentDBAuth.sln b/WebServices/TodoDocumentDBAuth/Xamarin.Forms/TodoDocumentDBAuth.sln index 04ae7efd35..430b678ab2 100755 --- a/WebServices/TodoDocumentDBAuth/Xamarin.Forms/TodoDocumentDBAuth.sln +++ b/WebServices/TodoDocumentDBAuth/Xamarin.Forms/TodoDocumentDBAuth.sln @@ -1,17 +1,18 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.25420.1 + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29920.165 MinimumVisualStudioVersion = 10.0.40219.1 Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "TodoDocumentDB", "TodoDocumentDB\TodoDocumentDB.shproj", "{F36B04D4-9EB8-42D8-854A-E3920260E7FC}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TodoDocumentDB.iOS", "iOS\TodoDocumentDBAuth.iOS.csproj", "{24DE46F3-3BCE-4847-BC28-48A74780694D}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TodoDocumentDBAuth.iOS", "iOS\TodoDocumentDBAuth.iOS.csproj", "{24DE46F3-3BCE-4847-BC28-48A74780694D}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TodoDocumentDB.Droid", "Droid\TodoDocumentDBAuth.Droid.csproj", "{BCC5BA58-8348-4B6E-A485-75BE3045B793}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TodoDocumentDBAuth.Droid", "Droid\TodoDocumentDBAuth.Droid.csproj", "{BCC5BA58-8348-4B6E-A485-75BE3045B793}" EndProject Global GlobalSection(SharedMSBuildProjectFiles) = preSolution - TodoDocumentDB\TodoDocumentDB.projitems*{BCC5BA58-8348-4B6E-A485-75BE3045B793}*SharedItemsImports = 4 - TodoDocumentDB\TodoDocumentDB.projitems*{24DE46F3-3BCE-4847-BC28-48A74780694D}*SharedItemsImports = 4 + TodoDocumentDB\TodoDocumentDB.projitems*{24de46f3-3bce-4847-bc28-48a74780694d}*SharedItemsImports = 4 + TodoDocumentDB\TodoDocumentDB.projitems*{bcc5ba58-8348-4b6e-a485-75be3045b793}*SharedItemsImports = 4 TodoDocumentDB\TodoDocumentDB.projitems*{f36b04d4-9eb8-42d8-854a-e3920260e7fc}*SharedItemsImports = 13 EndGlobalSection GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -41,42 +42,30 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {24DE46F3-3BCE-4847-BC28-48A74780694D}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhone - {24DE46F3-3BCE-4847-BC28-48A74780694D}.Ad-Hoc|Any CPU.Build.0 = Ad-Hoc|iPhone - {24DE46F3-3BCE-4847-BC28-48A74780694D}.Ad-Hoc|Any CPU.Deploy.0 = Ad-Hoc|iPhone - {24DE46F3-3BCE-4847-BC28-48A74780694D}.Ad-Hoc|ARM.ActiveCfg = Ad-Hoc|iPhone - {24DE46F3-3BCE-4847-BC28-48A74780694D}.Ad-Hoc|ARM.Build.0 = Ad-Hoc|iPhone - {24DE46F3-3BCE-4847-BC28-48A74780694D}.Ad-Hoc|ARM.Deploy.0 = Ad-Hoc|iPhone - {24DE46F3-3BCE-4847-BC28-48A74780694D}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone - {24DE46F3-3BCE-4847-BC28-48A74780694D}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone - {24DE46F3-3BCE-4847-BC28-48A74780694D}.Ad-Hoc|iPhone.Deploy.0 = Ad-Hoc|iPhone - {24DE46F3-3BCE-4847-BC28-48A74780694D}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator - {24DE46F3-3BCE-4847-BC28-48A74780694D}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator - {24DE46F3-3BCE-4847-BC28-48A74780694D}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Ad-Hoc|iPhoneSimulator - {24DE46F3-3BCE-4847-BC28-48A74780694D}.Ad-Hoc|x64.ActiveCfg = Ad-Hoc|iPhone - {24DE46F3-3BCE-4847-BC28-48A74780694D}.Ad-Hoc|x64.Build.0 = Ad-Hoc|iPhone - {24DE46F3-3BCE-4847-BC28-48A74780694D}.Ad-Hoc|x64.Deploy.0 = Ad-Hoc|iPhone - {24DE46F3-3BCE-4847-BC28-48A74780694D}.Ad-Hoc|x86.ActiveCfg = Ad-Hoc|iPhone - {24DE46F3-3BCE-4847-BC28-48A74780694D}.Ad-Hoc|x86.Build.0 = Ad-Hoc|iPhone - {24DE46F3-3BCE-4847-BC28-48A74780694D}.Ad-Hoc|x86.Deploy.0 = Ad-Hoc|iPhone - {24DE46F3-3BCE-4847-BC28-48A74780694D}.AppStore|Any CPU.ActiveCfg = AppStore|iPhone - {24DE46F3-3BCE-4847-BC28-48A74780694D}.AppStore|Any CPU.Build.0 = AppStore|iPhone - {24DE46F3-3BCE-4847-BC28-48A74780694D}.AppStore|Any CPU.Deploy.0 = AppStore|iPhone - {24DE46F3-3BCE-4847-BC28-48A74780694D}.AppStore|ARM.ActiveCfg = AppStore|iPhone - {24DE46F3-3BCE-4847-BC28-48A74780694D}.AppStore|ARM.Build.0 = AppStore|iPhone - {24DE46F3-3BCE-4847-BC28-48A74780694D}.AppStore|ARM.Deploy.0 = AppStore|iPhone - {24DE46F3-3BCE-4847-BC28-48A74780694D}.AppStore|iPhone.ActiveCfg = AppStore|iPhone - {24DE46F3-3BCE-4847-BC28-48A74780694D}.AppStore|iPhone.Build.0 = AppStore|iPhone - {24DE46F3-3BCE-4847-BC28-48A74780694D}.AppStore|iPhone.Deploy.0 = AppStore|iPhone - {24DE46F3-3BCE-4847-BC28-48A74780694D}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator - {24DE46F3-3BCE-4847-BC28-48A74780694D}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator - {24DE46F3-3BCE-4847-BC28-48A74780694D}.AppStore|iPhoneSimulator.Deploy.0 = AppStore|iPhoneSimulator - {24DE46F3-3BCE-4847-BC28-48A74780694D}.AppStore|x64.ActiveCfg = AppStore|iPhone - {24DE46F3-3BCE-4847-BC28-48A74780694D}.AppStore|x64.Build.0 = AppStore|iPhone - {24DE46F3-3BCE-4847-BC28-48A74780694D}.AppStore|x64.Deploy.0 = AppStore|iPhone - {24DE46F3-3BCE-4847-BC28-48A74780694D}.AppStore|x86.ActiveCfg = AppStore|iPhone - {24DE46F3-3BCE-4847-BC28-48A74780694D}.AppStore|x86.Build.0 = AppStore|iPhone - {24DE46F3-3BCE-4847-BC28-48A74780694D}.AppStore|x86.Deploy.0 = AppStore|iPhone + {24DE46F3-3BCE-4847-BC28-48A74780694D}.Ad-Hoc|Any CPU.ActiveCfg = Release|iPhoneSimulator + {24DE46F3-3BCE-4847-BC28-48A74780694D}.Ad-Hoc|Any CPU.Build.0 = Release|iPhoneSimulator + {24DE46F3-3BCE-4847-BC28-48A74780694D}.Ad-Hoc|ARM.ActiveCfg = Release|iPhoneSimulator + {24DE46F3-3BCE-4847-BC28-48A74780694D}.Ad-Hoc|ARM.Build.0 = Release|iPhoneSimulator + {24DE46F3-3BCE-4847-BC28-48A74780694D}.Ad-Hoc|iPhone.ActiveCfg = Release|iPhone + {24DE46F3-3BCE-4847-BC28-48A74780694D}.Ad-Hoc|iPhone.Build.0 = Release|iPhone + {24DE46F3-3BCE-4847-BC28-48A74780694D}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {24DE46F3-3BCE-4847-BC28-48A74780694D}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {24DE46F3-3BCE-4847-BC28-48A74780694D}.Ad-Hoc|x64.ActiveCfg = Release|iPhoneSimulator + {24DE46F3-3BCE-4847-BC28-48A74780694D}.Ad-Hoc|x64.Build.0 = Release|iPhoneSimulator + {24DE46F3-3BCE-4847-BC28-48A74780694D}.Ad-Hoc|x86.ActiveCfg = Release|iPhoneSimulator + {24DE46F3-3BCE-4847-BC28-48A74780694D}.Ad-Hoc|x86.Build.0 = Release|iPhoneSimulator + {24DE46F3-3BCE-4847-BC28-48A74780694D}.AppStore|Any CPU.ActiveCfg = Release|iPhoneSimulator + {24DE46F3-3BCE-4847-BC28-48A74780694D}.AppStore|Any CPU.Build.0 = Release|iPhoneSimulator + {24DE46F3-3BCE-4847-BC28-48A74780694D}.AppStore|ARM.ActiveCfg = Release|iPhoneSimulator + {24DE46F3-3BCE-4847-BC28-48A74780694D}.AppStore|ARM.Build.0 = Release|iPhoneSimulator + {24DE46F3-3BCE-4847-BC28-48A74780694D}.AppStore|iPhone.ActiveCfg = Release|iPhone + {24DE46F3-3BCE-4847-BC28-48A74780694D}.AppStore|iPhone.Build.0 = Release|iPhone + {24DE46F3-3BCE-4847-BC28-48A74780694D}.AppStore|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {24DE46F3-3BCE-4847-BC28-48A74780694D}.AppStore|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {24DE46F3-3BCE-4847-BC28-48A74780694D}.AppStore|x64.ActiveCfg = Release|iPhoneSimulator + {24DE46F3-3BCE-4847-BC28-48A74780694D}.AppStore|x64.Build.0 = Release|iPhoneSimulator + {24DE46F3-3BCE-4847-BC28-48A74780694D}.AppStore|x86.ActiveCfg = Release|iPhoneSimulator + {24DE46F3-3BCE-4847-BC28-48A74780694D}.AppStore|x86.Build.0 = Release|iPhoneSimulator {24DE46F3-3BCE-4847-BC28-48A74780694D}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator {24DE46F3-3BCE-4847-BC28-48A74780694D}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator {24DE46F3-3BCE-4847-BC28-48A74780694D}.Debug|Any CPU.Deploy.0 = Debug|iPhoneSimulator @@ -189,4 +178,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {ECC24497-45B7-4539-B986-FAAFE1A782B4} + EndGlobalSection EndGlobal diff --git a/WebServices/TodoDocumentDBAuth/Xamarin.Forms/iOS/TodoDocumentDBAuth.iOS.csproj b/WebServices/TodoDocumentDBAuth/Xamarin.Forms/iOS/TodoDocumentDBAuth.iOS.csproj index 3ae91db3a7..8a13759e49 100644 --- a/WebServices/TodoDocumentDBAuth/Xamarin.Forms/iOS/TodoDocumentDBAuth.iOS.csproj +++ b/WebServices/TodoDocumentDBAuth/Xamarin.Forms/iOS/TodoDocumentDBAuth.iOS.csproj @@ -105,10 +105,10 @@ - false + false - false + false diff --git a/WorkingWithFiles/WorkingWithFiles/WorkingWithFiles.sln b/WorkingWithFiles/WorkingWithFiles/WorkingWithFiles.sln index 2fe26e5992..18191c8bee 100755 --- a/WorkingWithFiles/WorkingWithFiles/WorkingWithFiles.sln +++ b/WorkingWithFiles/WorkingWithFiles/WorkingWithFiles.sln @@ -195,9 +195,6 @@ Global {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x64 {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x64 {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|x64 - {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|x86 - {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Ad-Hoc|Mixed Platforms.Build.0 = Release|x86 - {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Ad-Hoc|Mixed Platforms.Deploy.0 = Release|x86 {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Ad-Hoc|x64.ActiveCfg = Release|x64 {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Ad-Hoc|x64.Build.0 = Release|x64 {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Ad-Hoc|x64.Deploy.0 = Release|x64 @@ -216,9 +213,6 @@ Global {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.AppStore|iPhoneSimulator.ActiveCfg = Release|x64 {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.AppStore|iPhoneSimulator.Build.0 = Release|x64 {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.AppStore|iPhoneSimulator.Deploy.0 = Release|x64 - {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.AppStore|Mixed Platforms.ActiveCfg = Release|x86 - {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.AppStore|Mixed Platforms.Build.0 = Release|x86 - {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.AppStore|Mixed Platforms.Deploy.0 = Release|x86 {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.AppStore|x64.ActiveCfg = Release|x64 {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.AppStore|x64.Build.0 = Release|x64 {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.AppStore|x64.Deploy.0 = Release|x64 @@ -226,14 +220,13 @@ Global {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.AppStore|x86.Build.0 = Release|x86 {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.AppStore|x86.Deploy.0 = Release|x86 {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Debug|Any CPU.ActiveCfg = Debug|x86 + {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Debug|Any CPU.Build.0 = Debug|x86 + {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Debug|Any CPU.Deploy.0 = Debug|x86 {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Debug|ARM.ActiveCfg = Debug|ARM {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Debug|ARM.Build.0 = Debug|ARM {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Debug|ARM.Deploy.0 = Debug|ARM {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Debug|iPhone.ActiveCfg = Debug|x86 {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86 - {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Debug|Mixed Platforms.Deploy.0 = Debug|x86 {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Debug|x64.ActiveCfg = Debug|x64 {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Debug|x64.Build.0 = Debug|x64 {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Debug|x64.Deploy.0 = Debug|x64 @@ -241,14 +234,13 @@ Global {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Debug|x86.Build.0 = Debug|x86 {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Debug|x86.Deploy.0 = Debug|x86 {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Release|Any CPU.ActiveCfg = Release|x86 + {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Release|Any CPU.Build.0 = Release|x86 + {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Release|Any CPU.Deploy.0 = Release|x86 {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Release|ARM.ActiveCfg = Release|ARM {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Release|ARM.Build.0 = Release|ARM {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Release|ARM.Deploy.0 = Release|ARM {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Release|iPhone.ActiveCfg = Release|x86 {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Release|iPhoneSimulator.ActiveCfg = Release|x86 - {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Release|Mixed Platforms.Build.0 = Release|x86 - {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Release|Mixed Platforms.Deploy.0 = Release|x86 {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Release|x64.ActiveCfg = Release|x64 {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Release|x64.Build.0 = Release|x64 {B449EA1A-81E2-409A-832E-5E1A4701B0EB}.Release|x64.Deploy.0 = Release|x64 diff --git a/WorkingWithFonts/WorkingWithFonts.sln b/WorkingWithFonts/WorkingWithFonts.sln index 844f08afee..0ba52b108f 100755 --- a/WorkingWithFonts/WorkingWithFonts.sln +++ b/WorkingWithFonts/WorkingWithFonts.sln @@ -1,9 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.24720.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29920.165 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkingWithFonts", "WorkingWithFonts\WorkingWithFonts.csproj", "{2C634AE0-2140-433E-BE79-8E5469509F93}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WorkingWithFonts", "WorkingWithFonts\WorkingWithFonts.csproj", "{2C634AE0-2140-433E-BE79-8E5469509F93}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkingWithFonts.iOS", "iOS\WorkingWithFonts.iOS.csproj", "{D901F7FB-A6DD-495B-90E9-C91AB93D517E}" EndProject @@ -267,9 +267,6 @@ Global {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x64 {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x64 {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|x64 - {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|x86 - {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Ad-Hoc|Mixed Platforms.Build.0 = Release|x86 - {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Ad-Hoc|Mixed Platforms.Deploy.0 = Release|x86 {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Ad-Hoc|x64.ActiveCfg = Release|x64 {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Ad-Hoc|x64.Build.0 = Release|x64 {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Ad-Hoc|x64.Deploy.0 = Release|x64 @@ -288,9 +285,6 @@ Global {37B994EE-C446-49D1-93C3-1EA25F677E9E}.AppStore|iPhoneSimulator.ActiveCfg = Release|x64 {37B994EE-C446-49D1-93C3-1EA25F677E9E}.AppStore|iPhoneSimulator.Build.0 = Release|x64 {37B994EE-C446-49D1-93C3-1EA25F677E9E}.AppStore|iPhoneSimulator.Deploy.0 = Release|x64 - {37B994EE-C446-49D1-93C3-1EA25F677E9E}.AppStore|Mixed Platforms.ActiveCfg = Release|x86 - {37B994EE-C446-49D1-93C3-1EA25F677E9E}.AppStore|Mixed Platforms.Build.0 = Release|x86 - {37B994EE-C446-49D1-93C3-1EA25F677E9E}.AppStore|Mixed Platforms.Deploy.0 = Release|x86 {37B994EE-C446-49D1-93C3-1EA25F677E9E}.AppStore|x64.ActiveCfg = Release|x64 {37B994EE-C446-49D1-93C3-1EA25F677E9E}.AppStore|x64.Build.0 = Release|x64 {37B994EE-C446-49D1-93C3-1EA25F677E9E}.AppStore|x64.Deploy.0 = Release|x64 @@ -298,14 +292,13 @@ Global {37B994EE-C446-49D1-93C3-1EA25F677E9E}.AppStore|x86.Build.0 = Release|x86 {37B994EE-C446-49D1-93C3-1EA25F677E9E}.AppStore|x86.Deploy.0 = Release|x86 {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Debug|Any CPU.ActiveCfg = Debug|x86 + {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Debug|Any CPU.Build.0 = Debug|x86 + {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Debug|Any CPU.Deploy.0 = Debug|x86 {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Debug|ARM.ActiveCfg = Debug|ARM {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Debug|ARM.Build.0 = Debug|ARM {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Debug|ARM.Deploy.0 = Debug|ARM {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Debug|iPhone.ActiveCfg = Debug|x86 {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86 - {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Debug|Mixed Platforms.Deploy.0 = Debug|x86 {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Debug|x64.ActiveCfg = Debug|x64 {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Debug|x64.Build.0 = Debug|x64 {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Debug|x64.Deploy.0 = Debug|x64 @@ -313,14 +306,13 @@ Global {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Debug|x86.Build.0 = Debug|x86 {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Debug|x86.Deploy.0 = Debug|x86 {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Release|Any CPU.ActiveCfg = Release|x86 + {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Release|Any CPU.Build.0 = Release|x86 + {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Release|Any CPU.Deploy.0 = Release|x86 {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Release|ARM.ActiveCfg = Release|ARM {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Release|ARM.Build.0 = Release|ARM {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Release|ARM.Deploy.0 = Release|ARM {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Release|iPhone.ActiveCfg = Release|x86 {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Release|iPhoneSimulator.ActiveCfg = Release|x86 - {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Release|Mixed Platforms.Build.0 = Release|x86 - {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Release|Mixed Platforms.Deploy.0 = Release|x86 {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Release|x64.ActiveCfg = Release|x64 {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Release|x64.Build.0 = Release|x64 {37B994EE-C446-49D1-93C3-1EA25F677E9E}.Release|x64.Deploy.0 = Release|x64 @@ -331,4 +323,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {F5C59C68-0780-447D-B4CF-9195430EFDFA} + EndGlobalSection EndGlobal diff --git a/WorkingWithGestures/TapGesture/WorkingWithGestures.sln b/WorkingWithGestures/TapGesture/WorkingWithGestures.sln index b011a7c80c..076c155543 100644 --- a/WorkingWithGestures/TapGesture/WorkingWithGestures.sln +++ b/WorkingWithGestures/TapGesture/WorkingWithGestures.sln @@ -1,9 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.24720.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29920.165 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkingWithGestures", "WorkingWithGestures\WorkingWithGestures.csproj", "{7E861932-CB53-41C9-A8A7-08C5BABF867E}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WorkingWithGestures", "WorkingWithGestures\WorkingWithGestures.csproj", "{7E861932-CB53-41C9-A8A7-08C5BABF867E}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkingWithGestures.iOS", "iOS\WorkingWithGestures.iOS.csproj", "{CD67CA09-0F35-4CA1-9CCE-4CD1C1381A2E}" EndProject @@ -267,9 +267,6 @@ Global {7D9247C1-5612-4877-B648-31DBF837EDE3}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x64 {7D9247C1-5612-4877-B648-31DBF837EDE3}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x64 {7D9247C1-5612-4877-B648-31DBF837EDE3}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|x64 - {7D9247C1-5612-4877-B648-31DBF837EDE3}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|x86 - {7D9247C1-5612-4877-B648-31DBF837EDE3}.Ad-Hoc|Mixed Platforms.Build.0 = Release|x86 - {7D9247C1-5612-4877-B648-31DBF837EDE3}.Ad-Hoc|Mixed Platforms.Deploy.0 = Release|x86 {7D9247C1-5612-4877-B648-31DBF837EDE3}.Ad-Hoc|x64.ActiveCfg = Release|x64 {7D9247C1-5612-4877-B648-31DBF837EDE3}.Ad-Hoc|x64.Build.0 = Release|x64 {7D9247C1-5612-4877-B648-31DBF837EDE3}.Ad-Hoc|x64.Deploy.0 = Release|x64 @@ -288,9 +285,6 @@ Global {7D9247C1-5612-4877-B648-31DBF837EDE3}.AppStore|iPhoneSimulator.ActiveCfg = Release|x64 {7D9247C1-5612-4877-B648-31DBF837EDE3}.AppStore|iPhoneSimulator.Build.0 = Release|x64 {7D9247C1-5612-4877-B648-31DBF837EDE3}.AppStore|iPhoneSimulator.Deploy.0 = Release|x64 - {7D9247C1-5612-4877-B648-31DBF837EDE3}.AppStore|Mixed Platforms.ActiveCfg = Release|x86 - {7D9247C1-5612-4877-B648-31DBF837EDE3}.AppStore|Mixed Platforms.Build.0 = Release|x86 - {7D9247C1-5612-4877-B648-31DBF837EDE3}.AppStore|Mixed Platforms.Deploy.0 = Release|x86 {7D9247C1-5612-4877-B648-31DBF837EDE3}.AppStore|x64.ActiveCfg = Release|x64 {7D9247C1-5612-4877-B648-31DBF837EDE3}.AppStore|x64.Build.0 = Release|x64 {7D9247C1-5612-4877-B648-31DBF837EDE3}.AppStore|x64.Deploy.0 = Release|x64 @@ -298,14 +292,13 @@ Global {7D9247C1-5612-4877-B648-31DBF837EDE3}.AppStore|x86.Build.0 = Release|x86 {7D9247C1-5612-4877-B648-31DBF837EDE3}.AppStore|x86.Deploy.0 = Release|x86 {7D9247C1-5612-4877-B648-31DBF837EDE3}.Debug|Any CPU.ActiveCfg = Debug|x86 + {7D9247C1-5612-4877-B648-31DBF837EDE3}.Debug|Any CPU.Build.0 = Debug|x86 + {7D9247C1-5612-4877-B648-31DBF837EDE3}.Debug|Any CPU.Deploy.0 = Debug|x86 {7D9247C1-5612-4877-B648-31DBF837EDE3}.Debug|ARM.ActiveCfg = Debug|ARM {7D9247C1-5612-4877-B648-31DBF837EDE3}.Debug|ARM.Build.0 = Debug|ARM {7D9247C1-5612-4877-B648-31DBF837EDE3}.Debug|ARM.Deploy.0 = Debug|ARM {7D9247C1-5612-4877-B648-31DBF837EDE3}.Debug|iPhone.ActiveCfg = Debug|x86 {7D9247C1-5612-4877-B648-31DBF837EDE3}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86 - {7D9247C1-5612-4877-B648-31DBF837EDE3}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {7D9247C1-5612-4877-B648-31DBF837EDE3}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {7D9247C1-5612-4877-B648-31DBF837EDE3}.Debug|Mixed Platforms.Deploy.0 = Debug|x86 {7D9247C1-5612-4877-B648-31DBF837EDE3}.Debug|x64.ActiveCfg = Debug|x64 {7D9247C1-5612-4877-B648-31DBF837EDE3}.Debug|x64.Build.0 = Debug|x64 {7D9247C1-5612-4877-B648-31DBF837EDE3}.Debug|x64.Deploy.0 = Debug|x64 @@ -313,14 +306,13 @@ Global {7D9247C1-5612-4877-B648-31DBF837EDE3}.Debug|x86.Build.0 = Debug|x86 {7D9247C1-5612-4877-B648-31DBF837EDE3}.Debug|x86.Deploy.0 = Debug|x86 {7D9247C1-5612-4877-B648-31DBF837EDE3}.Release|Any CPU.ActiveCfg = Release|x86 + {7D9247C1-5612-4877-B648-31DBF837EDE3}.Release|Any CPU.Build.0 = Release|x86 + {7D9247C1-5612-4877-B648-31DBF837EDE3}.Release|Any CPU.Deploy.0 = Release|x86 {7D9247C1-5612-4877-B648-31DBF837EDE3}.Release|ARM.ActiveCfg = Release|ARM {7D9247C1-5612-4877-B648-31DBF837EDE3}.Release|ARM.Build.0 = Release|ARM {7D9247C1-5612-4877-B648-31DBF837EDE3}.Release|ARM.Deploy.0 = Release|ARM {7D9247C1-5612-4877-B648-31DBF837EDE3}.Release|iPhone.ActiveCfg = Release|x86 {7D9247C1-5612-4877-B648-31DBF837EDE3}.Release|iPhoneSimulator.ActiveCfg = Release|x86 - {7D9247C1-5612-4877-B648-31DBF837EDE3}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {7D9247C1-5612-4877-B648-31DBF837EDE3}.Release|Mixed Platforms.Build.0 = Release|x86 - {7D9247C1-5612-4877-B648-31DBF837EDE3}.Release|Mixed Platforms.Deploy.0 = Release|x86 {7D9247C1-5612-4877-B648-31DBF837EDE3}.Release|x64.ActiveCfg = Release|x64 {7D9247C1-5612-4877-B648-31DBF837EDE3}.Release|x64.Build.0 = Release|x64 {7D9247C1-5612-4877-B648-31DBF837EDE3}.Release|x64.Deploy.0 = Release|x64 @@ -331,6 +323,9 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {313D1561-F91C-48DB-A95E-D8E1DFFBE1E9} + EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution StartupItem = Android\WorkingWithGestures.Android.csproj EndGlobalSection diff --git a/WorkingWithListview/WorkingWithListview.sln b/WorkingWithListview/WorkingWithListview.sln index d0cf9222c3..8bfdffe78a 100755 --- a/WorkingWithListview/WorkingWithListview.sln +++ b/WorkingWithListview/WorkingWithListview.sln @@ -1,9 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.24720.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29920.165 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkingWithListview", "WorkingWithListview\WorkingWithListview.csproj", "{57696A88-A5DF-4BAE-95ED-4BE77E5A9CBE}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WorkingWithListview", "WorkingWithListview\WorkingWithListview.csproj", "{57696A88-A5DF-4BAE-95ED-4BE77E5A9CBE}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkingWithListview.iOS", "iOS\WorkingWithListview.iOS.csproj", "{58A29EE9-9711-44FA-BB83-0EA97F8A6C8B}" EndProject @@ -267,9 +267,6 @@ Global {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x64 {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x64 {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|x64 - {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|x86 - {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Ad-Hoc|Mixed Platforms.Build.0 = Release|x86 - {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Ad-Hoc|Mixed Platforms.Deploy.0 = Release|x86 {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Ad-Hoc|x64.ActiveCfg = Release|x64 {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Ad-Hoc|x64.Build.0 = Release|x64 {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Ad-Hoc|x64.Deploy.0 = Release|x64 @@ -288,9 +285,6 @@ Global {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.AppStore|iPhoneSimulator.ActiveCfg = Release|x64 {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.AppStore|iPhoneSimulator.Build.0 = Release|x64 {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.AppStore|iPhoneSimulator.Deploy.0 = Release|x64 - {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.AppStore|Mixed Platforms.ActiveCfg = Release|x86 - {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.AppStore|Mixed Platforms.Build.0 = Release|x86 - {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.AppStore|Mixed Platforms.Deploy.0 = Release|x86 {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.AppStore|x64.ActiveCfg = Release|x64 {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.AppStore|x64.Build.0 = Release|x64 {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.AppStore|x64.Deploy.0 = Release|x64 @@ -298,14 +292,13 @@ Global {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.AppStore|x86.Build.0 = Release|x86 {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.AppStore|x86.Deploy.0 = Release|x86 {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Debug|Any CPU.ActiveCfg = Debug|x86 + {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Debug|Any CPU.Build.0 = Debug|x86 + {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Debug|Any CPU.Deploy.0 = Debug|x86 {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Debug|ARM.ActiveCfg = Debug|ARM {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Debug|ARM.Build.0 = Debug|ARM {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Debug|ARM.Deploy.0 = Debug|ARM {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Debug|iPhone.ActiveCfg = Debug|x86 {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86 - {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Debug|Mixed Platforms.Deploy.0 = Debug|x86 {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Debug|x64.ActiveCfg = Debug|x64 {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Debug|x64.Build.0 = Debug|x64 {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Debug|x64.Deploy.0 = Debug|x64 @@ -313,14 +306,13 @@ Global {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Debug|x86.Build.0 = Debug|x86 {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Debug|x86.Deploy.0 = Debug|x86 {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Release|Any CPU.ActiveCfg = Release|x86 + {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Release|Any CPU.Build.0 = Release|x86 + {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Release|Any CPU.Deploy.0 = Release|x86 {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Release|ARM.ActiveCfg = Release|ARM {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Release|ARM.Build.0 = Release|ARM {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Release|ARM.Deploy.0 = Release|ARM {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Release|iPhone.ActiveCfg = Release|x86 {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Release|iPhoneSimulator.ActiveCfg = Release|x86 - {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Release|Mixed Platforms.Build.0 = Release|x86 - {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Release|Mixed Platforms.Deploy.0 = Release|x86 {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Release|x64.ActiveCfg = Release|x64 {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Release|x64.Build.0 = Release|x64 {C058BC15-AF6A-429B-BFC7-5F2E88F8E665}.Release|x64.Deploy.0 = Release|x64 @@ -331,4 +323,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {EBDAB98E-6C6F-49D3-807C-E1C5A0573A76} + EndGlobalSection EndGlobal diff --git a/WorkingWithTriggers/WorkingWithTriggers.sln b/WorkingWithTriggers/WorkingWithTriggers.sln index 92004e4d8a..a2764de09c 100755 --- a/WorkingWithTriggers/WorkingWithTriggers.sln +++ b/WorkingWithTriggers/WorkingWithTriggers.sln @@ -1,9 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.24720.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29920.165 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkingWithTriggers", "WorkingWithTriggers\WorkingWithTriggers.csproj", "{374666BA-A117-4802-A4D1-5BA36AF047BC}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WorkingWithTriggers", "WorkingWithTriggers\WorkingWithTriggers.csproj", "{374666BA-A117-4802-A4D1-5BA36AF047BC}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkingWithTriggers.iOS", "WorkingWithTriggers.iOS\WorkingWithTriggers.iOS.csproj", "{E1C6751A-A674-41FB-9AFD-926724EDDD97}" EndProject @@ -267,9 +267,6 @@ Global {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x64 {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x64 {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|x64 - {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|x86 - {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Ad-Hoc|Mixed Platforms.Build.0 = Release|x86 - {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Ad-Hoc|Mixed Platforms.Deploy.0 = Release|x86 {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Ad-Hoc|x64.ActiveCfg = Release|x64 {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Ad-Hoc|x64.Build.0 = Release|x64 {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Ad-Hoc|x64.Deploy.0 = Release|x64 @@ -288,9 +285,6 @@ Global {DDC11553-804D-4DC1-B90A-EFA1764000E3}.AppStore|iPhoneSimulator.ActiveCfg = Release|x64 {DDC11553-804D-4DC1-B90A-EFA1764000E3}.AppStore|iPhoneSimulator.Build.0 = Release|x64 {DDC11553-804D-4DC1-B90A-EFA1764000E3}.AppStore|iPhoneSimulator.Deploy.0 = Release|x64 - {DDC11553-804D-4DC1-B90A-EFA1764000E3}.AppStore|Mixed Platforms.ActiveCfg = Release|x86 - {DDC11553-804D-4DC1-B90A-EFA1764000E3}.AppStore|Mixed Platforms.Build.0 = Release|x86 - {DDC11553-804D-4DC1-B90A-EFA1764000E3}.AppStore|Mixed Platforms.Deploy.0 = Release|x86 {DDC11553-804D-4DC1-B90A-EFA1764000E3}.AppStore|x64.ActiveCfg = Release|x64 {DDC11553-804D-4DC1-B90A-EFA1764000E3}.AppStore|x64.Build.0 = Release|x64 {DDC11553-804D-4DC1-B90A-EFA1764000E3}.AppStore|x64.Deploy.0 = Release|x64 @@ -298,14 +292,13 @@ Global {DDC11553-804D-4DC1-B90A-EFA1764000E3}.AppStore|x86.Build.0 = Release|x86 {DDC11553-804D-4DC1-B90A-EFA1764000E3}.AppStore|x86.Deploy.0 = Release|x86 {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Debug|Any CPU.ActiveCfg = Debug|x86 + {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Debug|Any CPU.Build.0 = Debug|x86 + {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Debug|Any CPU.Deploy.0 = Debug|x86 {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Debug|ARM.ActiveCfg = Debug|ARM {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Debug|ARM.Build.0 = Debug|ARM {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Debug|ARM.Deploy.0 = Debug|ARM {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Debug|iPhone.ActiveCfg = Debug|x86 {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86 - {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Debug|Mixed Platforms.Deploy.0 = Debug|x86 {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Debug|x64.ActiveCfg = Debug|x64 {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Debug|x64.Build.0 = Debug|x64 {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Debug|x64.Deploy.0 = Debug|x64 @@ -313,14 +306,13 @@ Global {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Debug|x86.Build.0 = Debug|x86 {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Debug|x86.Deploy.0 = Debug|x86 {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Release|Any CPU.ActiveCfg = Release|x86 + {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Release|Any CPU.Build.0 = Release|x86 + {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Release|Any CPU.Deploy.0 = Release|x86 {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Release|ARM.ActiveCfg = Release|ARM {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Release|ARM.Build.0 = Release|ARM {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Release|ARM.Deploy.0 = Release|ARM {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Release|iPhone.ActiveCfg = Release|x86 {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Release|iPhoneSimulator.ActiveCfg = Release|x86 - {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Release|Mixed Platforms.Build.0 = Release|x86 - {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Release|Mixed Platforms.Deploy.0 = Release|x86 {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Release|x64.ActiveCfg = Release|x64 {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Release|x64.Build.0 = Release|x64 {DDC11553-804D-4DC1-B90A-EFA1764000E3}.Release|x64.Deploy.0 = Release|x64 @@ -331,4 +323,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {8F4AF7FD-7886-436C-88A3-D03C9791051B} + EndGlobalSection EndGlobal diff --git a/WorkingWithWebview/WorkingWithWebview.sln b/WorkingWithWebview/WorkingWithWebview.sln index 31e503dc14..6f59bec31f 100755 --- a/WorkingWithWebview/WorkingWithWebview.sln +++ b/WorkingWithWebview/WorkingWithWebview.sln @@ -1,9 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.24720.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29920.165 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkingWithWebview", "WorkingWithWebview\WorkingWithWebview.csproj", "{F6B57CE3-8780-4D40-A34E-E430ECD36857}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WorkingWithWebview", "WorkingWithWebview\WorkingWithWebview.csproj", "{F6B57CE3-8780-4D40-A34E-E430ECD36857}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkingWithWebview.iOS", "iOS\WorkingWithWebview.iOS.csproj", "{50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}" EndProject @@ -267,9 +267,6 @@ Global {76736035-279B-429C-8BD3-74A6C4AD2A32}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x64 {76736035-279B-429C-8BD3-74A6C4AD2A32}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x64 {76736035-279B-429C-8BD3-74A6C4AD2A32}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|x64 - {76736035-279B-429C-8BD3-74A6C4AD2A32}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|x86 - {76736035-279B-429C-8BD3-74A6C4AD2A32}.Ad-Hoc|Mixed Platforms.Build.0 = Release|x86 - {76736035-279B-429C-8BD3-74A6C4AD2A32}.Ad-Hoc|Mixed Platforms.Deploy.0 = Release|x86 {76736035-279B-429C-8BD3-74A6C4AD2A32}.Ad-Hoc|x64.ActiveCfg = Release|x64 {76736035-279B-429C-8BD3-74A6C4AD2A32}.Ad-Hoc|x64.Build.0 = Release|x64 {76736035-279B-429C-8BD3-74A6C4AD2A32}.Ad-Hoc|x64.Deploy.0 = Release|x64 @@ -288,9 +285,6 @@ Global {76736035-279B-429C-8BD3-74A6C4AD2A32}.AppStore|iPhoneSimulator.ActiveCfg = Release|x64 {76736035-279B-429C-8BD3-74A6C4AD2A32}.AppStore|iPhoneSimulator.Build.0 = Release|x64 {76736035-279B-429C-8BD3-74A6C4AD2A32}.AppStore|iPhoneSimulator.Deploy.0 = Release|x64 - {76736035-279B-429C-8BD3-74A6C4AD2A32}.AppStore|Mixed Platforms.ActiveCfg = Release|x86 - {76736035-279B-429C-8BD3-74A6C4AD2A32}.AppStore|Mixed Platforms.Build.0 = Release|x86 - {76736035-279B-429C-8BD3-74A6C4AD2A32}.AppStore|Mixed Platforms.Deploy.0 = Release|x86 {76736035-279B-429C-8BD3-74A6C4AD2A32}.AppStore|x64.ActiveCfg = Release|x64 {76736035-279B-429C-8BD3-74A6C4AD2A32}.AppStore|x64.Build.0 = Release|x64 {76736035-279B-429C-8BD3-74A6C4AD2A32}.AppStore|x64.Deploy.0 = Release|x64 @@ -298,14 +292,13 @@ Global {76736035-279B-429C-8BD3-74A6C4AD2A32}.AppStore|x86.Build.0 = Release|x86 {76736035-279B-429C-8BD3-74A6C4AD2A32}.AppStore|x86.Deploy.0 = Release|x86 {76736035-279B-429C-8BD3-74A6C4AD2A32}.Debug|Any CPU.ActiveCfg = Debug|x86 + {76736035-279B-429C-8BD3-74A6C4AD2A32}.Debug|Any CPU.Build.0 = Debug|x86 + {76736035-279B-429C-8BD3-74A6C4AD2A32}.Debug|Any CPU.Deploy.0 = Debug|x86 {76736035-279B-429C-8BD3-74A6C4AD2A32}.Debug|ARM.ActiveCfg = Debug|ARM {76736035-279B-429C-8BD3-74A6C4AD2A32}.Debug|ARM.Build.0 = Debug|ARM {76736035-279B-429C-8BD3-74A6C4AD2A32}.Debug|ARM.Deploy.0 = Debug|ARM {76736035-279B-429C-8BD3-74A6C4AD2A32}.Debug|iPhone.ActiveCfg = Debug|x86 {76736035-279B-429C-8BD3-74A6C4AD2A32}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86 - {76736035-279B-429C-8BD3-74A6C4AD2A32}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {76736035-279B-429C-8BD3-74A6C4AD2A32}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {76736035-279B-429C-8BD3-74A6C4AD2A32}.Debug|Mixed Platforms.Deploy.0 = Debug|x86 {76736035-279B-429C-8BD3-74A6C4AD2A32}.Debug|x64.ActiveCfg = Debug|x64 {76736035-279B-429C-8BD3-74A6C4AD2A32}.Debug|x64.Build.0 = Debug|x64 {76736035-279B-429C-8BD3-74A6C4AD2A32}.Debug|x64.Deploy.0 = Debug|x64 @@ -313,14 +306,13 @@ Global {76736035-279B-429C-8BD3-74A6C4AD2A32}.Debug|x86.Build.0 = Debug|x86 {76736035-279B-429C-8BD3-74A6C4AD2A32}.Debug|x86.Deploy.0 = Debug|x86 {76736035-279B-429C-8BD3-74A6C4AD2A32}.Release|Any CPU.ActiveCfg = Release|x86 + {76736035-279B-429C-8BD3-74A6C4AD2A32}.Release|Any CPU.Build.0 = Release|x86 + {76736035-279B-429C-8BD3-74A6C4AD2A32}.Release|Any CPU.Deploy.0 = Release|x86 {76736035-279B-429C-8BD3-74A6C4AD2A32}.Release|ARM.ActiveCfg = Release|ARM {76736035-279B-429C-8BD3-74A6C4AD2A32}.Release|ARM.Build.0 = Release|ARM {76736035-279B-429C-8BD3-74A6C4AD2A32}.Release|ARM.Deploy.0 = Release|ARM {76736035-279B-429C-8BD3-74A6C4AD2A32}.Release|iPhone.ActiveCfg = Release|x86 {76736035-279B-429C-8BD3-74A6C4AD2A32}.Release|iPhoneSimulator.ActiveCfg = Release|x86 - {76736035-279B-429C-8BD3-74A6C4AD2A32}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {76736035-279B-429C-8BD3-74A6C4AD2A32}.Release|Mixed Platforms.Build.0 = Release|x86 - {76736035-279B-429C-8BD3-74A6C4AD2A32}.Release|Mixed Platforms.Deploy.0 = Release|x86 {76736035-279B-429C-8BD3-74A6C4AD2A32}.Release|x64.ActiveCfg = Release|x64 {76736035-279B-429C-8BD3-74A6C4AD2A32}.Release|x64.Build.0 = Release|x64 {76736035-279B-429C-8BD3-74A6C4AD2A32}.Release|x64.Deploy.0 = Release|x64 @@ -331,4 +323,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {765B1290-E2FC-4B16-A19A-9731C88C18BF} + EndGlobalSection EndGlobal diff --git a/XAML/CustomNamespaceSchemas/CustomNamespaceSchemaDemo.sln b/XAML/CustomNamespaceSchemas/CustomNamespaceSchemaDemo.sln index 5a11a8f158..642dcc2c88 100644 --- a/XAML/CustomNamespaceSchemas/CustomNamespaceSchemaDemo.sln +++ b/XAML/CustomNamespaceSchemas/CustomNamespaceSchemaDemo.sln @@ -1,89 +1,136 @@ - Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29920.165 +MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomNamespaceSchemaDemo.Android", "CustomNamespaceSchemaDemo.Android\CustomNamespaceSchemaDemo.Android.csproj", "{0B7069B6-5FCD-423E-80B6-0832A31DE9EC}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomNamespaceSchemaDemo.iOS", "CustomNamespaceSchemaDemo.iOS\CustomNamespaceSchemaDemo.iOS.csproj", "{8EFBC22B-12B1-4066-8DFE-6D2C91FDDE92}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomNamespaceSchemaDemo", "CustomNamespaceSchemaDemo\CustomNamespaceSchemaDemo.csproj", "{A84B7369-FEC4-4FFE-A9FD-B28E787048F2}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CustomNamespaceSchemaDemo", "CustomNamespaceSchemaDemo\CustomNamespaceSchemaDemo.csproj", "{A84B7369-FEC4-4FFE-A9FD-B28E787048F2}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyCompany.Controls", "MyCompany.Controls\MyCompany.Controls.csproj", "{232B6F40-18E2-4F48-A4EA-1677324F2D0F}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyCompany.Controls", "MyCompany.Controls\MyCompany.Controls.csproj", "{232B6F40-18E2-4F48-A4EA-1677324F2D0F}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Ad-Hoc|Any CPU = Ad-Hoc|Any CPU + Ad-Hoc|iPhone = Ad-Hoc|iPhone + Ad-Hoc|iPhoneSimulator = Ad-Hoc|iPhoneSimulator + AppStore|Any CPU = AppStore|Any CPU + AppStore|iPhone = AppStore|iPhone + AppStore|iPhoneSimulator = AppStore|iPhoneSimulator Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - Debug|iPhoneSimulator = Debug|iPhoneSimulator - Release|iPhoneSimulator = Release|iPhoneSimulator Debug|iPhone = Debug|iPhone + Debug|iPhoneSimulator = Debug|iPhoneSimulator + Release|Any CPU = Release|Any CPU Release|iPhone = Release|iPhone - Ad-Hoc|iPhone = Ad-Hoc|iPhone - AppStore|iPhone = AppStore|iPhone + Release|iPhoneSimulator = Release|iPhoneSimulator EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU + {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU + {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.AppStore|Any CPU.Build.0 = Release|Any CPU + {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.AppStore|Any CPU.Deploy.0 = Release|Any CPU + {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.AppStore|iPhone.Build.0 = Debug|Any CPU + {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU + {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.Debug|Any CPU.Build.0 = Debug|Any CPU - {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.Release|Any CPU.ActiveCfg = Release|Any CPU - {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.Release|Any CPU.Build.0 = Release|Any CPU - {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.Debug|Any CPU.Deploy.0 = Debug|Any CPU {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.Debug|iPhone.ActiveCfg = Debug|Any CPU {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.Debug|iPhone.Build.0 = Debug|Any CPU + {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.Release|Any CPU.Build.0 = Release|Any CPU + {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.Release|Any CPU.Deploy.0 = Release|Any CPU {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.Release|iPhone.ActiveCfg = Release|Any CPU {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.Release|iPhone.Build.0 = Release|Any CPU - {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.AppStore|iPhone.Build.0 = Debug|Any CPU + {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {0B7069B6-5FCD-423E-80B6-0832A31DE9EC}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {8EFBC22B-12B1-4066-8DFE-6D2C91FDDE92}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator + {8EFBC22B-12B1-4066-8DFE-6D2C91FDDE92}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone + {8EFBC22B-12B1-4066-8DFE-6D2C91FDDE92}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone + {8EFBC22B-12B1-4066-8DFE-6D2C91FDDE92}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator + {8EFBC22B-12B1-4066-8DFE-6D2C91FDDE92}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator + {8EFBC22B-12B1-4066-8DFE-6D2C91FDDE92}.AppStore|Any CPU.ActiveCfg = AppStore|iPhoneSimulator + {8EFBC22B-12B1-4066-8DFE-6D2C91FDDE92}.AppStore|iPhone.ActiveCfg = AppStore|iPhone + {8EFBC22B-12B1-4066-8DFE-6D2C91FDDE92}.AppStore|iPhone.Build.0 = AppStore|iPhone + {8EFBC22B-12B1-4066-8DFE-6D2C91FDDE92}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator + {8EFBC22B-12B1-4066-8DFE-6D2C91FDDE92}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator {8EFBC22B-12B1-4066-8DFE-6D2C91FDDE92}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator {8EFBC22B-12B1-4066-8DFE-6D2C91FDDE92}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator - {8EFBC22B-12B1-4066-8DFE-6D2C91FDDE92}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator - {8EFBC22B-12B1-4066-8DFE-6D2C91FDDE92}.Release|Any CPU.Build.0 = Release|iPhoneSimulator - {8EFBC22B-12B1-4066-8DFE-6D2C91FDDE92}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator - {8EFBC22B-12B1-4066-8DFE-6D2C91FDDE92}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator - {8EFBC22B-12B1-4066-8DFE-6D2C91FDDE92}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator - {8EFBC22B-12B1-4066-8DFE-6D2C91FDDE92}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {8EFBC22B-12B1-4066-8DFE-6D2C91FDDE92}.Debug|iPhone.ActiveCfg = Debug|iPhone {8EFBC22B-12B1-4066-8DFE-6D2C91FDDE92}.Debug|iPhone.Build.0 = Debug|iPhone + {8EFBC22B-12B1-4066-8DFE-6D2C91FDDE92}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator + {8EFBC22B-12B1-4066-8DFE-6D2C91FDDE92}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator + {8EFBC22B-12B1-4066-8DFE-6D2C91FDDE92}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator + {8EFBC22B-12B1-4066-8DFE-6D2C91FDDE92}.Release|Any CPU.Build.0 = Release|iPhoneSimulator {8EFBC22B-12B1-4066-8DFE-6D2C91FDDE92}.Release|iPhone.ActiveCfg = Release|iPhone {8EFBC22B-12B1-4066-8DFE-6D2C91FDDE92}.Release|iPhone.Build.0 = Release|iPhone - {8EFBC22B-12B1-4066-8DFE-6D2C91FDDE92}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone - {8EFBC22B-12B1-4066-8DFE-6D2C91FDDE92}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone - {8EFBC22B-12B1-4066-8DFE-6D2C91FDDE92}.AppStore|iPhone.ActiveCfg = AppStore|iPhone - {8EFBC22B-12B1-4066-8DFE-6D2C91FDDE92}.AppStore|iPhone.Build.0 = AppStore|iPhone + {8EFBC22B-12B1-4066-8DFE-6D2C91FDDE92}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {8EFBC22B-12B1-4066-8DFE-6D2C91FDDE92}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {A84B7369-FEC4-4FFE-A9FD-B28E787048F2}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {A84B7369-FEC4-4FFE-A9FD-B28E787048F2}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {A84B7369-FEC4-4FFE-A9FD-B28E787048F2}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {A84B7369-FEC4-4FFE-A9FD-B28E787048F2}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {A84B7369-FEC4-4FFE-A9FD-B28E787048F2}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {A84B7369-FEC4-4FFE-A9FD-B28E787048F2}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {A84B7369-FEC4-4FFE-A9FD-B28E787048F2}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {A84B7369-FEC4-4FFE-A9FD-B28E787048F2}.AppStore|Any CPU.Build.0 = Release|Any CPU + {A84B7369-FEC4-4FFE-A9FD-B28E787048F2}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {A84B7369-FEC4-4FFE-A9FD-B28E787048F2}.AppStore|iPhone.Build.0 = Debug|Any CPU + {A84B7369-FEC4-4FFE-A9FD-B28E787048F2}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {A84B7369-FEC4-4FFE-A9FD-B28E787048F2}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU {A84B7369-FEC4-4FFE-A9FD-B28E787048F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {A84B7369-FEC4-4FFE-A9FD-B28E787048F2}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A84B7369-FEC4-4FFE-A9FD-B28E787048F2}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A84B7369-FEC4-4FFE-A9FD-B28E787048F2}.Release|Any CPU.Build.0 = Release|Any CPU - {A84B7369-FEC4-4FFE-A9FD-B28E787048F2}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {A84B7369-FEC4-4FFE-A9FD-B28E787048F2}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {A84B7369-FEC4-4FFE-A9FD-B28E787048F2}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {A84B7369-FEC4-4FFE-A9FD-B28E787048F2}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {A84B7369-FEC4-4FFE-A9FD-B28E787048F2}.Debug|iPhone.ActiveCfg = Debug|Any CPU {A84B7369-FEC4-4FFE-A9FD-B28E787048F2}.Debug|iPhone.Build.0 = Debug|Any CPU + {A84B7369-FEC4-4FFE-A9FD-B28E787048F2}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {A84B7369-FEC4-4FFE-A9FD-B28E787048F2}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {A84B7369-FEC4-4FFE-A9FD-B28E787048F2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A84B7369-FEC4-4FFE-A9FD-B28E787048F2}.Release|Any CPU.Build.0 = Release|Any CPU {A84B7369-FEC4-4FFE-A9FD-B28E787048F2}.Release|iPhone.ActiveCfg = Release|Any CPU {A84B7369-FEC4-4FFE-A9FD-B28E787048F2}.Release|iPhone.Build.0 = Release|Any CPU - {A84B7369-FEC4-4FFE-A9FD-B28E787048F2}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {A84B7369-FEC4-4FFE-A9FD-B28E787048F2}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {A84B7369-FEC4-4FFE-A9FD-B28E787048F2}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {A84B7369-FEC4-4FFE-A9FD-B28E787048F2}.AppStore|iPhone.Build.0 = Debug|Any CPU + {A84B7369-FEC4-4FFE-A9FD-B28E787048F2}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {A84B7369-FEC4-4FFE-A9FD-B28E787048F2}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {232B6F40-18E2-4F48-A4EA-1677324F2D0F}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU + {232B6F40-18E2-4F48-A4EA-1677324F2D0F}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU + {232B6F40-18E2-4F48-A4EA-1677324F2D0F}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU + {232B6F40-18E2-4F48-A4EA-1677324F2D0F}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU + {232B6F40-18E2-4F48-A4EA-1677324F2D0F}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {232B6F40-18E2-4F48-A4EA-1677324F2D0F}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU + {232B6F40-18E2-4F48-A4EA-1677324F2D0F}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU + {232B6F40-18E2-4F48-A4EA-1677324F2D0F}.AppStore|Any CPU.Build.0 = Debug|Any CPU + {232B6F40-18E2-4F48-A4EA-1677324F2D0F}.AppStore|iPhone.ActiveCfg = Release|Any CPU + {232B6F40-18E2-4F48-A4EA-1677324F2D0F}.AppStore|iPhone.Build.0 = Release|Any CPU + {232B6F40-18E2-4F48-A4EA-1677324F2D0F}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {232B6F40-18E2-4F48-A4EA-1677324F2D0F}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU {232B6F40-18E2-4F48-A4EA-1677324F2D0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {232B6F40-18E2-4F48-A4EA-1677324F2D0F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {232B6F40-18E2-4F48-A4EA-1677324F2D0F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {232B6F40-18E2-4F48-A4EA-1677324F2D0F}.Release|Any CPU.Build.0 = Release|Any CPU - {232B6F40-18E2-4F48-A4EA-1677324F2D0F}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {232B6F40-18E2-4F48-A4EA-1677324F2D0F}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {232B6F40-18E2-4F48-A4EA-1677324F2D0F}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {232B6F40-18E2-4F48-A4EA-1677324F2D0F}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {232B6F40-18E2-4F48-A4EA-1677324F2D0F}.Debug|iPhone.ActiveCfg = Debug|Any CPU {232B6F40-18E2-4F48-A4EA-1677324F2D0F}.Debug|iPhone.Build.0 = Debug|Any CPU + {232B6F40-18E2-4F48-A4EA-1677324F2D0F}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {232B6F40-18E2-4F48-A4EA-1677324F2D0F}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {232B6F40-18E2-4F48-A4EA-1677324F2D0F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {232B6F40-18E2-4F48-A4EA-1677324F2D0F}.Release|Any CPU.Build.0 = Release|Any CPU {232B6F40-18E2-4F48-A4EA-1677324F2D0F}.Release|iPhone.ActiveCfg = Release|Any CPU {232B6F40-18E2-4F48-A4EA-1677324F2D0F}.Release|iPhone.Build.0 = Release|Any CPU - {232B6F40-18E2-4F48-A4EA-1677324F2D0F}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU - {232B6F40-18E2-4F48-A4EA-1677324F2D0F}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU - {232B6F40-18E2-4F48-A4EA-1677324F2D0F}.AppStore|iPhone.ActiveCfg = Release|Any CPU - {232B6F40-18E2-4F48-A4EA-1677324F2D0F}.AppStore|iPhone.Build.0 = Release|Any CPU + {232B6F40-18E2-4F48-A4EA-1677324F2D0F}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {232B6F40-18E2-4F48-A4EA-1677324F2D0F}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {CF9CF1DB-16F2-4955-A7B5-E264765DB863} EndGlobalSection EndGlobal diff --git a/XAML/LoadRuntimeXAML/LoadRuntimeXAML.sln b/XAML/LoadRuntimeXAML/LoadRuntimeXAML.sln index 01d6e622dd..3ba8900d19 100644 --- a/XAML/LoadRuntimeXAML/LoadRuntimeXAML.sln +++ b/XAML/LoadRuntimeXAML/LoadRuntimeXAML.sln @@ -1,71 +1,110 @@ - Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29920.165 +MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoadRuntimeXAML.Android", "LoadRuntimeXAML.Android\LoadRuntimeXAML.Android.csproj", "{EF2C6CB8-1D50-4A54-9013-F551311A22B1}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoadRuntimeXAML.iOS", "LoadRuntimeXAML.iOS\LoadRuntimeXAML.iOS.csproj", "{335E1063-AD71-4910-BEDE-76D09AD956C2}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoadRuntimeXAML", "LoadRuntimeXAML\LoadRuntimeXAML.csproj", "{DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LoadRuntimeXAML", "LoadRuntimeXAML\LoadRuntimeXAML.csproj", "{DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Ad-Hoc|Any CPU = Ad-Hoc|Any CPU + Ad-Hoc|iPhone = Ad-Hoc|iPhone + Ad-Hoc|iPhoneSimulator = Ad-Hoc|iPhoneSimulator + AppStore|Any CPU = AppStore|Any CPU + AppStore|iPhone = AppStore|iPhone + AppStore|iPhoneSimulator = AppStore|iPhoneSimulator Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - Debug|iPhoneSimulator = Debug|iPhoneSimulator - Release|iPhoneSimulator = Release|iPhoneSimulator Debug|iPhone = Debug|iPhone + Debug|iPhoneSimulator = Debug|iPhoneSimulator + Release|Any CPU = Release|Any CPU Release|iPhone = Release|iPhone - Ad-Hoc|iPhone = Ad-Hoc|iPhone - AppStore|iPhone = AppStore|iPhone + Release|iPhoneSimulator = Release|iPhoneSimulator EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU + {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU + {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.AppStore|Any CPU.Build.0 = Release|Any CPU + {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.AppStore|Any CPU.Deploy.0 = Release|Any CPU + {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.AppStore|iPhone.Build.0 = Debug|Any CPU + {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU + {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.Debug|Any CPU.Build.0 = Debug|Any CPU - {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.Release|Any CPU.ActiveCfg = Release|Any CPU - {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.Release|Any CPU.Build.0 = Release|Any CPU - {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.Debug|Any CPU.Deploy.0 = Debug|Any CPU {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.Debug|iPhone.ActiveCfg = Debug|Any CPU {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.Debug|iPhone.Build.0 = Debug|Any CPU + {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.Release|Any CPU.Build.0 = Release|Any CPU + {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.Release|Any CPU.Deploy.0 = Release|Any CPU {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.Release|iPhone.ActiveCfg = Release|Any CPU {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.Release|iPhone.Build.0 = Release|Any CPU - {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.AppStore|iPhone.Build.0 = Debug|Any CPU + {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {EF2C6CB8-1D50-4A54-9013-F551311A22B1}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {335E1063-AD71-4910-BEDE-76D09AD956C2}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator + {335E1063-AD71-4910-BEDE-76D09AD956C2}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone + {335E1063-AD71-4910-BEDE-76D09AD956C2}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone + {335E1063-AD71-4910-BEDE-76D09AD956C2}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator + {335E1063-AD71-4910-BEDE-76D09AD956C2}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator + {335E1063-AD71-4910-BEDE-76D09AD956C2}.AppStore|Any CPU.ActiveCfg = AppStore|iPhoneSimulator + {335E1063-AD71-4910-BEDE-76D09AD956C2}.AppStore|iPhone.ActiveCfg = AppStore|iPhone + {335E1063-AD71-4910-BEDE-76D09AD956C2}.AppStore|iPhone.Build.0 = AppStore|iPhone + {335E1063-AD71-4910-BEDE-76D09AD956C2}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator + {335E1063-AD71-4910-BEDE-76D09AD956C2}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator {335E1063-AD71-4910-BEDE-76D09AD956C2}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator {335E1063-AD71-4910-BEDE-76D09AD956C2}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator - {335E1063-AD71-4910-BEDE-76D09AD956C2}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator - {335E1063-AD71-4910-BEDE-76D09AD956C2}.Release|Any CPU.Build.0 = Release|iPhoneSimulator - {335E1063-AD71-4910-BEDE-76D09AD956C2}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator - {335E1063-AD71-4910-BEDE-76D09AD956C2}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator - {335E1063-AD71-4910-BEDE-76D09AD956C2}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator - {335E1063-AD71-4910-BEDE-76D09AD956C2}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {335E1063-AD71-4910-BEDE-76D09AD956C2}.Debug|iPhone.ActiveCfg = Debug|iPhone {335E1063-AD71-4910-BEDE-76D09AD956C2}.Debug|iPhone.Build.0 = Debug|iPhone + {335E1063-AD71-4910-BEDE-76D09AD956C2}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator + {335E1063-AD71-4910-BEDE-76D09AD956C2}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator + {335E1063-AD71-4910-BEDE-76D09AD956C2}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator + {335E1063-AD71-4910-BEDE-76D09AD956C2}.Release|Any CPU.Build.0 = Release|iPhoneSimulator {335E1063-AD71-4910-BEDE-76D09AD956C2}.Release|iPhone.ActiveCfg = Release|iPhone {335E1063-AD71-4910-BEDE-76D09AD956C2}.Release|iPhone.Build.0 = Release|iPhone - {335E1063-AD71-4910-BEDE-76D09AD956C2}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone - {335E1063-AD71-4910-BEDE-76D09AD956C2}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone - {335E1063-AD71-4910-BEDE-76D09AD956C2}.AppStore|iPhone.ActiveCfg = AppStore|iPhone - {335E1063-AD71-4910-BEDE-76D09AD956C2}.AppStore|iPhone.Build.0 = AppStore|iPhone + {335E1063-AD71-4910-BEDE-76D09AD956C2}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {335E1063-AD71-4910-BEDE-76D09AD956C2}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}.AppStore|Any CPU.Build.0 = Release|Any CPU + {DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}.AppStore|iPhone.Build.0 = Debug|Any CPU + {DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU {DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}.Debug|Any CPU.Build.0 = Debug|Any CPU - {DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}.Release|Any CPU.ActiveCfg = Release|Any CPU - {DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}.Release|Any CPU.Build.0 = Release|Any CPU - {DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}.Debug|iPhone.ActiveCfg = Debug|Any CPU {DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}.Debug|iPhone.Build.0 = Debug|Any CPU + {DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}.Release|Any CPU.Build.0 = Release|Any CPU {DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}.Release|iPhone.ActiveCfg = Release|Any CPU {DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}.Release|iPhone.Build.0 = Release|Any CPU - {DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}.AppStore|iPhone.Build.0 = Debug|Any CPU + {DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {DE68ED36-3FF2-49B9-A3F2-AA34B7611D24}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {510FD15A-48BD-4E61-9FB8-902635F7D43A} EndGlobalSection EndGlobal diff --git a/Xuzzle/Xuzzle.sln b/Xuzzle/Xuzzle.sln index ee182a503a..1af9250a2f 100755 --- a/Xuzzle/Xuzzle.sln +++ b/Xuzzle/Xuzzle.sln @@ -1,9 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.24720.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29920.165 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xuzzle", "Xuzzle\Xuzzle\Xuzzle.csproj", "{DAB991CF-286D-4FBD-AEF9-4A5A9C4B8EDA}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xuzzle", "Xuzzle\Xuzzle\Xuzzle.csproj", "{DAB991CF-286D-4FBD-AEF9-4A5A9C4B8EDA}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Platforms", "Platforms", "{0448BEA8-0A2D-4E87-AC92-06EEEE1E778A}" EndProject @@ -269,9 +269,6 @@ Global {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x64 {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x64 {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|x64 - {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|x86 - {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Ad-Hoc|Mixed Platforms.Build.0 = Release|x86 - {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Ad-Hoc|Mixed Platforms.Deploy.0 = Release|x86 {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Ad-Hoc|x64.ActiveCfg = Release|x64 {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Ad-Hoc|x64.Build.0 = Release|x64 {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Ad-Hoc|x64.Deploy.0 = Release|x64 @@ -290,9 +287,6 @@ Global {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.AppStore|iPhoneSimulator.ActiveCfg = Release|x64 {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.AppStore|iPhoneSimulator.Build.0 = Release|x64 {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.AppStore|iPhoneSimulator.Deploy.0 = Release|x64 - {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.AppStore|Mixed Platforms.ActiveCfg = Release|x86 - {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.AppStore|Mixed Platforms.Build.0 = Release|x86 - {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.AppStore|Mixed Platforms.Deploy.0 = Release|x86 {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.AppStore|x64.ActiveCfg = Release|x64 {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.AppStore|x64.Build.0 = Release|x64 {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.AppStore|x64.Deploy.0 = Release|x64 @@ -300,14 +294,13 @@ Global {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.AppStore|x86.Build.0 = Release|x86 {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.AppStore|x86.Deploy.0 = Release|x86 {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Debug|Any CPU.ActiveCfg = Debug|x86 + {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Debug|Any CPU.Build.0 = Debug|x86 + {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Debug|Any CPU.Deploy.0 = Debug|x86 {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Debug|ARM.ActiveCfg = Debug|ARM {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Debug|ARM.Build.0 = Debug|ARM {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Debug|ARM.Deploy.0 = Debug|ARM {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Debug|iPhone.ActiveCfg = Debug|x86 {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86 - {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Debug|Mixed Platforms.Deploy.0 = Debug|x86 {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Debug|x64.ActiveCfg = Debug|x64 {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Debug|x64.Build.0 = Debug|x64 {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Debug|x64.Deploy.0 = Debug|x64 @@ -315,14 +308,13 @@ Global {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Debug|x86.Build.0 = Debug|x86 {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Debug|x86.Deploy.0 = Debug|x86 {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Release|Any CPU.ActiveCfg = Release|x86 + {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Release|Any CPU.Build.0 = Release|x86 + {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Release|Any CPU.Deploy.0 = Release|x86 {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Release|ARM.ActiveCfg = Release|ARM {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Release|ARM.Build.0 = Release|ARM {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Release|ARM.Deploy.0 = Release|ARM {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Release|iPhone.ActiveCfg = Release|x86 {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Release|iPhoneSimulator.ActiveCfg = Release|x86 - {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Release|Mixed Platforms.Build.0 = Release|x86 - {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Release|Mixed Platforms.Deploy.0 = Release|x86 {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Release|x64.ActiveCfg = Release|x64 {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Release|x64.Build.0 = Release|x64 {5A2789FF-B32B-422C-B39D-58F43BC7F59B}.Release|x64.Deploy.0 = Release|x64 @@ -338,6 +330,9 @@ Global {DA8098D6-C4D5-41D6-8522-90018BE7DAE4} = {0448BEA8-0A2D-4E87-AC92-06EEEE1E778A} {5A2789FF-B32B-422C-B39D-58F43BC7F59B} = {0448BEA8-0A2D-4E87-AC92-06EEEE1E778A} EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {15A967E4-FCF2-4450-9499-B1E3C727EC09} + EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution StartupItem = Xuzzle\Xuzzle.Android\Xuzzle.Android.csproj EndGlobalSection