diff --git a/Behaviors/AttachedNumericValidationBehavior/AttachedNumericValidationBehavior.sln b/Behaviors/AttachedNumericValidationBehavior/AttachedNumericValidationBehavior.sln index 9393e65c71..d80e688a41 100644 --- a/Behaviors/AttachedNumericValidationBehavior/AttachedNumericValidationBehavior.sln +++ b/Behaviors/AttachedNumericValidationBehavior/AttachedNumericValidationBehavior.sln @@ -177,6 +177,7 @@ Global {96FF0CE3-8105-4D76-AB6B-AD9A8B44DAE4}.Debug|iPhoneSimulator.Deploy.0 = Debug|iPhoneSimulator {96FF0CE3-8105-4D76-AB6B-AD9A8B44DAE4}.Debug|Mixed Platforms.ActiveCfg = Debug|iPhone {96FF0CE3-8105-4D76-AB6B-AD9A8B44DAE4}.Debug|Mixed Platforms.Build.0 = Debug|iPhone + {96FF0CE3-8105-4D76-AB6B-AD9A8B44DAE4}.Debug|Mixed Platforms.Deploy.0 = Debug|iPhone {96FF0CE3-8105-4D76-AB6B-AD9A8B44DAE4}.Debug|x64.ActiveCfg = Debug|iPhone {96FF0CE3-8105-4D76-AB6B-AD9A8B44DAE4}.Debug|x64.Build.0 = Debug|iPhone {96FF0CE3-8105-4D76-AB6B-AD9A8B44DAE4}.Debug|x64.Deploy.0 = Debug|iPhone diff --git a/Behaviors/NumericValidationBehavior/NumericValidationBehaviors.sln b/Behaviors/NumericValidationBehavior/NumericValidationBehaviors.sln index 3abaf1a8a1..9abc750693 100644 --- a/Behaviors/NumericValidationBehavior/NumericValidationBehaviors.sln +++ b/Behaviors/NumericValidationBehavior/NumericValidationBehaviors.sln @@ -1,15 +1,15 @@  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}") = "NumericValidationBehavior", "WorkingWithBehaviors\NumericValidationBehavior.csproj", "{2924F263-59B7-40B3-88C6-41EC997E01ED}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NumericValidationBehavior", "WorkingWithBehaviors\NumericValidationBehavior.csproj", "{2924F263-59B7-40B3-88C6-41EC997E01ED}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkingWithBehaviors.iOS", "WorkingWithBehaviors.iOS\NumericValidationBehavior.iOS.csproj", "{D0A465E5-0A88-442A-A029-690FD8642591}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NumericValidationBehavior.iOS", "WorkingWithBehaviors.iOS\NumericValidationBehavior.iOS.csproj", "{D0A465E5-0A88-442A-A029-690FD8642591}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkingWithBehaviors.Android", "WorkingWithBehaviors.Android\NumericValidationBehavior.Android.csproj", "{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NumericValidationBehavior.Android", "WorkingWithBehaviors.Android\NumericValidationBehavior.Android.csproj", "{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkingWithBehaviors.UWP", "WorkingWithBehaviors.UWP\NumericValidationBehavior.UWP.csproj", "{39AA1CB8-6E43-4836-BF24-71A6742490C1}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NumericValidationBehavior.UWP", "WorkingWithBehaviors.UWP\NumericValidationBehavior.UWP.csproj", "{39AA1CB8-6E43-4836-BF24-71A6742490C1}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -17,30 +17,30 @@ Global Ad-Hoc|ARM = Ad-Hoc|ARM Ad-Hoc|iPhone = Ad-Hoc|iPhone Ad-Hoc|iPhoneSimulator = Ad-Hoc|iPhoneSimulator + Ad-Hoc|Mixed Platforms = Ad-Hoc|Mixed Platforms Ad-Hoc|x64 = Ad-Hoc|x64 Ad-Hoc|x86 = Ad-Hoc|x86 AppStore|Any CPU = AppStore|Any CPU AppStore|ARM = AppStore|ARM AppStore|iPhone = AppStore|iPhone AppStore|iPhoneSimulator = AppStore|iPhoneSimulator + AppStore|Mixed Platforms = AppStore|Mixed Platforms AppStore|x64 = AppStore|x64 AppStore|x86 = AppStore|x86 Debug|Any CPU = Debug|Any CPU Debug|ARM = Debug|ARM Debug|iPhone = Debug|iPhone Debug|iPhoneSimulator = Debug|iPhoneSimulator + Debug|Mixed Platforms = Debug|Mixed Platforms Debug|x64 = Debug|x64 Debug|x86 = Debug|x86 Release|Any CPU = Release|Any CPU Release|ARM = Release|ARM Release|iPhone = Release|iPhone Release|iPhoneSimulator = Release|iPhoneSimulator + Release|Mixed Platforms = Release|Mixed Platforms Release|x64 = Release|x64 Release|x86 = Release|x86 - Ad-Hoc|Mixed Platforms = Ad-Hoc|Mixed Platforms - AppStore|Mixed Platforms = AppStore|Mixed Platforms - Debug|Mixed Platforms = Debug|Mixed Platforms - Release|Mixed Platforms = Release|Mixed Platforms EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {2924F263-59B7-40B3-88C6-41EC997E01ED}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU @@ -55,6 +55,8 @@ Global {2924F263-59B7-40B3-88C6-41EC997E01ED}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU {2924F263-59B7-40B3-88C6-41EC997E01ED}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU {2924F263-59B7-40B3-88C6-41EC997E01ED}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Debug|Any CPU + {2924F263-59B7-40B3-88C6-41EC997E01ED}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|Any CPU + {2924F263-59B7-40B3-88C6-41EC997E01ED}.Ad-Hoc|Mixed Platforms.Build.0 = Release|Any CPU {2924F263-59B7-40B3-88C6-41EC997E01ED}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU {2924F263-59B7-40B3-88C6-41EC997E01ED}.Ad-Hoc|x64.Build.0 = Debug|Any CPU {2924F263-59B7-40B3-88C6-41EC997E01ED}.Ad-Hoc|x64.Deploy.0 = Debug|Any CPU @@ -73,6 +75,8 @@ Global {2924F263-59B7-40B3-88C6-41EC997E01ED}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU {2924F263-59B7-40B3-88C6-41EC997E01ED}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU {2924F263-59B7-40B3-88C6-41EC997E01ED}.AppStore|iPhoneSimulator.Deploy.0 = Debug|Any CPU + {2924F263-59B7-40B3-88C6-41EC997E01ED}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU + {2924F263-59B7-40B3-88C6-41EC997E01ED}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU {2924F263-59B7-40B3-88C6-41EC997E01ED}.AppStore|x64.ActiveCfg = Debug|Any CPU {2924F263-59B7-40B3-88C6-41EC997E01ED}.AppStore|x64.Build.0 = Debug|Any CPU {2924F263-59B7-40B3-88C6-41EC997E01ED}.AppStore|x64.Deploy.0 = Debug|Any CPU @@ -91,6 +95,8 @@ Global {2924F263-59B7-40B3-88C6-41EC997E01ED}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU {2924F263-59B7-40B3-88C6-41EC997E01ED}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU {2924F263-59B7-40B3-88C6-41EC997E01ED}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU + {2924F263-59B7-40B3-88C6-41EC997E01ED}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {2924F263-59B7-40B3-88C6-41EC997E01ED}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU {2924F263-59B7-40B3-88C6-41EC997E01ED}.Debug|x64.ActiveCfg = Debug|Any CPU {2924F263-59B7-40B3-88C6-41EC997E01ED}.Debug|x64.Build.0 = Debug|Any CPU {2924F263-59B7-40B3-88C6-41EC997E01ED}.Debug|x64.Deploy.0 = Debug|Any CPU @@ -109,6 +115,8 @@ Global {2924F263-59B7-40B3-88C6-41EC997E01ED}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU {2924F263-59B7-40B3-88C6-41EC997E01ED}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {2924F263-59B7-40B3-88C6-41EC997E01ED}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU + {2924F263-59B7-40B3-88C6-41EC997E01ED}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {2924F263-59B7-40B3-88C6-41EC997E01ED}.Release|Mixed Platforms.Build.0 = Release|Any CPU {2924F263-59B7-40B3-88C6-41EC997E01ED}.Release|x64.ActiveCfg = Release|Any CPU {2924F263-59B7-40B3-88C6-41EC997E01ED}.Release|x64.Build.0 = Release|Any CPU {2924F263-59B7-40B3-88C6-41EC997E01ED}.Release|x64.Deploy.0 = Release|Any CPU @@ -127,6 +135,8 @@ Global {D0A465E5-0A88-442A-A029-690FD8642591}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator {D0A465E5-0A88-442A-A029-690FD8642591}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator {D0A465E5-0A88-442A-A029-690FD8642591}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Ad-Hoc|iPhoneSimulator + {D0A465E5-0A88-442A-A029-690FD8642591}.Ad-Hoc|Mixed Platforms.ActiveCfg = Ad-Hoc|iPhoneSimulator + {D0A465E5-0A88-442A-A029-690FD8642591}.Ad-Hoc|Mixed Platforms.Build.0 = Ad-Hoc|iPhoneSimulator {D0A465E5-0A88-442A-A029-690FD8642591}.Ad-Hoc|x64.ActiveCfg = Ad-Hoc|iPhone {D0A465E5-0A88-442A-A029-690FD8642591}.Ad-Hoc|x64.Build.0 = Ad-Hoc|iPhone {D0A465E5-0A88-442A-A029-690FD8642591}.Ad-Hoc|x64.Deploy.0 = Ad-Hoc|iPhone @@ -145,6 +155,8 @@ Global {D0A465E5-0A88-442A-A029-690FD8642591}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator {D0A465E5-0A88-442A-A029-690FD8642591}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator {D0A465E5-0A88-442A-A029-690FD8642591}.AppStore|iPhoneSimulator.Deploy.0 = AppStore|iPhoneSimulator + {D0A465E5-0A88-442A-A029-690FD8642591}.AppStore|Mixed Platforms.ActiveCfg = AppStore|iPhoneSimulator + {D0A465E5-0A88-442A-A029-690FD8642591}.AppStore|Mixed Platforms.Build.0 = AppStore|iPhoneSimulator {D0A465E5-0A88-442A-A029-690FD8642591}.AppStore|x64.ActiveCfg = AppStore|iPhone {D0A465E5-0A88-442A-A029-690FD8642591}.AppStore|x64.Build.0 = AppStore|iPhone {D0A465E5-0A88-442A-A029-690FD8642591}.AppStore|x64.Deploy.0 = AppStore|iPhone @@ -163,6 +175,9 @@ Global {D0A465E5-0A88-442A-A029-690FD8642591}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator {D0A465E5-0A88-442A-A029-690FD8642591}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator {D0A465E5-0A88-442A-A029-690FD8642591}.Debug|iPhoneSimulator.Deploy.0 = Debug|iPhoneSimulator + {D0A465E5-0A88-442A-A029-690FD8642591}.Debug|Mixed Platforms.ActiveCfg = Debug|iPhone + {D0A465E5-0A88-442A-A029-690FD8642591}.Debug|Mixed Platforms.Build.0 = Debug|iPhone + {D0A465E5-0A88-442A-A029-690FD8642591}.Debug|Mixed Platforms.Deploy.0 = Debug|iPhone {D0A465E5-0A88-442A-A029-690FD8642591}.Debug|x64.ActiveCfg = Debug|iPhone {D0A465E5-0A88-442A-A029-690FD8642591}.Debug|x64.Build.0 = Debug|iPhone {D0A465E5-0A88-442A-A029-690FD8642591}.Debug|x64.Deploy.0 = Debug|iPhone @@ -181,6 +196,8 @@ Global {D0A465E5-0A88-442A-A029-690FD8642591}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator {D0A465E5-0A88-442A-A029-690FD8642591}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {D0A465E5-0A88-442A-A029-690FD8642591}.Release|iPhoneSimulator.Deploy.0 = Release|iPhoneSimulator + {D0A465E5-0A88-442A-A029-690FD8642591}.Release|Mixed Platforms.ActiveCfg = Release|iPhoneSimulator + {D0A465E5-0A88-442A-A029-690FD8642591}.Release|Mixed Platforms.Build.0 = Release|iPhoneSimulator {D0A465E5-0A88-442A-A029-690FD8642591}.Release|x64.ActiveCfg = Release|iPhone {D0A465E5-0A88-442A-A029-690FD8642591}.Release|x64.Build.0 = Release|iPhone {D0A465E5-0A88-442A-A029-690FD8642591}.Release|x64.Deploy.0 = Release|iPhone @@ -199,6 +216,9 @@ Global {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU + {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Ad-Hoc|Mixed Platforms.ActiveCfg = Debug|Any CPU + {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Ad-Hoc|Mixed Platforms.Build.0 = Debug|Any CPU + {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Ad-Hoc|Mixed Platforms.Deploy.0 = Debug|Any CPU {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Ad-Hoc|x64.Build.0 = Release|Any CPU {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Ad-Hoc|x64.Deploy.0 = Release|Any CPU @@ -217,6 +237,9 @@ Global {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU + {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.AppStore|Mixed Platforms.ActiveCfg = Debug|Any CPU + {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.AppStore|Mixed Platforms.Build.0 = Debug|Any CPU + {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.AppStore|Mixed Platforms.Deploy.0 = Debug|Any CPU {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.AppStore|x64.ActiveCfg = Release|Any CPU {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.AppStore|x64.Build.0 = Release|Any CPU {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.AppStore|x64.Deploy.0 = Release|Any CPU @@ -235,6 +258,9 @@ Global {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU + {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Debug|Mixed Platforms.Deploy.0 = Debug|Any CPU {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Debug|x64.ActiveCfg = Debug|Any CPU {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Debug|x64.Build.0 = Debug|Any CPU {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Debug|x64.Deploy.0 = Debug|Any CPU @@ -253,6 +279,9 @@ Global {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU + {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Release|Mixed Platforms.Deploy.0 = Release|Any CPU {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Release|x64.ActiveCfg = Release|Any CPU {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Release|x64.Build.0 = Release|Any CPU {7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Release|x64.Deploy.0 = Release|Any CPU @@ -335,4 +364,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {528B6496-2CC2-40AF-A377-17C49CB1AFD9} + EndGlobalSection EndGlobal diff --git a/Behaviors/NumericValidationBehaviorStyle/NumericValidationBehaviorStyle.sln b/Behaviors/NumericValidationBehaviorStyle/NumericValidationBehaviorStyle.sln index 6c68db2e1a..032e490687 100644 --- a/Behaviors/NumericValidationBehaviorStyle/NumericValidationBehaviorStyle.sln +++ b/Behaviors/NumericValidationBehaviorStyle/NumericValidationBehaviorStyle.sln @@ -177,6 +177,7 @@ Global {4F295408-E739-4A50-B3BE-48F4913C0759}.Debug|iPhoneSimulator.Deploy.0 = Debug|iPhoneSimulator {4F295408-E739-4A50-B3BE-48F4913C0759}.Debug|Mixed Platforms.ActiveCfg = Debug|iPhone {4F295408-E739-4A50-B3BE-48F4913C0759}.Debug|Mixed Platforms.Build.0 = Debug|iPhone + {4F295408-E739-4A50-B3BE-48F4913C0759}.Debug|Mixed Platforms.Deploy.0 = Debug|iPhone {4F295408-E739-4A50-B3BE-48F4913C0759}.Debug|x64.ActiveCfg = Debug|iPhone {4F295408-E739-4A50-B3BE-48F4913C0759}.Debug|x64.Build.0 = Debug|iPhone {4F295408-E739-4A50-B3BE-48F4913C0759}.Debug|x64.Deploy.0 = Debug|iPhone diff --git a/ClassHierarchy/ClassHierarchy.sln b/ClassHierarchy/ClassHierarchy.sln index d8db4e375d..91cea0cfa5 100644 --- a/ClassHierarchy/ClassHierarchy.sln +++ b/ClassHierarchy/ClassHierarchy.sln @@ -1,9 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.23107.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29920.165 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassHierarchy", "ClassHierarchy\ClassHierarchy\ClassHierarchy.csproj", "{00570287-CC14-409A-B72F-E5E7BA1F4AA0}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClassHierarchy", "ClassHierarchy\ClassHierarchy\ClassHierarchy.csproj", "{00570287-CC14-409A-B72F-E5E7BA1F4AA0}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Platforms", "Platforms", "{A045CB65-DBD6-4D93-B8ED-D89D9531229D}" EndProject @@ -269,9 +269,6 @@ Global {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x86 {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x86 {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|x86 - {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|x86 - {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Ad-Hoc|Mixed Platforms.Build.0 = Release|x86 - {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Ad-Hoc|Mixed Platforms.Deploy.0 = Release|x86 {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Ad-Hoc|x64.ActiveCfg = Release|x64 {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Ad-Hoc|x64.Build.0 = Release|x64 {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Ad-Hoc|x64.Deploy.0 = Release|x64 @@ -290,9 +287,6 @@ Global {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.AppStore|iPhoneSimulator.ActiveCfg = Release|x86 {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.AppStore|iPhoneSimulator.Build.0 = Release|x86 {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.AppStore|iPhoneSimulator.Deploy.0 = Release|x86 - {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.AppStore|Mixed Platforms.ActiveCfg = Release|x86 - {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.AppStore|Mixed Platforms.Build.0 = Release|x86 - {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.AppStore|Mixed Platforms.Deploy.0 = Release|x86 {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.AppStore|x64.ActiveCfg = Release|x64 {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.AppStore|x64.Build.0 = Release|x64 {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.AppStore|x64.Deploy.0 = Release|x64 @@ -300,14 +294,13 @@ Global {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.AppStore|x86.Build.0 = Release|x86 {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.AppStore|x86.Deploy.0 = Release|x86 {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Debug|Any CPU.ActiveCfg = Debug|x86 + {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Debug|Any CPU.Build.0 = Debug|x86 + {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Debug|Any CPU.Deploy.0 = Debug|x86 {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Debug|ARM.ActiveCfg = Debug|ARM {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Debug|ARM.Build.0 = Debug|ARM {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Debug|ARM.Deploy.0 = Debug|ARM {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Debug|iPhone.ActiveCfg = Debug|x86 {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86 - {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Debug|Mixed Platforms.Deploy.0 = Debug|x86 {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Debug|x64.ActiveCfg = Debug|x64 {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Debug|x64.Build.0 = Debug|x64 {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Debug|x64.Deploy.0 = Debug|x64 @@ -315,14 +308,13 @@ Global {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Debug|x86.Build.0 = Debug|x86 {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Debug|x86.Deploy.0 = Debug|x86 {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Release|Any CPU.ActiveCfg = Release|x86 + {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Release|Any CPU.Build.0 = Release|x86 + {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Release|Any CPU.Deploy.0 = Release|x86 {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Release|ARM.ActiveCfg = Release|ARM {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Release|ARM.Build.0 = Release|ARM {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Release|ARM.Deploy.0 = Release|ARM {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Release|iPhone.ActiveCfg = Release|x86 {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Release|iPhoneSimulator.ActiveCfg = Release|x86 - {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Release|Mixed Platforms.Build.0 = Release|x86 - {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Release|Mixed Platforms.Deploy.0 = Release|x86 {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Release|x64.ActiveCfg = Release|x64 {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Release|x64.Build.0 = Release|x64 {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Release|x64.Deploy.0 = Release|x64 @@ -338,6 +330,9 @@ Global {35B151D0-9072-464D-9D65-B9D9D6A63DFD} = {A045CB65-DBD6-4D93-B8ED-D89D9531229D} {D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83} = {A045CB65-DBD6-4D93-B8ED-D89D9531229D} EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {56CA4762-C54E-4A0E-8437-02BE17182104} + EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution StartupItem = ClassHierarchy\ClassHierarchy.iOS\ClassHierarchy.iOS.csproj EndGlobalSection diff --git a/CocosSharpForms/FormsWithCocosSharp.sln b/CocosSharpForms/FormsWithCocosSharp.sln index 85fc23d876..a4facca56c 100755 --- a/CocosSharpForms/FormsWithCocosSharp.sln +++ b/CocosSharpForms/FormsWithCocosSharp.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}") = "FormsWithCocosSharp", "FormsWithCocosSharp\FormsWithCocosSharp.csproj", "{3E05DBF8-D6B4-4694-ACBC-4F30D2DD1829}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FormsWithCocosSharp", "FormsWithCocosSharp\FormsWithCocosSharp.csproj", "{3E05DBF8-D6B4-4694-ACBC-4F30D2DD1829}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FormsWithCocosSharp.iOS", "iOS\FormsWithCocosSharp.iOS.csproj", "{0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}" EndProject @@ -109,42 +109,30 @@ Global {3E05DBF8-D6B4-4694-ACBC-4F30D2DD1829}.Release|x86.ActiveCfg = Release|Any CPU {3E05DBF8-D6B4-4694-ACBC-4F30D2DD1829}.Release|x86.Build.0 = Release|Any CPU {3E05DBF8-D6B4-4694-ACBC-4F30D2DD1829}.Release|x86.Deploy.0 = Release|Any CPU - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhone - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.Ad-Hoc|Any CPU.Build.0 = Ad-Hoc|iPhone - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.Ad-Hoc|Any CPU.Deploy.0 = Ad-Hoc|iPhone - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.Ad-Hoc|ARM.ActiveCfg = Ad-Hoc|iPhone - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.Ad-Hoc|ARM.Build.0 = Ad-Hoc|iPhone - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.Ad-Hoc|ARM.Deploy.0 = Ad-Hoc|iPhone - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.Ad-Hoc|iPhone.Deploy.0 = Ad-Hoc|iPhone - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Ad-Hoc|iPhoneSimulator - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.Ad-Hoc|x64.ActiveCfg = Ad-Hoc|iPhone - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.Ad-Hoc|x64.Build.0 = Ad-Hoc|iPhone - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.Ad-Hoc|x64.Deploy.0 = Ad-Hoc|iPhone - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.Ad-Hoc|x86.ActiveCfg = Ad-Hoc|iPhone - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.Ad-Hoc|x86.Build.0 = Ad-Hoc|iPhone - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.Ad-Hoc|x86.Deploy.0 = Ad-Hoc|iPhone - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.AppStore|Any CPU.ActiveCfg = AppStore|iPhone - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.AppStore|Any CPU.Build.0 = AppStore|iPhone - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.AppStore|Any CPU.Deploy.0 = AppStore|iPhone - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.AppStore|ARM.ActiveCfg = AppStore|iPhone - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.AppStore|ARM.Build.0 = AppStore|iPhone - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.AppStore|ARM.Deploy.0 = AppStore|iPhone - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.AppStore|iPhone.ActiveCfg = AppStore|iPhone - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.AppStore|iPhone.Build.0 = AppStore|iPhone - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.AppStore|iPhone.Deploy.0 = AppStore|iPhone - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.AppStore|iPhoneSimulator.Deploy.0 = AppStore|iPhoneSimulator - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.AppStore|x64.ActiveCfg = AppStore|iPhone - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.AppStore|x64.Build.0 = AppStore|iPhone - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.AppStore|x64.Deploy.0 = AppStore|iPhone - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.AppStore|x86.ActiveCfg = AppStore|iPhone - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.AppStore|x86.Build.0 = AppStore|iPhone - {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.AppStore|x86.Deploy.0 = AppStore|iPhone + {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.Ad-Hoc|Any CPU.ActiveCfg = Release|iPhoneSimulator + {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.Ad-Hoc|Any CPU.Build.0 = Release|iPhoneSimulator + {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.Ad-Hoc|ARM.ActiveCfg = Release|iPhoneSimulator + {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.Ad-Hoc|ARM.Build.0 = Release|iPhoneSimulator + {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.Ad-Hoc|iPhone.ActiveCfg = Release|iPhone + {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.Ad-Hoc|iPhone.Build.0 = Release|iPhone + {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.Ad-Hoc|x64.ActiveCfg = Release|iPhoneSimulator + {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.Ad-Hoc|x64.Build.0 = Release|iPhoneSimulator + {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.Ad-Hoc|x86.ActiveCfg = Release|iPhoneSimulator + {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.Ad-Hoc|x86.Build.0 = Release|iPhoneSimulator + {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.AppStore|Any CPU.ActiveCfg = Release|iPhoneSimulator + {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.AppStore|Any CPU.Build.0 = Release|iPhoneSimulator + {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.AppStore|ARM.ActiveCfg = Release|iPhoneSimulator + {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.AppStore|ARM.Build.0 = Release|iPhoneSimulator + {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.AppStore|iPhone.ActiveCfg = Release|iPhone + {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.AppStore|iPhone.Build.0 = Release|iPhone + {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.AppStore|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.AppStore|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.AppStore|x64.ActiveCfg = Release|iPhoneSimulator + {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.AppStore|x64.Build.0 = Release|iPhoneSimulator + {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.AppStore|x86.ActiveCfg = Release|iPhoneSimulator + {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.AppStore|x86.Build.0 = Release|iPhoneSimulator {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator {0B6691C3-84AC-43C4-A999-9EA9CA8B44EE}.Debug|Any CPU.Deploy.0 = Debug|iPhoneSimulator @@ -257,4 +245,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {94BEDF81-24D1-493E-AD44-D227F5A98767} + EndGlobalSection EndGlobal diff --git a/CocosSharpForms/iOS/FormsWithCocosSharp.iOS.csproj b/CocosSharpForms/iOS/FormsWithCocosSharp.iOS.csproj index fd4c17e8f7..84e238d088 100755 --- a/CocosSharpForms/iOS/FormsWithCocosSharp.iOS.csproj +++ b/CocosSharpForms/iOS/FormsWithCocosSharp.iOS.csproj @@ -115,7 +115,7 @@ - false + false diff --git a/CustomRenderers/Entry/CustomRenderer.sln b/CustomRenderers/Entry/CustomRenderer.sln index 1833bcdf4b..437f562eeb 100755 --- a/CustomRenderers/Entry/CustomRenderer.sln +++ b/CustomRenderers/Entry/CustomRenderer.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}") = "CustomRenderer", "CustomRenderer\CustomRenderer.csproj", "{1110E45B-B906-423F-9AA4-1043B491B5E4}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CustomRenderer", "CustomRenderer\CustomRenderer.csproj", "{1110E45B-B906-423F-9AA4-1043B491B5E4}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomRenderer.iOS", "iOS\CustomRenderer.iOS.csproj", "{E5EEAD23-AE29-4405-B806-4FA61A47FE12}" EndProject @@ -267,9 +267,6 @@ Global {1F98059B-BB21-4901-A5E2-B022A23F635D}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x64 {1F98059B-BB21-4901-A5E2-B022A23F635D}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x64 {1F98059B-BB21-4901-A5E2-B022A23F635D}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|x64 - {1F98059B-BB21-4901-A5E2-B022A23F635D}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|x86 - {1F98059B-BB21-4901-A5E2-B022A23F635D}.Ad-Hoc|Mixed Platforms.Build.0 = Release|x86 - {1F98059B-BB21-4901-A5E2-B022A23F635D}.Ad-Hoc|Mixed Platforms.Deploy.0 = Release|x86 {1F98059B-BB21-4901-A5E2-B022A23F635D}.Ad-Hoc|x64.ActiveCfg = Release|x64 {1F98059B-BB21-4901-A5E2-B022A23F635D}.Ad-Hoc|x64.Build.0 = Release|x64 {1F98059B-BB21-4901-A5E2-B022A23F635D}.Ad-Hoc|x64.Deploy.0 = Release|x64 @@ -288,9 +285,6 @@ Global {1F98059B-BB21-4901-A5E2-B022A23F635D}.AppStore|iPhoneSimulator.ActiveCfg = Release|x64 {1F98059B-BB21-4901-A5E2-B022A23F635D}.AppStore|iPhoneSimulator.Build.0 = Release|x64 {1F98059B-BB21-4901-A5E2-B022A23F635D}.AppStore|iPhoneSimulator.Deploy.0 = Release|x64 - {1F98059B-BB21-4901-A5E2-B022A23F635D}.AppStore|Mixed Platforms.ActiveCfg = Release|x86 - {1F98059B-BB21-4901-A5E2-B022A23F635D}.AppStore|Mixed Platforms.Build.0 = Release|x86 - {1F98059B-BB21-4901-A5E2-B022A23F635D}.AppStore|Mixed Platforms.Deploy.0 = Release|x86 {1F98059B-BB21-4901-A5E2-B022A23F635D}.AppStore|x64.ActiveCfg = Release|x64 {1F98059B-BB21-4901-A5E2-B022A23F635D}.AppStore|x64.Build.0 = Release|x64 {1F98059B-BB21-4901-A5E2-B022A23F635D}.AppStore|x64.Deploy.0 = Release|x64 @@ -298,14 +292,13 @@ Global {1F98059B-BB21-4901-A5E2-B022A23F635D}.AppStore|x86.Build.0 = Release|x86 {1F98059B-BB21-4901-A5E2-B022A23F635D}.AppStore|x86.Deploy.0 = Release|x86 {1F98059B-BB21-4901-A5E2-B022A23F635D}.Debug|Any CPU.ActiveCfg = Debug|x86 + {1F98059B-BB21-4901-A5E2-B022A23F635D}.Debug|Any CPU.Build.0 = Debug|x86 + {1F98059B-BB21-4901-A5E2-B022A23F635D}.Debug|Any CPU.Deploy.0 = Debug|x86 {1F98059B-BB21-4901-A5E2-B022A23F635D}.Debug|ARM.ActiveCfg = Debug|ARM {1F98059B-BB21-4901-A5E2-B022A23F635D}.Debug|ARM.Build.0 = Debug|ARM {1F98059B-BB21-4901-A5E2-B022A23F635D}.Debug|ARM.Deploy.0 = Debug|ARM {1F98059B-BB21-4901-A5E2-B022A23F635D}.Debug|iPhone.ActiveCfg = Debug|x86 {1F98059B-BB21-4901-A5E2-B022A23F635D}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86 - {1F98059B-BB21-4901-A5E2-B022A23F635D}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {1F98059B-BB21-4901-A5E2-B022A23F635D}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {1F98059B-BB21-4901-A5E2-B022A23F635D}.Debug|Mixed Platforms.Deploy.0 = Debug|x86 {1F98059B-BB21-4901-A5E2-B022A23F635D}.Debug|x64.ActiveCfg = Debug|x64 {1F98059B-BB21-4901-A5E2-B022A23F635D}.Debug|x64.Build.0 = Debug|x64 {1F98059B-BB21-4901-A5E2-B022A23F635D}.Debug|x64.Deploy.0 = Debug|x64 @@ -313,14 +306,13 @@ Global {1F98059B-BB21-4901-A5E2-B022A23F635D}.Debug|x86.Build.0 = Debug|x86 {1F98059B-BB21-4901-A5E2-B022A23F635D}.Debug|x86.Deploy.0 = Debug|x86 {1F98059B-BB21-4901-A5E2-B022A23F635D}.Release|Any CPU.ActiveCfg = Release|x86 + {1F98059B-BB21-4901-A5E2-B022A23F635D}.Release|Any CPU.Build.0 = Release|x86 + {1F98059B-BB21-4901-A5E2-B022A23F635D}.Release|Any CPU.Deploy.0 = Release|x86 {1F98059B-BB21-4901-A5E2-B022A23F635D}.Release|ARM.ActiveCfg = Release|ARM {1F98059B-BB21-4901-A5E2-B022A23F635D}.Release|ARM.Build.0 = Release|ARM {1F98059B-BB21-4901-A5E2-B022A23F635D}.Release|ARM.Deploy.0 = Release|ARM {1F98059B-BB21-4901-A5E2-B022A23F635D}.Release|iPhone.ActiveCfg = Release|x86 {1F98059B-BB21-4901-A5E2-B022A23F635D}.Release|iPhoneSimulator.ActiveCfg = Release|x86 - {1F98059B-BB21-4901-A5E2-B022A23F635D}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {1F98059B-BB21-4901-A5E2-B022A23F635D}.Release|Mixed Platforms.Build.0 = Release|x86 - {1F98059B-BB21-4901-A5E2-B022A23F635D}.Release|Mixed Platforms.Deploy.0 = Release|x86 {1F98059B-BB21-4901-A5E2-B022A23F635D}.Release|x64.ActiveCfg = Release|x64 {1F98059B-BB21-4901-A5E2-B022A23F635D}.Release|x64.Build.0 = Release|x64 {1F98059B-BB21-4901-A5E2-B022A23F635D}.Release|x64.Deploy.0 = Release|x64 @@ -331,4 +323,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {EC4F24DB-DBAA-40F7-8977-E829DBF6C0B0} + EndGlobalSection EndGlobal diff --git a/DeepLinking/DeepLinking.sln b/DeepLinking/DeepLinking.sln index 8d14885433..0c8b582504 100644 --- a/DeepLinking/DeepLinking.sln +++ b/DeepLinking/DeepLinking.sln @@ -1,9 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2012 -VisualStudioVersion = 12.0.40629.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29920.165 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeepLinking", "DeepLinking\DeepLinking.csproj", "{5C142800-486A-4709-BB2D-266521F6DD47}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeepLinking", "DeepLinking\DeepLinking.csproj", "{5C142800-486A-4709-BB2D-266521F6DD47}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeepLinking.iOS", "iOS\DeepLinking.iOS.csproj", "{219A3843-D649-4065-8621-A73092D4487A}" EndProject @@ -37,150 +37,6 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|ARM.Build.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|ARM.Deploy.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|iPhone.Deploy.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|x64.Build.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|x64.Deploy.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|x86.Build.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|x86.Deploy.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|Any CPU.ActiveCfg = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|Any CPU.Build.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|Any CPU.Deploy.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|ARM.ActiveCfg = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|ARM.Build.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|ARM.Deploy.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|iPhone.ActiveCfg = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|iPhone.Build.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|iPhone.Deploy.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|x64.ActiveCfg = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|x64.Build.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|x64.Deploy.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|x86.ActiveCfg = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|x86.Build.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|x86.Deploy.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|Any CPU.Build.0 = Debug|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|Any CPU.Deploy.0 = Debug|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|ARM.ActiveCfg = Debug|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|ARM.Build.0 = Debug|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|ARM.Deploy.0 = Debug|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|iPhone.Build.0 = Debug|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|iPhone.Deploy.0 = Debug|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|x64.ActiveCfg = Debug|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|x64.Build.0 = Debug|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|x64.Deploy.0 = Debug|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|x86.ActiveCfg = Debug|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|x86.Build.0 = Debug|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|x86.Deploy.0 = Debug|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|Any CPU.ActiveCfg = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|Any CPU.Build.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|Any CPU.Deploy.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|ARM.ActiveCfg = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|ARM.Build.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|ARM.Deploy.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|iPhone.ActiveCfg = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|iPhone.Build.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|iPhone.Deploy.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|iPhoneSimulator.Build.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|x64.ActiveCfg = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|x64.Build.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|x64.Deploy.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|x86.ActiveCfg = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|x86.Build.0 = Release|Any CPU - {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|x86.Deploy.0 = Release|Any CPU - {219A3843-D649-4065-8621-A73092D4487A}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Ad-Hoc|Any CPU.Build.0 = Ad-Hoc|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Ad-Hoc|Any CPU.Deploy.0 = Ad-Hoc|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Ad-Hoc|ARM.ActiveCfg = Ad-Hoc|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Ad-Hoc|ARM.Build.0 = Ad-Hoc|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Ad-Hoc|ARM.Deploy.0 = Ad-Hoc|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Ad-Hoc|iPhone.Deploy.0 = Ad-Hoc|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator - {219A3843-D649-4065-8621-A73092D4487A}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator - {219A3843-D649-4065-8621-A73092D4487A}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Ad-Hoc|iPhoneSimulator - {219A3843-D649-4065-8621-A73092D4487A}.Ad-Hoc|x64.ActiveCfg = Ad-Hoc|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Ad-Hoc|x64.Build.0 = Ad-Hoc|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Ad-Hoc|x64.Deploy.0 = Ad-Hoc|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Ad-Hoc|x86.ActiveCfg = Ad-Hoc|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Ad-Hoc|x86.Build.0 = Ad-Hoc|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Ad-Hoc|x86.Deploy.0 = Ad-Hoc|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.AppStore|Any CPU.ActiveCfg = AppStore|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.AppStore|Any CPU.Build.0 = AppStore|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.AppStore|Any CPU.Deploy.0 = AppStore|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.AppStore|ARM.ActiveCfg = AppStore|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.AppStore|ARM.Build.0 = AppStore|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.AppStore|ARM.Deploy.0 = AppStore|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.AppStore|iPhone.ActiveCfg = AppStore|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.AppStore|iPhone.Build.0 = AppStore|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.AppStore|iPhone.Deploy.0 = AppStore|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator - {219A3843-D649-4065-8621-A73092D4487A}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator - {219A3843-D649-4065-8621-A73092D4487A}.AppStore|iPhoneSimulator.Deploy.0 = AppStore|iPhoneSimulator - {219A3843-D649-4065-8621-A73092D4487A}.AppStore|x64.ActiveCfg = AppStore|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.AppStore|x64.Build.0 = AppStore|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.AppStore|x64.Deploy.0 = AppStore|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.AppStore|x86.ActiveCfg = AppStore|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.AppStore|x86.Build.0 = AppStore|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.AppStore|x86.Deploy.0 = AppStore|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator - {219A3843-D649-4065-8621-A73092D4487A}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator - {219A3843-D649-4065-8621-A73092D4487A}.Debug|Any CPU.Deploy.0 = Debug|iPhoneSimulator - {219A3843-D649-4065-8621-A73092D4487A}.Debug|ARM.ActiveCfg = Debug|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Debug|ARM.Build.0 = Debug|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Debug|ARM.Deploy.0 = Debug|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Debug|iPhone.ActiveCfg = Debug|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Debug|iPhone.Build.0 = Debug|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Debug|iPhone.Deploy.0 = Debug|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator - {219A3843-D649-4065-8621-A73092D4487A}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator - {219A3843-D649-4065-8621-A73092D4487A}.Debug|iPhoneSimulator.Deploy.0 = Debug|iPhoneSimulator - {219A3843-D649-4065-8621-A73092D4487A}.Debug|x64.ActiveCfg = Debug|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Debug|x64.Build.0 = Debug|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Debug|x64.Deploy.0 = Debug|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Debug|x86.ActiveCfg = Debug|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Debug|x86.Build.0 = Debug|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Debug|x86.Deploy.0 = Debug|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Release|Any CPU.ActiveCfg = Release|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Release|Any CPU.Build.0 = Release|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Release|Any CPU.Deploy.0 = Release|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Release|ARM.ActiveCfg = Release|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Release|ARM.Build.0 = Release|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Release|ARM.Deploy.0 = Release|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Release|iPhone.ActiveCfg = Release|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Release|iPhone.Build.0 = Release|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Release|iPhone.Deploy.0 = Release|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator - {219A3843-D649-4065-8621-A73092D4487A}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator - {219A3843-D649-4065-8621-A73092D4487A}.Release|iPhoneSimulator.Deploy.0 = Release|iPhoneSimulator - {219A3843-D649-4065-8621-A73092D4487A}.Release|x64.ActiveCfg = Release|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Release|x64.Build.0 = Release|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Release|x64.Deploy.0 = Release|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Release|x86.ActiveCfg = Release|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Release|x86.Build.0 = Release|iPhone - {219A3843-D649-4065-8621-A73092D4487A}.Release|x86.Deploy.0 = Release|iPhone {5C142800-486A-4709-BB2D-266521F6DD47}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU {5C142800-486A-4709-BB2D-266521F6DD47}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU {5C142800-486A-4709-BB2D-266521F6DD47}.Ad-Hoc|Any CPU.Deploy.0 = Debug|Any CPU @@ -253,8 +109,143 @@ Global {5C142800-486A-4709-BB2D-266521F6DD47}.Release|x86.ActiveCfg = Release|Any CPU {5C142800-486A-4709-BB2D-266521F6DD47}.Release|x86.Build.0 = Release|Any CPU {5C142800-486A-4709-BB2D-266521F6DD47}.Release|x86.Deploy.0 = Release|Any CPU + {219A3843-D649-4065-8621-A73092D4487A}.Ad-Hoc|Any CPU.ActiveCfg = Release|iPhoneSimulator + {219A3843-D649-4065-8621-A73092D4487A}.Ad-Hoc|Any CPU.Build.0 = Release|iPhoneSimulator + {219A3843-D649-4065-8621-A73092D4487A}.Ad-Hoc|ARM.ActiveCfg = Release|iPhoneSimulator + {219A3843-D649-4065-8621-A73092D4487A}.Ad-Hoc|ARM.Build.0 = Release|iPhoneSimulator + {219A3843-D649-4065-8621-A73092D4487A}.Ad-Hoc|iPhone.ActiveCfg = Release|iPhone + {219A3843-D649-4065-8621-A73092D4487A}.Ad-Hoc|iPhone.Build.0 = Release|iPhone + {219A3843-D649-4065-8621-A73092D4487A}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {219A3843-D649-4065-8621-A73092D4487A}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {219A3843-D649-4065-8621-A73092D4487A}.Ad-Hoc|x64.ActiveCfg = Release|iPhoneSimulator + {219A3843-D649-4065-8621-A73092D4487A}.Ad-Hoc|x64.Build.0 = Release|iPhoneSimulator + {219A3843-D649-4065-8621-A73092D4487A}.Ad-Hoc|x86.ActiveCfg = Release|iPhoneSimulator + {219A3843-D649-4065-8621-A73092D4487A}.Ad-Hoc|x86.Build.0 = Release|iPhoneSimulator + {219A3843-D649-4065-8621-A73092D4487A}.AppStore|Any CPU.ActiveCfg = Release|iPhoneSimulator + {219A3843-D649-4065-8621-A73092D4487A}.AppStore|Any CPU.Build.0 = Release|iPhoneSimulator + {219A3843-D649-4065-8621-A73092D4487A}.AppStore|ARM.ActiveCfg = Release|iPhoneSimulator + {219A3843-D649-4065-8621-A73092D4487A}.AppStore|ARM.Build.0 = Release|iPhoneSimulator + {219A3843-D649-4065-8621-A73092D4487A}.AppStore|iPhone.ActiveCfg = Release|iPhone + {219A3843-D649-4065-8621-A73092D4487A}.AppStore|iPhone.Build.0 = Release|iPhone + {219A3843-D649-4065-8621-A73092D4487A}.AppStore|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {219A3843-D649-4065-8621-A73092D4487A}.AppStore|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {219A3843-D649-4065-8621-A73092D4487A}.AppStore|x64.ActiveCfg = Release|iPhoneSimulator + {219A3843-D649-4065-8621-A73092D4487A}.AppStore|x64.Build.0 = Release|iPhoneSimulator + {219A3843-D649-4065-8621-A73092D4487A}.AppStore|x86.ActiveCfg = Release|iPhoneSimulator + {219A3843-D649-4065-8621-A73092D4487A}.AppStore|x86.Build.0 = Release|iPhoneSimulator + {219A3843-D649-4065-8621-A73092D4487A}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator + {219A3843-D649-4065-8621-A73092D4487A}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator + {219A3843-D649-4065-8621-A73092D4487A}.Debug|Any CPU.Deploy.0 = Debug|iPhoneSimulator + {219A3843-D649-4065-8621-A73092D4487A}.Debug|ARM.ActiveCfg = Debug|iPhone + {219A3843-D649-4065-8621-A73092D4487A}.Debug|ARM.Build.0 = Debug|iPhone + {219A3843-D649-4065-8621-A73092D4487A}.Debug|ARM.Deploy.0 = Debug|iPhone + {219A3843-D649-4065-8621-A73092D4487A}.Debug|iPhone.ActiveCfg = Debug|iPhone + {219A3843-D649-4065-8621-A73092D4487A}.Debug|iPhone.Build.0 = Debug|iPhone + {219A3843-D649-4065-8621-A73092D4487A}.Debug|iPhone.Deploy.0 = Debug|iPhone + {219A3843-D649-4065-8621-A73092D4487A}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator + {219A3843-D649-4065-8621-A73092D4487A}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator + {219A3843-D649-4065-8621-A73092D4487A}.Debug|iPhoneSimulator.Deploy.0 = Debug|iPhoneSimulator + {219A3843-D649-4065-8621-A73092D4487A}.Debug|x64.ActiveCfg = Debug|iPhone + {219A3843-D649-4065-8621-A73092D4487A}.Debug|x64.Build.0 = Debug|iPhone + {219A3843-D649-4065-8621-A73092D4487A}.Debug|x64.Deploy.0 = Debug|iPhone + {219A3843-D649-4065-8621-A73092D4487A}.Debug|x86.ActiveCfg = Debug|iPhone + {219A3843-D649-4065-8621-A73092D4487A}.Debug|x86.Build.0 = Debug|iPhone + {219A3843-D649-4065-8621-A73092D4487A}.Debug|x86.Deploy.0 = Debug|iPhone + {219A3843-D649-4065-8621-A73092D4487A}.Release|Any CPU.ActiveCfg = Release|iPhone + {219A3843-D649-4065-8621-A73092D4487A}.Release|Any CPU.Build.0 = Release|iPhone + {219A3843-D649-4065-8621-A73092D4487A}.Release|Any CPU.Deploy.0 = Release|iPhone + {219A3843-D649-4065-8621-A73092D4487A}.Release|ARM.ActiveCfg = Release|iPhone + {219A3843-D649-4065-8621-A73092D4487A}.Release|ARM.Build.0 = Release|iPhone + {219A3843-D649-4065-8621-A73092D4487A}.Release|ARM.Deploy.0 = Release|iPhone + {219A3843-D649-4065-8621-A73092D4487A}.Release|iPhone.ActiveCfg = Release|iPhone + {219A3843-D649-4065-8621-A73092D4487A}.Release|iPhone.Build.0 = Release|iPhone + {219A3843-D649-4065-8621-A73092D4487A}.Release|iPhone.Deploy.0 = Release|iPhone + {219A3843-D649-4065-8621-A73092D4487A}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {219A3843-D649-4065-8621-A73092D4487A}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {219A3843-D649-4065-8621-A73092D4487A}.Release|iPhoneSimulator.Deploy.0 = Release|iPhoneSimulator + {219A3843-D649-4065-8621-A73092D4487A}.Release|x64.ActiveCfg = Release|iPhone + {219A3843-D649-4065-8621-A73092D4487A}.Release|x64.Build.0 = Release|iPhone + {219A3843-D649-4065-8621-A73092D4487A}.Release|x64.Deploy.0 = Release|iPhone + {219A3843-D649-4065-8621-A73092D4487A}.Release|x86.ActiveCfg = Release|iPhone + {219A3843-D649-4065-8621-A73092D4487A}.Release|x86.Build.0 = Release|iPhone + {219A3843-D649-4065-8621-A73092D4487A}.Release|x86.Deploy.0 = Release|iPhone + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|ARM.Build.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|ARM.Deploy.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|iPhone.Deploy.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|x64.Build.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|x64.Deploy.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|x86.Build.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Ad-Hoc|x86.Deploy.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|Any CPU.Build.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|Any CPU.Deploy.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|ARM.ActiveCfg = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|ARM.Build.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|ARM.Deploy.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|iPhone.ActiveCfg = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|iPhone.Build.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|iPhone.Deploy.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|x64.ActiveCfg = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|x64.Build.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|x64.Deploy.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|x86.ActiveCfg = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|x86.Build.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.AppStore|x86.Deploy.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|Any CPU.Deploy.0 = Debug|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|ARM.ActiveCfg = Debug|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|ARM.Build.0 = Debug|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|ARM.Deploy.0 = Debug|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|iPhone.ActiveCfg = Debug|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|iPhone.Build.0 = Debug|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|iPhone.Deploy.0 = Debug|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|x64.ActiveCfg = Debug|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|x64.Build.0 = Debug|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|x64.Deploy.0 = Debug|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|x86.ActiveCfg = Debug|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|x86.Build.0 = Debug|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Debug|x86.Deploy.0 = Debug|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|Any CPU.Build.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|Any CPU.Deploy.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|ARM.ActiveCfg = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|ARM.Build.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|ARM.Deploy.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|iPhone.ActiveCfg = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|iPhone.Build.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|iPhone.Deploy.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|x64.ActiveCfg = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|x64.Build.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|x64.Deploy.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|x86.ActiveCfg = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|x86.Build.0 = Release|Any CPU + {121BD234-E86B-4BFC-B777-14CACC7BD46D}.Release|x86.Deploy.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {7C7DB67A-5DD2-400C-B8B9-462B85FDA8EE} + EndGlobalSection EndGlobal diff --git a/DeepLinking/iOS/DeepLinking.iOS.csproj b/DeepLinking/iOS/DeepLinking.iOS.csproj index 1508ec5773..e8aae86120 100644 --- a/DeepLinking/iOS/DeepLinking.iOS.csproj +++ b/DeepLinking/iOS/DeepLinking.iOS.csproj @@ -87,7 +87,7 @@ - false + false @@ -110,4 +110,4 @@ - + \ No newline at end of file diff --git a/DependencyService/DependencyServiceDemos.sln b/DependencyService/DependencyServiceDemos.sln index 17dd3972e4..b2e9badfb1 100755 --- a/DependencyService/DependencyServiceDemos.sln +++ b/DependencyService/DependencyServiceDemos.sln @@ -1,6 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.28307.489 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29920.165 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DependencyServiceDemos.Android", "DependencyServiceDemos.Android\DependencyServiceDemos.Android.csproj", "{99C638E0-3BFC-4B7E-8BE7-5159C13CDEC9}" EndProject @@ -30,6 +30,7 @@ Global GlobalSection(ProjectConfigurationPlatforms) = postSolution {99C638E0-3BFC-4B7E-8BE7-5159C13CDEC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {99C638E0-3BFC-4B7E-8BE7-5159C13CDEC9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {99C638E0-3BFC-4B7E-8BE7-5159C13CDEC9}.Debug|Any CPU.Deploy.0 = Debug|Any CPU {99C638E0-3BFC-4B7E-8BE7-5159C13CDEC9}.Debug|ARM.ActiveCfg = Debug|Any CPU {99C638E0-3BFC-4B7E-8BE7-5159C13CDEC9}.Debug|ARM.Build.0 = Debug|Any CPU {99C638E0-3BFC-4B7E-8BE7-5159C13CDEC9}.Debug|ARM.Deploy.0 = Debug|Any CPU @@ -48,6 +49,7 @@ Global {99C638E0-3BFC-4B7E-8BE7-5159C13CDEC9}.Debug|x86.Deploy.0 = Debug|Any CPU {99C638E0-3BFC-4B7E-8BE7-5159C13CDEC9}.Release|Any CPU.ActiveCfg = Release|Any CPU {99C638E0-3BFC-4B7E-8BE7-5159C13CDEC9}.Release|Any CPU.Build.0 = Release|Any CPU + {99C638E0-3BFC-4B7E-8BE7-5159C13CDEC9}.Release|Any CPU.Deploy.0 = Release|Any CPU {99C638E0-3BFC-4B7E-8BE7-5159C13CDEC9}.Release|ARM.ActiveCfg = Release|Any CPU {99C638E0-3BFC-4B7E-8BE7-5159C13CDEC9}.Release|ARM.Build.0 = Release|Any CPU {99C638E0-3BFC-4B7E-8BE7-5159C13CDEC9}.Release|ARM.Deploy.0 = Release|Any CPU @@ -113,6 +115,8 @@ Global {E3EFC9E0-263C-404F-BCE1-64D72EC840D8}.Release|x86.ActiveCfg = Release|Any CPU {E3EFC9E0-263C-404F-BCE1-64D72EC840D8}.Release|x86.Build.0 = Release|Any CPU {2B1EA597-0BF7-4636-9C9D-5977DAB73E48}.Debug|Any CPU.ActiveCfg = Debug|x86 + {2B1EA597-0BF7-4636-9C9D-5977DAB73E48}.Debug|Any CPU.Build.0 = Debug|x86 + {2B1EA597-0BF7-4636-9C9D-5977DAB73E48}.Debug|Any CPU.Deploy.0 = Debug|x86 {2B1EA597-0BF7-4636-9C9D-5977DAB73E48}.Debug|ARM.ActiveCfg = Debug|ARM {2B1EA597-0BF7-4636-9C9D-5977DAB73E48}.Debug|ARM.Build.0 = Debug|ARM {2B1EA597-0BF7-4636-9C9D-5977DAB73E48}.Debug|ARM.Deploy.0 = Debug|ARM @@ -128,6 +132,8 @@ Global {2B1EA597-0BF7-4636-9C9D-5977DAB73E48}.Debug|x86.Build.0 = Debug|x86 {2B1EA597-0BF7-4636-9C9D-5977DAB73E48}.Debug|x86.Deploy.0 = Debug|x86 {2B1EA597-0BF7-4636-9C9D-5977DAB73E48}.Release|Any CPU.ActiveCfg = Release|x86 + {2B1EA597-0BF7-4636-9C9D-5977DAB73E48}.Release|Any CPU.Build.0 = Release|x86 + {2B1EA597-0BF7-4636-9C9D-5977DAB73E48}.Release|Any CPU.Deploy.0 = Release|x86 {2B1EA597-0BF7-4636-9C9D-5977DAB73E48}.Release|ARM.ActiveCfg = Release|ARM {2B1EA597-0BF7-4636-9C9D-5977DAB73E48}.Release|ARM.Build.0 = Release|ARM {2B1EA597-0BF7-4636-9C9D-5977DAB73E48}.Release|ARM.Deploy.0 = Release|ARM diff --git a/GetStarted/Notes/Database/Notes.sln b/GetStarted/Notes/Database/Notes.sln index 0d057784aa..b6b02d519e 100644 --- a/GetStarted/Notes/Database/Notes.sln +++ b/GetStarted/Notes/Database/Notes.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}") = "Notes.Android", "Notes.Android\Notes.Android.csproj", "{7EB02258-5287-4902-A6F1-4539EE426BAC}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Notes.iOS", "Notes.iOS\Notes.iOS.csproj", "{F41A96C8-C3F6-4910-A2F9-9B806F9A3891}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Notes", "Notes\Notes.csproj", "{EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Notes", "Notes\Notes.csproj", "{EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}" 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 + {7EB02258-5287-4902-A6F1-4539EE426BAC}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {7EB02258-5287-4902-A6F1-4539EE426BAC}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {7EB02258-5287-4902-A6F1-4539EE426BAC}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU + {7EB02258-5287-4902-A6F1-4539EE426BAC}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {7EB02258-5287-4902-A6F1-4539EE426BAC}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {7EB02258-5287-4902-A6F1-4539EE426BAC}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {7EB02258-5287-4902-A6F1-4539EE426BAC}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {7EB02258-5287-4902-A6F1-4539EE426BAC}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU + {7EB02258-5287-4902-A6F1-4539EE426BAC}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {7EB02258-5287-4902-A6F1-4539EE426BAC}.AppStore|Any CPU.Build.0 = Release|Any CPU + {7EB02258-5287-4902-A6F1-4539EE426BAC}.AppStore|Any CPU.Deploy.0 = Release|Any CPU + {7EB02258-5287-4902-A6F1-4539EE426BAC}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {7EB02258-5287-4902-A6F1-4539EE426BAC}.AppStore|iPhone.Build.0 = Debug|Any CPU + {7EB02258-5287-4902-A6F1-4539EE426BAC}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {7EB02258-5287-4902-A6F1-4539EE426BAC}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU + {7EB02258-5287-4902-A6F1-4539EE426BAC}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU {7EB02258-5287-4902-A6F1-4539EE426BAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {7EB02258-5287-4902-A6F1-4539EE426BAC}.Debug|Any CPU.Build.0 = Debug|Any CPU - {7EB02258-5287-4902-A6F1-4539EE426BAC}.Release|Any CPU.ActiveCfg = Release|Any CPU - {7EB02258-5287-4902-A6F1-4539EE426BAC}.Release|Any CPU.Build.0 = Release|Any CPU - {7EB02258-5287-4902-A6F1-4539EE426BAC}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {7EB02258-5287-4902-A6F1-4539EE426BAC}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {7EB02258-5287-4902-A6F1-4539EE426BAC}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {7EB02258-5287-4902-A6F1-4539EE426BAC}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {7EB02258-5287-4902-A6F1-4539EE426BAC}.Debug|Any CPU.Deploy.0 = Debug|Any CPU {7EB02258-5287-4902-A6F1-4539EE426BAC}.Debug|iPhone.ActiveCfg = Debug|Any CPU {7EB02258-5287-4902-A6F1-4539EE426BAC}.Debug|iPhone.Build.0 = Debug|Any CPU + {7EB02258-5287-4902-A6F1-4539EE426BAC}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {7EB02258-5287-4902-A6F1-4539EE426BAC}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {7EB02258-5287-4902-A6F1-4539EE426BAC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7EB02258-5287-4902-A6F1-4539EE426BAC}.Release|Any CPU.Build.0 = Release|Any CPU + {7EB02258-5287-4902-A6F1-4539EE426BAC}.Release|Any CPU.Deploy.0 = Release|Any CPU {7EB02258-5287-4902-A6F1-4539EE426BAC}.Release|iPhone.ActiveCfg = Release|Any CPU {7EB02258-5287-4902-A6F1-4539EE426BAC}.Release|iPhone.Build.0 = Release|Any CPU - {7EB02258-5287-4902-A6F1-4539EE426BAC}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {7EB02258-5287-4902-A6F1-4539EE426BAC}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {7EB02258-5287-4902-A6F1-4539EE426BAC}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {7EB02258-5287-4902-A6F1-4539EE426BAC}.AppStore|iPhone.Build.0 = Debug|Any CPU + {7EB02258-5287-4902-A6F1-4539EE426BAC}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {7EB02258-5287-4902-A6F1-4539EE426BAC}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {F41A96C8-C3F6-4910-A2F9-9B806F9A3891}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator + {F41A96C8-C3F6-4910-A2F9-9B806F9A3891}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone + {F41A96C8-C3F6-4910-A2F9-9B806F9A3891}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone + {F41A96C8-C3F6-4910-A2F9-9B806F9A3891}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator + {F41A96C8-C3F6-4910-A2F9-9B806F9A3891}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator + {F41A96C8-C3F6-4910-A2F9-9B806F9A3891}.AppStore|Any CPU.ActiveCfg = AppStore|iPhoneSimulator + {F41A96C8-C3F6-4910-A2F9-9B806F9A3891}.AppStore|iPhone.ActiveCfg = AppStore|iPhone + {F41A96C8-C3F6-4910-A2F9-9B806F9A3891}.AppStore|iPhone.Build.0 = AppStore|iPhone + {F41A96C8-C3F6-4910-A2F9-9B806F9A3891}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator + {F41A96C8-C3F6-4910-A2F9-9B806F9A3891}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator {F41A96C8-C3F6-4910-A2F9-9B806F9A3891}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator {F41A96C8-C3F6-4910-A2F9-9B806F9A3891}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator - {F41A96C8-C3F6-4910-A2F9-9B806F9A3891}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator - {F41A96C8-C3F6-4910-A2F9-9B806F9A3891}.Release|Any CPU.Build.0 = Release|iPhoneSimulator - {F41A96C8-C3F6-4910-A2F9-9B806F9A3891}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator - {F41A96C8-C3F6-4910-A2F9-9B806F9A3891}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator - {F41A96C8-C3F6-4910-A2F9-9B806F9A3891}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator - {F41A96C8-C3F6-4910-A2F9-9B806F9A3891}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {F41A96C8-C3F6-4910-A2F9-9B806F9A3891}.Debug|iPhone.ActiveCfg = Debug|iPhone {F41A96C8-C3F6-4910-A2F9-9B806F9A3891}.Debug|iPhone.Build.0 = Debug|iPhone + {F41A96C8-C3F6-4910-A2F9-9B806F9A3891}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator + {F41A96C8-C3F6-4910-A2F9-9B806F9A3891}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator + {F41A96C8-C3F6-4910-A2F9-9B806F9A3891}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator + {F41A96C8-C3F6-4910-A2F9-9B806F9A3891}.Release|Any CPU.Build.0 = Release|iPhoneSimulator {F41A96C8-C3F6-4910-A2F9-9B806F9A3891}.Release|iPhone.ActiveCfg = Release|iPhone {F41A96C8-C3F6-4910-A2F9-9B806F9A3891}.Release|iPhone.Build.0 = Release|iPhone - {F41A96C8-C3F6-4910-A2F9-9B806F9A3891}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone - {F41A96C8-C3F6-4910-A2F9-9B806F9A3891}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone - {F41A96C8-C3F6-4910-A2F9-9B806F9A3891}.AppStore|iPhone.ActiveCfg = AppStore|iPhone - {F41A96C8-C3F6-4910-A2F9-9B806F9A3891}.AppStore|iPhone.Build.0 = AppStore|iPhone + {F41A96C8-C3F6-4910-A2F9-9B806F9A3891}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {F41A96C8-C3F6-4910-A2F9-9B806F9A3891}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}.AppStore|Any CPU.Build.0 = Release|Any CPU + {EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}.AppStore|iPhone.Build.0 = Debug|Any CPU + {EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU {EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}.Debug|Any CPU.Build.0 = Debug|Any CPU - {EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}.Release|Any CPU.ActiveCfg = Release|Any CPU - {EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}.Release|Any CPU.Build.0 = Release|Any CPU - {EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}.Debug|iPhone.ActiveCfg = Debug|Any CPU {EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}.Debug|iPhone.Build.0 = Debug|Any CPU + {EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}.Release|Any CPU.Build.0 = Release|Any CPU {EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}.Release|iPhone.ActiveCfg = Release|Any CPU {EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}.Release|iPhone.Build.0 = Release|Any CPU - {EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}.AppStore|iPhone.Build.0 = Debug|Any CPU + {EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {EC2849A0-8CDC-4F78-A56B-2B31AB203AE6}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {D5AC9869-A5FB-40C5-8213-0683DE4AF5FA} EndGlobalSection EndGlobal diff --git a/GetStarted/Notes/MultiPage/Notes.sln b/GetStarted/Notes/MultiPage/Notes.sln index 187556e460..c53e5d5b03 100644 --- a/GetStarted/Notes/MultiPage/Notes.sln +++ b/GetStarted/Notes/MultiPage/Notes.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}") = "Notes.Android", "Notes.Android\Notes.Android.csproj", "{BACFD4C2-92A7-4CBA-A964-E8F799CC647C}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Notes.iOS", "Notes.iOS\Notes.iOS.csproj", "{4DB808E9-7B5E-49FB-998C-8AF5E4569857}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Notes", "Notes\Notes.csproj", "{FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Notes", "Notes\Notes.csproj", "{FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}" 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 + {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU + {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU + {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.AppStore|Any CPU.Build.0 = Release|Any CPU + {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.AppStore|Any CPU.Deploy.0 = Release|Any CPU + {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.AppStore|iPhone.Build.0 = Debug|Any CPU + {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU + {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.Debug|Any CPU.Build.0 = Debug|Any CPU - {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.Release|Any CPU.ActiveCfg = Release|Any CPU - {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.Release|Any CPU.Build.0 = Release|Any CPU - {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.Debug|Any CPU.Deploy.0 = Debug|Any CPU {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.Debug|iPhone.ActiveCfg = Debug|Any CPU {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.Debug|iPhone.Build.0 = Debug|Any CPU + {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.Release|Any CPU.Build.0 = Release|Any CPU + {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.Release|Any CPU.Deploy.0 = Release|Any CPU {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.Release|iPhone.ActiveCfg = Release|Any CPU {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.Release|iPhone.Build.0 = Release|Any CPU - {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.AppStore|iPhone.Build.0 = Debug|Any CPU + {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {BACFD4C2-92A7-4CBA-A964-E8F799CC647C}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {4DB808E9-7B5E-49FB-998C-8AF5E4569857}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator + {4DB808E9-7B5E-49FB-998C-8AF5E4569857}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone + {4DB808E9-7B5E-49FB-998C-8AF5E4569857}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone + {4DB808E9-7B5E-49FB-998C-8AF5E4569857}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator + {4DB808E9-7B5E-49FB-998C-8AF5E4569857}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator + {4DB808E9-7B5E-49FB-998C-8AF5E4569857}.AppStore|Any CPU.ActiveCfg = AppStore|iPhoneSimulator + {4DB808E9-7B5E-49FB-998C-8AF5E4569857}.AppStore|iPhone.ActiveCfg = AppStore|iPhone + {4DB808E9-7B5E-49FB-998C-8AF5E4569857}.AppStore|iPhone.Build.0 = AppStore|iPhone + {4DB808E9-7B5E-49FB-998C-8AF5E4569857}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator + {4DB808E9-7B5E-49FB-998C-8AF5E4569857}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator {4DB808E9-7B5E-49FB-998C-8AF5E4569857}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator {4DB808E9-7B5E-49FB-998C-8AF5E4569857}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator - {4DB808E9-7B5E-49FB-998C-8AF5E4569857}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator - {4DB808E9-7B5E-49FB-998C-8AF5E4569857}.Release|Any CPU.Build.0 = Release|iPhoneSimulator - {4DB808E9-7B5E-49FB-998C-8AF5E4569857}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator - {4DB808E9-7B5E-49FB-998C-8AF5E4569857}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator - {4DB808E9-7B5E-49FB-998C-8AF5E4569857}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator - {4DB808E9-7B5E-49FB-998C-8AF5E4569857}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {4DB808E9-7B5E-49FB-998C-8AF5E4569857}.Debug|iPhone.ActiveCfg = Debug|iPhone {4DB808E9-7B5E-49FB-998C-8AF5E4569857}.Debug|iPhone.Build.0 = Debug|iPhone + {4DB808E9-7B5E-49FB-998C-8AF5E4569857}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator + {4DB808E9-7B5E-49FB-998C-8AF5E4569857}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator + {4DB808E9-7B5E-49FB-998C-8AF5E4569857}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator + {4DB808E9-7B5E-49FB-998C-8AF5E4569857}.Release|Any CPU.Build.0 = Release|iPhoneSimulator {4DB808E9-7B5E-49FB-998C-8AF5E4569857}.Release|iPhone.ActiveCfg = Release|iPhone {4DB808E9-7B5E-49FB-998C-8AF5E4569857}.Release|iPhone.Build.0 = Release|iPhone - {4DB808E9-7B5E-49FB-998C-8AF5E4569857}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone - {4DB808E9-7B5E-49FB-998C-8AF5E4569857}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone - {4DB808E9-7B5E-49FB-998C-8AF5E4569857}.AppStore|iPhone.ActiveCfg = AppStore|iPhone - {4DB808E9-7B5E-49FB-998C-8AF5E4569857}.AppStore|iPhone.Build.0 = AppStore|iPhone + {4DB808E9-7B5E-49FB-998C-8AF5E4569857}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {4DB808E9-7B5E-49FB-998C-8AF5E4569857}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}.AppStore|Any CPU.Build.0 = Release|Any CPU + {FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}.AppStore|iPhone.Build.0 = Debug|Any CPU + {FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU {FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}.Debug|Any CPU.Build.0 = Debug|Any CPU - {FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}.Release|Any CPU.ActiveCfg = Release|Any CPU - {FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}.Release|Any CPU.Build.0 = Release|Any CPU - {FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}.Debug|iPhone.ActiveCfg = Debug|Any CPU {FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}.Debug|iPhone.Build.0 = Debug|Any CPU + {FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}.Release|Any CPU.Build.0 = Release|Any CPU {FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}.Release|iPhone.ActiveCfg = Release|Any CPU {FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}.Release|iPhone.Build.0 = Release|Any CPU - {FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}.AppStore|iPhone.Build.0 = Debug|Any CPU + {FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {FE3FFEEA-FFF9-44AB-A4B3-D2D84B2B712D}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {A49CFB87-A26B-4213-827D-376264EDAA3E} EndGlobalSection EndGlobal diff --git a/GetStarted/Notes/SinglePage/Notes.sln b/GetStarted/Notes/SinglePage/Notes.sln index 0e1ef13390..98d24002a9 100644 --- a/GetStarted/Notes/SinglePage/Notes.sln +++ b/GetStarted/Notes/SinglePage/Notes.sln @@ -49,6 +49,7 @@ Global {5671FABA-3EF1-49E9-94BE-6E591444BB92}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU {5671FABA-3EF1-49E9-94BE-6E591444BB92}.Release|Any CPU.ActiveCfg = Release|Any CPU {5671FABA-3EF1-49E9-94BE-6E591444BB92}.Release|Any CPU.Build.0 = Release|Any CPU + {5671FABA-3EF1-49E9-94BE-6E591444BB92}.Release|Any CPU.Deploy.0 = Release|Any CPU {5671FABA-3EF1-49E9-94BE-6E591444BB92}.Release|iPhone.ActiveCfg = Release|Any CPU {5671FABA-3EF1-49E9-94BE-6E591444BB92}.Release|iPhone.Build.0 = Release|Any CPU {5671FABA-3EF1-49E9-94BE-6E591444BB92}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU diff --git a/GetStarted/Notes/Styled/Notes.sln b/GetStarted/Notes/Styled/Notes.sln index 35e3724c5c..46a0ea1829 100644 --- a/GetStarted/Notes/Styled/Notes.sln +++ b/GetStarted/Notes/Styled/Notes.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}") = "Notes.Android", "Notes.Android\Notes.Android.csproj", "{EE102FB9-83F9-4E71-A677-3F5851182E8C}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Notes.iOS", "Notes.iOS\Notes.iOS.csproj", "{577D7DFF-81BC-4080-B8DA-CA2A332F1C85}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Notes", "Notes\Notes.csproj", "{71DE85D0-09EB-4F26-A994-1B70714773E3}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Notes", "Notes\Notes.csproj", "{71DE85D0-09EB-4F26-A994-1B70714773E3}" 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 + {EE102FB9-83F9-4E71-A677-3F5851182E8C}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {EE102FB9-83F9-4E71-A677-3F5851182E8C}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {EE102FB9-83F9-4E71-A677-3F5851182E8C}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU + {EE102FB9-83F9-4E71-A677-3F5851182E8C}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {EE102FB9-83F9-4E71-A677-3F5851182E8C}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {EE102FB9-83F9-4E71-A677-3F5851182E8C}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {EE102FB9-83F9-4E71-A677-3F5851182E8C}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {EE102FB9-83F9-4E71-A677-3F5851182E8C}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU + {EE102FB9-83F9-4E71-A677-3F5851182E8C}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {EE102FB9-83F9-4E71-A677-3F5851182E8C}.AppStore|Any CPU.Build.0 = Release|Any CPU + {EE102FB9-83F9-4E71-A677-3F5851182E8C}.AppStore|Any CPU.Deploy.0 = Release|Any CPU + {EE102FB9-83F9-4E71-A677-3F5851182E8C}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {EE102FB9-83F9-4E71-A677-3F5851182E8C}.AppStore|iPhone.Build.0 = Debug|Any CPU + {EE102FB9-83F9-4E71-A677-3F5851182E8C}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {EE102FB9-83F9-4E71-A677-3F5851182E8C}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU + {EE102FB9-83F9-4E71-A677-3F5851182E8C}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU {EE102FB9-83F9-4E71-A677-3F5851182E8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {EE102FB9-83F9-4E71-A677-3F5851182E8C}.Debug|Any CPU.Build.0 = Debug|Any CPU - {EE102FB9-83F9-4E71-A677-3F5851182E8C}.Release|Any CPU.ActiveCfg = Release|Any CPU - {EE102FB9-83F9-4E71-A677-3F5851182E8C}.Release|Any CPU.Build.0 = Release|Any CPU - {EE102FB9-83F9-4E71-A677-3F5851182E8C}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {EE102FB9-83F9-4E71-A677-3F5851182E8C}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {EE102FB9-83F9-4E71-A677-3F5851182E8C}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {EE102FB9-83F9-4E71-A677-3F5851182E8C}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {EE102FB9-83F9-4E71-A677-3F5851182E8C}.Debug|Any CPU.Deploy.0 = Debug|Any CPU {EE102FB9-83F9-4E71-A677-3F5851182E8C}.Debug|iPhone.ActiveCfg = Debug|Any CPU {EE102FB9-83F9-4E71-A677-3F5851182E8C}.Debug|iPhone.Build.0 = Debug|Any CPU + {EE102FB9-83F9-4E71-A677-3F5851182E8C}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {EE102FB9-83F9-4E71-A677-3F5851182E8C}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {EE102FB9-83F9-4E71-A677-3F5851182E8C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EE102FB9-83F9-4E71-A677-3F5851182E8C}.Release|Any CPU.Build.0 = Release|Any CPU + {EE102FB9-83F9-4E71-A677-3F5851182E8C}.Release|Any CPU.Deploy.0 = Release|Any CPU {EE102FB9-83F9-4E71-A677-3F5851182E8C}.Release|iPhone.ActiveCfg = Release|Any CPU {EE102FB9-83F9-4E71-A677-3F5851182E8C}.Release|iPhone.Build.0 = Release|Any CPU - {EE102FB9-83F9-4E71-A677-3F5851182E8C}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {EE102FB9-83F9-4E71-A677-3F5851182E8C}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {EE102FB9-83F9-4E71-A677-3F5851182E8C}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {EE102FB9-83F9-4E71-A677-3F5851182E8C}.AppStore|iPhone.Build.0 = Debug|Any CPU + {EE102FB9-83F9-4E71-A677-3F5851182E8C}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {EE102FB9-83F9-4E71-A677-3F5851182E8C}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {577D7DFF-81BC-4080-B8DA-CA2A332F1C85}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator + {577D7DFF-81BC-4080-B8DA-CA2A332F1C85}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone + {577D7DFF-81BC-4080-B8DA-CA2A332F1C85}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone + {577D7DFF-81BC-4080-B8DA-CA2A332F1C85}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator + {577D7DFF-81BC-4080-B8DA-CA2A332F1C85}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator + {577D7DFF-81BC-4080-B8DA-CA2A332F1C85}.AppStore|Any CPU.ActiveCfg = AppStore|iPhoneSimulator + {577D7DFF-81BC-4080-B8DA-CA2A332F1C85}.AppStore|iPhone.ActiveCfg = AppStore|iPhone + {577D7DFF-81BC-4080-B8DA-CA2A332F1C85}.AppStore|iPhone.Build.0 = AppStore|iPhone + {577D7DFF-81BC-4080-B8DA-CA2A332F1C85}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator + {577D7DFF-81BC-4080-B8DA-CA2A332F1C85}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator {577D7DFF-81BC-4080-B8DA-CA2A332F1C85}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator {577D7DFF-81BC-4080-B8DA-CA2A332F1C85}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator - {577D7DFF-81BC-4080-B8DA-CA2A332F1C85}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator - {577D7DFF-81BC-4080-B8DA-CA2A332F1C85}.Release|Any CPU.Build.0 = Release|iPhoneSimulator - {577D7DFF-81BC-4080-B8DA-CA2A332F1C85}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator - {577D7DFF-81BC-4080-B8DA-CA2A332F1C85}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator - {577D7DFF-81BC-4080-B8DA-CA2A332F1C85}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator - {577D7DFF-81BC-4080-B8DA-CA2A332F1C85}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {577D7DFF-81BC-4080-B8DA-CA2A332F1C85}.Debug|iPhone.ActiveCfg = Debug|iPhone {577D7DFF-81BC-4080-B8DA-CA2A332F1C85}.Debug|iPhone.Build.0 = Debug|iPhone + {577D7DFF-81BC-4080-B8DA-CA2A332F1C85}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator + {577D7DFF-81BC-4080-B8DA-CA2A332F1C85}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator + {577D7DFF-81BC-4080-B8DA-CA2A332F1C85}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator + {577D7DFF-81BC-4080-B8DA-CA2A332F1C85}.Release|Any CPU.Build.0 = Release|iPhoneSimulator {577D7DFF-81BC-4080-B8DA-CA2A332F1C85}.Release|iPhone.ActiveCfg = Release|iPhone {577D7DFF-81BC-4080-B8DA-CA2A332F1C85}.Release|iPhone.Build.0 = Release|iPhone - {577D7DFF-81BC-4080-B8DA-CA2A332F1C85}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone - {577D7DFF-81BC-4080-B8DA-CA2A332F1C85}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone - {577D7DFF-81BC-4080-B8DA-CA2A332F1C85}.AppStore|iPhone.ActiveCfg = AppStore|iPhone - {577D7DFF-81BC-4080-B8DA-CA2A332F1C85}.AppStore|iPhone.Build.0 = AppStore|iPhone + {577D7DFF-81BC-4080-B8DA-CA2A332F1C85}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {577D7DFF-81BC-4080-B8DA-CA2A332F1C85}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {71DE85D0-09EB-4F26-A994-1B70714773E3}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {71DE85D0-09EB-4F26-A994-1B70714773E3}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {71DE85D0-09EB-4F26-A994-1B70714773E3}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {71DE85D0-09EB-4F26-A994-1B70714773E3}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {71DE85D0-09EB-4F26-A994-1B70714773E3}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {71DE85D0-09EB-4F26-A994-1B70714773E3}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {71DE85D0-09EB-4F26-A994-1B70714773E3}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {71DE85D0-09EB-4F26-A994-1B70714773E3}.AppStore|Any CPU.Build.0 = Release|Any CPU + {71DE85D0-09EB-4F26-A994-1B70714773E3}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {71DE85D0-09EB-4F26-A994-1B70714773E3}.AppStore|iPhone.Build.0 = Debug|Any CPU + {71DE85D0-09EB-4F26-A994-1B70714773E3}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {71DE85D0-09EB-4F26-A994-1B70714773E3}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU {71DE85D0-09EB-4F26-A994-1B70714773E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {71DE85D0-09EB-4F26-A994-1B70714773E3}.Debug|Any CPU.Build.0 = Debug|Any CPU - {71DE85D0-09EB-4F26-A994-1B70714773E3}.Release|Any CPU.ActiveCfg = Release|Any CPU - {71DE85D0-09EB-4F26-A994-1B70714773E3}.Release|Any CPU.Build.0 = Release|Any CPU - {71DE85D0-09EB-4F26-A994-1B70714773E3}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {71DE85D0-09EB-4F26-A994-1B70714773E3}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {71DE85D0-09EB-4F26-A994-1B70714773E3}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {71DE85D0-09EB-4F26-A994-1B70714773E3}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {71DE85D0-09EB-4F26-A994-1B70714773E3}.Debug|iPhone.ActiveCfg = Debug|Any CPU {71DE85D0-09EB-4F26-A994-1B70714773E3}.Debug|iPhone.Build.0 = Debug|Any CPU + {71DE85D0-09EB-4F26-A994-1B70714773E3}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {71DE85D0-09EB-4F26-A994-1B70714773E3}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {71DE85D0-09EB-4F26-A994-1B70714773E3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {71DE85D0-09EB-4F26-A994-1B70714773E3}.Release|Any CPU.Build.0 = Release|Any CPU {71DE85D0-09EB-4F26-A994-1B70714773E3}.Release|iPhone.ActiveCfg = Release|Any CPU {71DE85D0-09EB-4F26-A994-1B70714773E3}.Release|iPhone.Build.0 = Release|Any CPU - {71DE85D0-09EB-4F26-A994-1B70714773E3}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {71DE85D0-09EB-4F26-A994-1B70714773E3}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {71DE85D0-09EB-4F26-A994-1B70714773E3}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {71DE85D0-09EB-4F26-A994-1B70714773E3}.AppStore|iPhone.Build.0 = Debug|Any CPU + {71DE85D0-09EB-4F26-A994-1B70714773E3}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {71DE85D0-09EB-4F26-A994-1B70714773E3}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {601ADCF4-E014-4F45-92DE-332F0857CDE2} EndGlobalSection EndGlobal diff --git a/GetStarted/Tutorials/AppLifecycleTutorial/AppLifecycleTutorial.sln b/GetStarted/Tutorials/AppLifecycleTutorial/AppLifecycleTutorial.sln index 930260ef1b..2d7aecc0c5 100644 --- a/GetStarted/Tutorials/AppLifecycleTutorial/AppLifecycleTutorial.sln +++ b/GetStarted/Tutorials/AppLifecycleTutorial/AppLifecycleTutorial.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}") = "AppLifecycleTutorial.Android", "AppLifecycleTutorial.Android\AppLifecycleTutorial.Android.csproj", "{A537DE7C-9F10-4869-90BA-950CAF388387}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppLifecycleTutorial.iOS", "AppLifecycleTutorial.iOS\AppLifecycleTutorial.iOS.csproj", "{1382ECAC-B08F-457A-94E5-40A6E4F310B0}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppLifecycleTutorial", "AppLifecycleTutorial\AppLifecycleTutorial.csproj", "{8A876FB5-7E9C-456E-885F-F325F5CD2F9F}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AppLifecycleTutorial", "AppLifecycleTutorial\AppLifecycleTutorial.csproj", "{8A876FB5-7E9C-456E-885F-F325F5CD2F9F}" 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 + {A537DE7C-9F10-4869-90BA-950CAF388387}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {A537DE7C-9F10-4869-90BA-950CAF388387}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {A537DE7C-9F10-4869-90BA-950CAF388387}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU + {A537DE7C-9F10-4869-90BA-950CAF388387}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {A537DE7C-9F10-4869-90BA-950CAF388387}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {A537DE7C-9F10-4869-90BA-950CAF388387}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {A537DE7C-9F10-4869-90BA-950CAF388387}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {A537DE7C-9F10-4869-90BA-950CAF388387}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU + {A537DE7C-9F10-4869-90BA-950CAF388387}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {A537DE7C-9F10-4869-90BA-950CAF388387}.AppStore|Any CPU.Build.0 = Release|Any CPU + {A537DE7C-9F10-4869-90BA-950CAF388387}.AppStore|Any CPU.Deploy.0 = Release|Any CPU + {A537DE7C-9F10-4869-90BA-950CAF388387}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {A537DE7C-9F10-4869-90BA-950CAF388387}.AppStore|iPhone.Build.0 = Debug|Any CPU + {A537DE7C-9F10-4869-90BA-950CAF388387}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {A537DE7C-9F10-4869-90BA-950CAF388387}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU + {A537DE7C-9F10-4869-90BA-950CAF388387}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU {A537DE7C-9F10-4869-90BA-950CAF388387}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {A537DE7C-9F10-4869-90BA-950CAF388387}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A537DE7C-9F10-4869-90BA-950CAF388387}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A537DE7C-9F10-4869-90BA-950CAF388387}.Release|Any CPU.Build.0 = Release|Any CPU - {A537DE7C-9F10-4869-90BA-950CAF388387}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {A537DE7C-9F10-4869-90BA-950CAF388387}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {A537DE7C-9F10-4869-90BA-950CAF388387}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {A537DE7C-9F10-4869-90BA-950CAF388387}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {A537DE7C-9F10-4869-90BA-950CAF388387}.Debug|Any CPU.Deploy.0 = Debug|Any CPU {A537DE7C-9F10-4869-90BA-950CAF388387}.Debug|iPhone.ActiveCfg = Debug|Any CPU {A537DE7C-9F10-4869-90BA-950CAF388387}.Debug|iPhone.Build.0 = Debug|Any CPU + {A537DE7C-9F10-4869-90BA-950CAF388387}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {A537DE7C-9F10-4869-90BA-950CAF388387}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {A537DE7C-9F10-4869-90BA-950CAF388387}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A537DE7C-9F10-4869-90BA-950CAF388387}.Release|Any CPU.Build.0 = Release|Any CPU + {A537DE7C-9F10-4869-90BA-950CAF388387}.Release|Any CPU.Deploy.0 = Release|Any CPU {A537DE7C-9F10-4869-90BA-950CAF388387}.Release|iPhone.ActiveCfg = Release|Any CPU {A537DE7C-9F10-4869-90BA-950CAF388387}.Release|iPhone.Build.0 = Release|Any CPU - {A537DE7C-9F10-4869-90BA-950CAF388387}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {A537DE7C-9F10-4869-90BA-950CAF388387}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {A537DE7C-9F10-4869-90BA-950CAF388387}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {A537DE7C-9F10-4869-90BA-950CAF388387}.AppStore|iPhone.Build.0 = Debug|Any CPU + {A537DE7C-9F10-4869-90BA-950CAF388387}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {A537DE7C-9F10-4869-90BA-950CAF388387}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {1382ECAC-B08F-457A-94E5-40A6E4F310B0}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator + {1382ECAC-B08F-457A-94E5-40A6E4F310B0}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone + {1382ECAC-B08F-457A-94E5-40A6E4F310B0}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone + {1382ECAC-B08F-457A-94E5-40A6E4F310B0}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator + {1382ECAC-B08F-457A-94E5-40A6E4F310B0}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator + {1382ECAC-B08F-457A-94E5-40A6E4F310B0}.AppStore|Any CPU.ActiveCfg = AppStore|iPhoneSimulator + {1382ECAC-B08F-457A-94E5-40A6E4F310B0}.AppStore|iPhone.ActiveCfg = AppStore|iPhone + {1382ECAC-B08F-457A-94E5-40A6E4F310B0}.AppStore|iPhone.Build.0 = AppStore|iPhone + {1382ECAC-B08F-457A-94E5-40A6E4F310B0}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator + {1382ECAC-B08F-457A-94E5-40A6E4F310B0}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator {1382ECAC-B08F-457A-94E5-40A6E4F310B0}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator {1382ECAC-B08F-457A-94E5-40A6E4F310B0}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator - {1382ECAC-B08F-457A-94E5-40A6E4F310B0}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator - {1382ECAC-B08F-457A-94E5-40A6E4F310B0}.Release|Any CPU.Build.0 = Release|iPhoneSimulator - {1382ECAC-B08F-457A-94E5-40A6E4F310B0}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator - {1382ECAC-B08F-457A-94E5-40A6E4F310B0}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator - {1382ECAC-B08F-457A-94E5-40A6E4F310B0}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator - {1382ECAC-B08F-457A-94E5-40A6E4F310B0}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {1382ECAC-B08F-457A-94E5-40A6E4F310B0}.Debug|iPhone.ActiveCfg = Debug|iPhone {1382ECAC-B08F-457A-94E5-40A6E4F310B0}.Debug|iPhone.Build.0 = Debug|iPhone + {1382ECAC-B08F-457A-94E5-40A6E4F310B0}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator + {1382ECAC-B08F-457A-94E5-40A6E4F310B0}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator + {1382ECAC-B08F-457A-94E5-40A6E4F310B0}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator + {1382ECAC-B08F-457A-94E5-40A6E4F310B0}.Release|Any CPU.Build.0 = Release|iPhoneSimulator {1382ECAC-B08F-457A-94E5-40A6E4F310B0}.Release|iPhone.ActiveCfg = Release|iPhone {1382ECAC-B08F-457A-94E5-40A6E4F310B0}.Release|iPhone.Build.0 = Release|iPhone - {1382ECAC-B08F-457A-94E5-40A6E4F310B0}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone - {1382ECAC-B08F-457A-94E5-40A6E4F310B0}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone - {1382ECAC-B08F-457A-94E5-40A6E4F310B0}.AppStore|iPhone.ActiveCfg = AppStore|iPhone - {1382ECAC-B08F-457A-94E5-40A6E4F310B0}.AppStore|iPhone.Build.0 = AppStore|iPhone + {1382ECAC-B08F-457A-94E5-40A6E4F310B0}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {1382ECAC-B08F-457A-94E5-40A6E4F310B0}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {8A876FB5-7E9C-456E-885F-F325F5CD2F9F}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {8A876FB5-7E9C-456E-885F-F325F5CD2F9F}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {8A876FB5-7E9C-456E-885F-F325F5CD2F9F}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {8A876FB5-7E9C-456E-885F-F325F5CD2F9F}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {8A876FB5-7E9C-456E-885F-F325F5CD2F9F}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {8A876FB5-7E9C-456E-885F-F325F5CD2F9F}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {8A876FB5-7E9C-456E-885F-F325F5CD2F9F}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {8A876FB5-7E9C-456E-885F-F325F5CD2F9F}.AppStore|Any CPU.Build.0 = Release|Any CPU + {8A876FB5-7E9C-456E-885F-F325F5CD2F9F}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {8A876FB5-7E9C-456E-885F-F325F5CD2F9F}.AppStore|iPhone.Build.0 = Debug|Any CPU + {8A876FB5-7E9C-456E-885F-F325F5CD2F9F}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {8A876FB5-7E9C-456E-885F-F325F5CD2F9F}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU {8A876FB5-7E9C-456E-885F-F325F5CD2F9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {8A876FB5-7E9C-456E-885F-F325F5CD2F9F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {8A876FB5-7E9C-456E-885F-F325F5CD2F9F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {8A876FB5-7E9C-456E-885F-F325F5CD2F9F}.Release|Any CPU.Build.0 = Release|Any CPU - {8A876FB5-7E9C-456E-885F-F325F5CD2F9F}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {8A876FB5-7E9C-456E-885F-F325F5CD2F9F}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {8A876FB5-7E9C-456E-885F-F325F5CD2F9F}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {8A876FB5-7E9C-456E-885F-F325F5CD2F9F}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {8A876FB5-7E9C-456E-885F-F325F5CD2F9F}.Debug|iPhone.ActiveCfg = Debug|Any CPU {8A876FB5-7E9C-456E-885F-F325F5CD2F9F}.Debug|iPhone.Build.0 = Debug|Any CPU + {8A876FB5-7E9C-456E-885F-F325F5CD2F9F}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {8A876FB5-7E9C-456E-885F-F325F5CD2F9F}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {8A876FB5-7E9C-456E-885F-F325F5CD2F9F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8A876FB5-7E9C-456E-885F-F325F5CD2F9F}.Release|Any CPU.Build.0 = Release|Any CPU {8A876FB5-7E9C-456E-885F-F325F5CD2F9F}.Release|iPhone.ActiveCfg = Release|Any CPU {8A876FB5-7E9C-456E-885F-F325F5CD2F9F}.Release|iPhone.Build.0 = Release|Any CPU - {8A876FB5-7E9C-456E-885F-F325F5CD2F9F}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {8A876FB5-7E9C-456E-885F-F325F5CD2F9F}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {8A876FB5-7E9C-456E-885F-F325F5CD2F9F}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {8A876FB5-7E9C-456E-885F-F325F5CD2F9F}.AppStore|iPhone.Build.0 = Debug|Any CPU + {8A876FB5-7E9C-456E-885F-F325F5CD2F9F}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {8A876FB5-7E9C-456E-885F-F325F5CD2F9F}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {B6D1FB37-59D6-44AD-82E8-6BD0843AF534} EndGlobalSection EndGlobal diff --git a/GetStarted/Tutorials/ButtonTutorial/ButtonTutorial.sln b/GetStarted/Tutorials/ButtonTutorial/ButtonTutorial.sln index 4ce5029203..addca48957 100644 --- a/GetStarted/Tutorials/ButtonTutorial/ButtonTutorial.sln +++ b/GetStarted/Tutorials/ButtonTutorial/ButtonTutorial.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}") = "ButtonTutorial.Android", "ButtonTutorial.Android\ButtonTutorial.Android.csproj", "{897CB6B5-55C2-464E-AA70-8FB9FD4438FA}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ButtonTutorial.iOS", "ButtonTutorial.iOS\ButtonTutorial.iOS.csproj", "{FAA17210-9024-4CB9-9A56-2D3F0E0874DF}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ButtonTutorial", "ButtonTutorial\ButtonTutorial.csproj", "{801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ButtonTutorial", "ButtonTutorial\ButtonTutorial.csproj", "{801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}" 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 + {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU + {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU + {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.AppStore|Any CPU.Build.0 = Release|Any CPU + {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.AppStore|Any CPU.Deploy.0 = Release|Any CPU + {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.AppStore|iPhone.Build.0 = Debug|Any CPU + {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU + {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.Debug|Any CPU.Build.0 = Debug|Any CPU - {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.Release|Any CPU.ActiveCfg = Release|Any CPU - {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.Release|Any CPU.Build.0 = Release|Any CPU - {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.Debug|Any CPU.Deploy.0 = Debug|Any CPU {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.Debug|iPhone.ActiveCfg = Debug|Any CPU {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.Debug|iPhone.Build.0 = Debug|Any CPU + {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.Release|Any CPU.Build.0 = Release|Any CPU + {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.Release|Any CPU.Deploy.0 = Release|Any CPU {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.Release|iPhone.ActiveCfg = Release|Any CPU {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.Release|iPhone.Build.0 = Release|Any CPU - {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.AppStore|iPhone.Build.0 = Debug|Any CPU + {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {897CB6B5-55C2-464E-AA70-8FB9FD4438FA}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {FAA17210-9024-4CB9-9A56-2D3F0E0874DF}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator + {FAA17210-9024-4CB9-9A56-2D3F0E0874DF}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone + {FAA17210-9024-4CB9-9A56-2D3F0E0874DF}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone + {FAA17210-9024-4CB9-9A56-2D3F0E0874DF}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator + {FAA17210-9024-4CB9-9A56-2D3F0E0874DF}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator + {FAA17210-9024-4CB9-9A56-2D3F0E0874DF}.AppStore|Any CPU.ActiveCfg = AppStore|iPhoneSimulator + {FAA17210-9024-4CB9-9A56-2D3F0E0874DF}.AppStore|iPhone.ActiveCfg = AppStore|iPhone + {FAA17210-9024-4CB9-9A56-2D3F0E0874DF}.AppStore|iPhone.Build.0 = AppStore|iPhone + {FAA17210-9024-4CB9-9A56-2D3F0E0874DF}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator + {FAA17210-9024-4CB9-9A56-2D3F0E0874DF}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator {FAA17210-9024-4CB9-9A56-2D3F0E0874DF}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator {FAA17210-9024-4CB9-9A56-2D3F0E0874DF}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator - {FAA17210-9024-4CB9-9A56-2D3F0E0874DF}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator - {FAA17210-9024-4CB9-9A56-2D3F0E0874DF}.Release|Any CPU.Build.0 = Release|iPhoneSimulator - {FAA17210-9024-4CB9-9A56-2D3F0E0874DF}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator - {FAA17210-9024-4CB9-9A56-2D3F0E0874DF}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator - {FAA17210-9024-4CB9-9A56-2D3F0E0874DF}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator - {FAA17210-9024-4CB9-9A56-2D3F0E0874DF}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {FAA17210-9024-4CB9-9A56-2D3F0E0874DF}.Debug|iPhone.ActiveCfg = Debug|iPhone {FAA17210-9024-4CB9-9A56-2D3F0E0874DF}.Debug|iPhone.Build.0 = Debug|iPhone + {FAA17210-9024-4CB9-9A56-2D3F0E0874DF}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator + {FAA17210-9024-4CB9-9A56-2D3F0E0874DF}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator + {FAA17210-9024-4CB9-9A56-2D3F0E0874DF}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator + {FAA17210-9024-4CB9-9A56-2D3F0E0874DF}.Release|Any CPU.Build.0 = Release|iPhoneSimulator {FAA17210-9024-4CB9-9A56-2D3F0E0874DF}.Release|iPhone.ActiveCfg = Release|iPhone {FAA17210-9024-4CB9-9A56-2D3F0E0874DF}.Release|iPhone.Build.0 = Release|iPhone - {FAA17210-9024-4CB9-9A56-2D3F0E0874DF}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone - {FAA17210-9024-4CB9-9A56-2D3F0E0874DF}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone - {FAA17210-9024-4CB9-9A56-2D3F0E0874DF}.AppStore|iPhone.ActiveCfg = AppStore|iPhone - {FAA17210-9024-4CB9-9A56-2D3F0E0874DF}.AppStore|iPhone.Build.0 = AppStore|iPhone + {FAA17210-9024-4CB9-9A56-2D3F0E0874DF}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {FAA17210-9024-4CB9-9A56-2D3F0E0874DF}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}.AppStore|Any CPU.Build.0 = Release|Any CPU + {801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}.AppStore|iPhone.Build.0 = Debug|Any CPU + {801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU {801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}.Debug|Any CPU.Build.0 = Debug|Any CPU - {801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}.Release|Any CPU.ActiveCfg = Release|Any CPU - {801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}.Release|Any CPU.Build.0 = Release|Any CPU - {801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}.Debug|iPhone.ActiveCfg = Debug|Any CPU {801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}.Debug|iPhone.Build.0 = Debug|Any CPU + {801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}.Release|Any CPU.Build.0 = Release|Any CPU {801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}.Release|iPhone.ActiveCfg = Release|Any CPU {801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}.Release|iPhone.Build.0 = Release|Any CPU - {801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}.AppStore|iPhone.Build.0 = Debug|Any CPU + {801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {801AF581-33EC-4CC8-9F2B-EECAAC75A9D9}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {EE766E98-1A4C-4CE7-AA79-F23C9D9566B9} EndGlobalSection EndGlobal diff --git a/GetStarted/Tutorials/EditorTutorial/EditorTutorial.sln b/GetStarted/Tutorials/EditorTutorial/EditorTutorial.sln index 6a3181e7a6..ee5c639b0f 100644 --- a/GetStarted/Tutorials/EditorTutorial/EditorTutorial.sln +++ b/GetStarted/Tutorials/EditorTutorial/EditorTutorial.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}") = "EditorTutorial.Android", "EditorTutorial.Android\EditorTutorial.Android.csproj", "{FE9C6768-2383-403D-8802-D25EE44C5A44}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EditorTutorial.iOS", "EditorTutorial.iOS\EditorTutorial.iOS.csproj", "{F570962B-4605-4E7A-8342-D3DB049C2467}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EditorTutorial", "EditorTutorial\EditorTutorial.csproj", "{26387595-8B9A-4CC9-BD8E-448C964C2790}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EditorTutorial", "EditorTutorial\EditorTutorial.csproj", "{26387595-8B9A-4CC9-BD8E-448C964C2790}" 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 + {FE9C6768-2383-403D-8802-D25EE44C5A44}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {FE9C6768-2383-403D-8802-D25EE44C5A44}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {FE9C6768-2383-403D-8802-D25EE44C5A44}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU + {FE9C6768-2383-403D-8802-D25EE44C5A44}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {FE9C6768-2383-403D-8802-D25EE44C5A44}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {FE9C6768-2383-403D-8802-D25EE44C5A44}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {FE9C6768-2383-403D-8802-D25EE44C5A44}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {FE9C6768-2383-403D-8802-D25EE44C5A44}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU + {FE9C6768-2383-403D-8802-D25EE44C5A44}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {FE9C6768-2383-403D-8802-D25EE44C5A44}.AppStore|Any CPU.Build.0 = Release|Any CPU + {FE9C6768-2383-403D-8802-D25EE44C5A44}.AppStore|Any CPU.Deploy.0 = Release|Any CPU + {FE9C6768-2383-403D-8802-D25EE44C5A44}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {FE9C6768-2383-403D-8802-D25EE44C5A44}.AppStore|iPhone.Build.0 = Debug|Any CPU + {FE9C6768-2383-403D-8802-D25EE44C5A44}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {FE9C6768-2383-403D-8802-D25EE44C5A44}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU + {FE9C6768-2383-403D-8802-D25EE44C5A44}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU {FE9C6768-2383-403D-8802-D25EE44C5A44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {FE9C6768-2383-403D-8802-D25EE44C5A44}.Debug|Any CPU.Build.0 = Debug|Any CPU - {FE9C6768-2383-403D-8802-D25EE44C5A44}.Release|Any CPU.ActiveCfg = Release|Any CPU - {FE9C6768-2383-403D-8802-D25EE44C5A44}.Release|Any CPU.Build.0 = Release|Any CPU - {FE9C6768-2383-403D-8802-D25EE44C5A44}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {FE9C6768-2383-403D-8802-D25EE44C5A44}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {FE9C6768-2383-403D-8802-D25EE44C5A44}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {FE9C6768-2383-403D-8802-D25EE44C5A44}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {FE9C6768-2383-403D-8802-D25EE44C5A44}.Debug|Any CPU.Deploy.0 = Debug|Any CPU {FE9C6768-2383-403D-8802-D25EE44C5A44}.Debug|iPhone.ActiveCfg = Debug|Any CPU {FE9C6768-2383-403D-8802-D25EE44C5A44}.Debug|iPhone.Build.0 = Debug|Any CPU + {FE9C6768-2383-403D-8802-D25EE44C5A44}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {FE9C6768-2383-403D-8802-D25EE44C5A44}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {FE9C6768-2383-403D-8802-D25EE44C5A44}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FE9C6768-2383-403D-8802-D25EE44C5A44}.Release|Any CPU.Build.0 = Release|Any CPU + {FE9C6768-2383-403D-8802-D25EE44C5A44}.Release|Any CPU.Deploy.0 = Release|Any CPU {FE9C6768-2383-403D-8802-D25EE44C5A44}.Release|iPhone.ActiveCfg = Release|Any CPU {FE9C6768-2383-403D-8802-D25EE44C5A44}.Release|iPhone.Build.0 = Release|Any CPU - {FE9C6768-2383-403D-8802-D25EE44C5A44}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {FE9C6768-2383-403D-8802-D25EE44C5A44}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {FE9C6768-2383-403D-8802-D25EE44C5A44}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {FE9C6768-2383-403D-8802-D25EE44C5A44}.AppStore|iPhone.Build.0 = Debug|Any CPU + {FE9C6768-2383-403D-8802-D25EE44C5A44}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {FE9C6768-2383-403D-8802-D25EE44C5A44}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {F570962B-4605-4E7A-8342-D3DB049C2467}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator + {F570962B-4605-4E7A-8342-D3DB049C2467}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone + {F570962B-4605-4E7A-8342-D3DB049C2467}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone + {F570962B-4605-4E7A-8342-D3DB049C2467}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator + {F570962B-4605-4E7A-8342-D3DB049C2467}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator + {F570962B-4605-4E7A-8342-D3DB049C2467}.AppStore|Any CPU.ActiveCfg = AppStore|iPhoneSimulator + {F570962B-4605-4E7A-8342-D3DB049C2467}.AppStore|iPhone.ActiveCfg = AppStore|iPhone + {F570962B-4605-4E7A-8342-D3DB049C2467}.AppStore|iPhone.Build.0 = AppStore|iPhone + {F570962B-4605-4E7A-8342-D3DB049C2467}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator + {F570962B-4605-4E7A-8342-D3DB049C2467}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator {F570962B-4605-4E7A-8342-D3DB049C2467}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator {F570962B-4605-4E7A-8342-D3DB049C2467}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator - {F570962B-4605-4E7A-8342-D3DB049C2467}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator - {F570962B-4605-4E7A-8342-D3DB049C2467}.Release|Any CPU.Build.0 = Release|iPhoneSimulator - {F570962B-4605-4E7A-8342-D3DB049C2467}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator - {F570962B-4605-4E7A-8342-D3DB049C2467}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator - {F570962B-4605-4E7A-8342-D3DB049C2467}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator - {F570962B-4605-4E7A-8342-D3DB049C2467}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {F570962B-4605-4E7A-8342-D3DB049C2467}.Debug|iPhone.ActiveCfg = Debug|iPhone {F570962B-4605-4E7A-8342-D3DB049C2467}.Debug|iPhone.Build.0 = Debug|iPhone + {F570962B-4605-4E7A-8342-D3DB049C2467}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator + {F570962B-4605-4E7A-8342-D3DB049C2467}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator + {F570962B-4605-4E7A-8342-D3DB049C2467}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator + {F570962B-4605-4E7A-8342-D3DB049C2467}.Release|Any CPU.Build.0 = Release|iPhoneSimulator {F570962B-4605-4E7A-8342-D3DB049C2467}.Release|iPhone.ActiveCfg = Release|iPhone {F570962B-4605-4E7A-8342-D3DB049C2467}.Release|iPhone.Build.0 = Release|iPhone - {F570962B-4605-4E7A-8342-D3DB049C2467}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone - {F570962B-4605-4E7A-8342-D3DB049C2467}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone - {F570962B-4605-4E7A-8342-D3DB049C2467}.AppStore|iPhone.ActiveCfg = AppStore|iPhone - {F570962B-4605-4E7A-8342-D3DB049C2467}.AppStore|iPhone.Build.0 = AppStore|iPhone + {F570962B-4605-4E7A-8342-D3DB049C2467}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {F570962B-4605-4E7A-8342-D3DB049C2467}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {26387595-8B9A-4CC9-BD8E-448C964C2790}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {26387595-8B9A-4CC9-BD8E-448C964C2790}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {26387595-8B9A-4CC9-BD8E-448C964C2790}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {26387595-8B9A-4CC9-BD8E-448C964C2790}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {26387595-8B9A-4CC9-BD8E-448C964C2790}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {26387595-8B9A-4CC9-BD8E-448C964C2790}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {26387595-8B9A-4CC9-BD8E-448C964C2790}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {26387595-8B9A-4CC9-BD8E-448C964C2790}.AppStore|Any CPU.Build.0 = Release|Any CPU + {26387595-8B9A-4CC9-BD8E-448C964C2790}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {26387595-8B9A-4CC9-BD8E-448C964C2790}.AppStore|iPhone.Build.0 = Debug|Any CPU + {26387595-8B9A-4CC9-BD8E-448C964C2790}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {26387595-8B9A-4CC9-BD8E-448C964C2790}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU {26387595-8B9A-4CC9-BD8E-448C964C2790}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {26387595-8B9A-4CC9-BD8E-448C964C2790}.Debug|Any CPU.Build.0 = Debug|Any CPU - {26387595-8B9A-4CC9-BD8E-448C964C2790}.Release|Any CPU.ActiveCfg = Release|Any CPU - {26387595-8B9A-4CC9-BD8E-448C964C2790}.Release|Any CPU.Build.0 = Release|Any CPU - {26387595-8B9A-4CC9-BD8E-448C964C2790}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {26387595-8B9A-4CC9-BD8E-448C964C2790}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {26387595-8B9A-4CC9-BD8E-448C964C2790}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {26387595-8B9A-4CC9-BD8E-448C964C2790}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {26387595-8B9A-4CC9-BD8E-448C964C2790}.Debug|iPhone.ActiveCfg = Debug|Any CPU {26387595-8B9A-4CC9-BD8E-448C964C2790}.Debug|iPhone.Build.0 = Debug|Any CPU + {26387595-8B9A-4CC9-BD8E-448C964C2790}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {26387595-8B9A-4CC9-BD8E-448C964C2790}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {26387595-8B9A-4CC9-BD8E-448C964C2790}.Release|Any CPU.ActiveCfg = Release|Any CPU + {26387595-8B9A-4CC9-BD8E-448C964C2790}.Release|Any CPU.Build.0 = Release|Any CPU {26387595-8B9A-4CC9-BD8E-448C964C2790}.Release|iPhone.ActiveCfg = Release|Any CPU {26387595-8B9A-4CC9-BD8E-448C964C2790}.Release|iPhone.Build.0 = Release|Any CPU - {26387595-8B9A-4CC9-BD8E-448C964C2790}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {26387595-8B9A-4CC9-BD8E-448C964C2790}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {26387595-8B9A-4CC9-BD8E-448C964C2790}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {26387595-8B9A-4CC9-BD8E-448C964C2790}.AppStore|iPhone.Build.0 = Debug|Any CPU + {26387595-8B9A-4CC9-BD8E-448C964C2790}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {26387595-8B9A-4CC9-BD8E-448C964C2790}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {54539FFE-51BB-4BCB-BCAC-842296695663} EndGlobalSection EndGlobal diff --git a/GetStarted/Tutorials/EntryTutorial/EntryTutorial.sln b/GetStarted/Tutorials/EntryTutorial/EntryTutorial.sln index c3820e0643..7c03337965 100644 --- a/GetStarted/Tutorials/EntryTutorial/EntryTutorial.sln +++ b/GetStarted/Tutorials/EntryTutorial/EntryTutorial.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}") = "EntryTutorial.Android", "EntryTutorial.Android\EntryTutorial.Android.csproj", "{3F26CD94-5961-4559-BD16-B9392244F108}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EntryTutorial.iOS", "EntryTutorial.iOS\EntryTutorial.iOS.csproj", "{DF446989-1A16-4501-939B-FE2A136D181B}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EntryTutorial", "EntryTutorial\EntryTutorial.csproj", "{6125963D-2BDF-4A28-8ECF-3883FC569BBF}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EntryTutorial", "EntryTutorial\EntryTutorial.csproj", "{6125963D-2BDF-4A28-8ECF-3883FC569BBF}" 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 + {3F26CD94-5961-4559-BD16-B9392244F108}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {3F26CD94-5961-4559-BD16-B9392244F108}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {3F26CD94-5961-4559-BD16-B9392244F108}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU + {3F26CD94-5961-4559-BD16-B9392244F108}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {3F26CD94-5961-4559-BD16-B9392244F108}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {3F26CD94-5961-4559-BD16-B9392244F108}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {3F26CD94-5961-4559-BD16-B9392244F108}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {3F26CD94-5961-4559-BD16-B9392244F108}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU + {3F26CD94-5961-4559-BD16-B9392244F108}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {3F26CD94-5961-4559-BD16-B9392244F108}.AppStore|Any CPU.Build.0 = Release|Any CPU + {3F26CD94-5961-4559-BD16-B9392244F108}.AppStore|Any CPU.Deploy.0 = Release|Any CPU + {3F26CD94-5961-4559-BD16-B9392244F108}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {3F26CD94-5961-4559-BD16-B9392244F108}.AppStore|iPhone.Build.0 = Debug|Any CPU + {3F26CD94-5961-4559-BD16-B9392244F108}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {3F26CD94-5961-4559-BD16-B9392244F108}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU + {3F26CD94-5961-4559-BD16-B9392244F108}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU {3F26CD94-5961-4559-BD16-B9392244F108}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {3F26CD94-5961-4559-BD16-B9392244F108}.Debug|Any CPU.Build.0 = Debug|Any CPU - {3F26CD94-5961-4559-BD16-B9392244F108}.Release|Any CPU.ActiveCfg = Release|Any CPU - {3F26CD94-5961-4559-BD16-B9392244F108}.Release|Any CPU.Build.0 = Release|Any CPU - {3F26CD94-5961-4559-BD16-B9392244F108}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {3F26CD94-5961-4559-BD16-B9392244F108}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {3F26CD94-5961-4559-BD16-B9392244F108}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {3F26CD94-5961-4559-BD16-B9392244F108}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {3F26CD94-5961-4559-BD16-B9392244F108}.Debug|Any CPU.Deploy.0 = Debug|Any CPU {3F26CD94-5961-4559-BD16-B9392244F108}.Debug|iPhone.ActiveCfg = Debug|Any CPU {3F26CD94-5961-4559-BD16-B9392244F108}.Debug|iPhone.Build.0 = Debug|Any CPU + {3F26CD94-5961-4559-BD16-B9392244F108}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {3F26CD94-5961-4559-BD16-B9392244F108}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {3F26CD94-5961-4559-BD16-B9392244F108}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3F26CD94-5961-4559-BD16-B9392244F108}.Release|Any CPU.Build.0 = Release|Any CPU + {3F26CD94-5961-4559-BD16-B9392244F108}.Release|Any CPU.Deploy.0 = Release|Any CPU {3F26CD94-5961-4559-BD16-B9392244F108}.Release|iPhone.ActiveCfg = Release|Any CPU {3F26CD94-5961-4559-BD16-B9392244F108}.Release|iPhone.Build.0 = Release|Any CPU - {3F26CD94-5961-4559-BD16-B9392244F108}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {3F26CD94-5961-4559-BD16-B9392244F108}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {3F26CD94-5961-4559-BD16-B9392244F108}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {3F26CD94-5961-4559-BD16-B9392244F108}.AppStore|iPhone.Build.0 = Debug|Any CPU + {3F26CD94-5961-4559-BD16-B9392244F108}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {3F26CD94-5961-4559-BD16-B9392244F108}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {DF446989-1A16-4501-939B-FE2A136D181B}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator + {DF446989-1A16-4501-939B-FE2A136D181B}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone + {DF446989-1A16-4501-939B-FE2A136D181B}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone + {DF446989-1A16-4501-939B-FE2A136D181B}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator + {DF446989-1A16-4501-939B-FE2A136D181B}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator + {DF446989-1A16-4501-939B-FE2A136D181B}.AppStore|Any CPU.ActiveCfg = AppStore|iPhoneSimulator + {DF446989-1A16-4501-939B-FE2A136D181B}.AppStore|iPhone.ActiveCfg = AppStore|iPhone + {DF446989-1A16-4501-939B-FE2A136D181B}.AppStore|iPhone.Build.0 = AppStore|iPhone + {DF446989-1A16-4501-939B-FE2A136D181B}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator + {DF446989-1A16-4501-939B-FE2A136D181B}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator {DF446989-1A16-4501-939B-FE2A136D181B}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator {DF446989-1A16-4501-939B-FE2A136D181B}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator - {DF446989-1A16-4501-939B-FE2A136D181B}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator - {DF446989-1A16-4501-939B-FE2A136D181B}.Release|Any CPU.Build.0 = Release|iPhoneSimulator - {DF446989-1A16-4501-939B-FE2A136D181B}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator - {DF446989-1A16-4501-939B-FE2A136D181B}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator - {DF446989-1A16-4501-939B-FE2A136D181B}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator - {DF446989-1A16-4501-939B-FE2A136D181B}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {DF446989-1A16-4501-939B-FE2A136D181B}.Debug|iPhone.ActiveCfg = Debug|iPhone {DF446989-1A16-4501-939B-FE2A136D181B}.Debug|iPhone.Build.0 = Debug|iPhone + {DF446989-1A16-4501-939B-FE2A136D181B}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator + {DF446989-1A16-4501-939B-FE2A136D181B}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator + {DF446989-1A16-4501-939B-FE2A136D181B}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator + {DF446989-1A16-4501-939B-FE2A136D181B}.Release|Any CPU.Build.0 = Release|iPhoneSimulator {DF446989-1A16-4501-939B-FE2A136D181B}.Release|iPhone.ActiveCfg = Release|iPhone {DF446989-1A16-4501-939B-FE2A136D181B}.Release|iPhone.Build.0 = Release|iPhone - {DF446989-1A16-4501-939B-FE2A136D181B}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone - {DF446989-1A16-4501-939B-FE2A136D181B}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone - {DF446989-1A16-4501-939B-FE2A136D181B}.AppStore|iPhone.ActiveCfg = AppStore|iPhone - {DF446989-1A16-4501-939B-FE2A136D181B}.AppStore|iPhone.Build.0 = AppStore|iPhone + {DF446989-1A16-4501-939B-FE2A136D181B}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {DF446989-1A16-4501-939B-FE2A136D181B}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {6125963D-2BDF-4A28-8ECF-3883FC569BBF}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {6125963D-2BDF-4A28-8ECF-3883FC569BBF}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {6125963D-2BDF-4A28-8ECF-3883FC569BBF}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {6125963D-2BDF-4A28-8ECF-3883FC569BBF}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {6125963D-2BDF-4A28-8ECF-3883FC569BBF}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {6125963D-2BDF-4A28-8ECF-3883FC569BBF}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {6125963D-2BDF-4A28-8ECF-3883FC569BBF}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {6125963D-2BDF-4A28-8ECF-3883FC569BBF}.AppStore|Any CPU.Build.0 = Release|Any CPU + {6125963D-2BDF-4A28-8ECF-3883FC569BBF}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {6125963D-2BDF-4A28-8ECF-3883FC569BBF}.AppStore|iPhone.Build.0 = Debug|Any CPU + {6125963D-2BDF-4A28-8ECF-3883FC569BBF}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {6125963D-2BDF-4A28-8ECF-3883FC569BBF}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU {6125963D-2BDF-4A28-8ECF-3883FC569BBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {6125963D-2BDF-4A28-8ECF-3883FC569BBF}.Debug|Any CPU.Build.0 = Debug|Any CPU - {6125963D-2BDF-4A28-8ECF-3883FC569BBF}.Release|Any CPU.ActiveCfg = Release|Any CPU - {6125963D-2BDF-4A28-8ECF-3883FC569BBF}.Release|Any CPU.Build.0 = Release|Any CPU - {6125963D-2BDF-4A28-8ECF-3883FC569BBF}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {6125963D-2BDF-4A28-8ECF-3883FC569BBF}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {6125963D-2BDF-4A28-8ECF-3883FC569BBF}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {6125963D-2BDF-4A28-8ECF-3883FC569BBF}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {6125963D-2BDF-4A28-8ECF-3883FC569BBF}.Debug|iPhone.ActiveCfg = Debug|Any CPU {6125963D-2BDF-4A28-8ECF-3883FC569BBF}.Debug|iPhone.Build.0 = Debug|Any CPU + {6125963D-2BDF-4A28-8ECF-3883FC569BBF}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {6125963D-2BDF-4A28-8ECF-3883FC569BBF}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {6125963D-2BDF-4A28-8ECF-3883FC569BBF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6125963D-2BDF-4A28-8ECF-3883FC569BBF}.Release|Any CPU.Build.0 = Release|Any CPU {6125963D-2BDF-4A28-8ECF-3883FC569BBF}.Release|iPhone.ActiveCfg = Release|Any CPU {6125963D-2BDF-4A28-8ECF-3883FC569BBF}.Release|iPhone.Build.0 = Release|Any CPU - {6125963D-2BDF-4A28-8ECF-3883FC569BBF}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {6125963D-2BDF-4A28-8ECF-3883FC569BBF}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {6125963D-2BDF-4A28-8ECF-3883FC569BBF}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {6125963D-2BDF-4A28-8ECF-3883FC569BBF}.AppStore|iPhone.Build.0 = Debug|Any CPU + {6125963D-2BDF-4A28-8ECF-3883FC569BBF}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {6125963D-2BDF-4A28-8ECF-3883FC569BBF}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {71FCD35C-077F-4217-9DBF-EA55E5287221} EndGlobalSection EndGlobal diff --git a/GetStarted/Tutorials/GridTutorial/GridTutorial.sln b/GetStarted/Tutorials/GridTutorial/GridTutorial.sln index 29a13dd1f7..217b461885 100644 --- a/GetStarted/Tutorials/GridTutorial/GridTutorial.sln +++ b/GetStarted/Tutorials/GridTutorial/GridTutorial.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}") = "GridTutorial.Android", "GridTutorial.Android\GridTutorial.Android.csproj", "{77AC3B9C-846D-4379-AE0B-18EE866CA509}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GridTutorial.iOS", "GridTutorial.iOS\GridTutorial.iOS.csproj", "{38221556-E337-4B35-A7A4-DCAD3951D34E}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GridTutorial", "GridTutorial\GridTutorial.csproj", "{C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GridTutorial", "GridTutorial\GridTutorial.csproj", "{C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}" 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 + {77AC3B9C-846D-4379-AE0B-18EE866CA509}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {77AC3B9C-846D-4379-AE0B-18EE866CA509}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {77AC3B9C-846D-4379-AE0B-18EE866CA509}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU + {77AC3B9C-846D-4379-AE0B-18EE866CA509}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {77AC3B9C-846D-4379-AE0B-18EE866CA509}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {77AC3B9C-846D-4379-AE0B-18EE866CA509}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {77AC3B9C-846D-4379-AE0B-18EE866CA509}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {77AC3B9C-846D-4379-AE0B-18EE866CA509}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU + {77AC3B9C-846D-4379-AE0B-18EE866CA509}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {77AC3B9C-846D-4379-AE0B-18EE866CA509}.AppStore|Any CPU.Build.0 = Release|Any CPU + {77AC3B9C-846D-4379-AE0B-18EE866CA509}.AppStore|Any CPU.Deploy.0 = Release|Any CPU + {77AC3B9C-846D-4379-AE0B-18EE866CA509}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {77AC3B9C-846D-4379-AE0B-18EE866CA509}.AppStore|iPhone.Build.0 = Debug|Any CPU + {77AC3B9C-846D-4379-AE0B-18EE866CA509}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {77AC3B9C-846D-4379-AE0B-18EE866CA509}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU + {77AC3B9C-846D-4379-AE0B-18EE866CA509}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU {77AC3B9C-846D-4379-AE0B-18EE866CA509}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {77AC3B9C-846D-4379-AE0B-18EE866CA509}.Debug|Any CPU.Build.0 = Debug|Any CPU - {77AC3B9C-846D-4379-AE0B-18EE866CA509}.Release|Any CPU.ActiveCfg = Release|Any CPU - {77AC3B9C-846D-4379-AE0B-18EE866CA509}.Release|Any CPU.Build.0 = Release|Any CPU - {77AC3B9C-846D-4379-AE0B-18EE866CA509}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {77AC3B9C-846D-4379-AE0B-18EE866CA509}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {77AC3B9C-846D-4379-AE0B-18EE866CA509}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {77AC3B9C-846D-4379-AE0B-18EE866CA509}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {77AC3B9C-846D-4379-AE0B-18EE866CA509}.Debug|Any CPU.Deploy.0 = Debug|Any CPU {77AC3B9C-846D-4379-AE0B-18EE866CA509}.Debug|iPhone.ActiveCfg = Debug|Any CPU {77AC3B9C-846D-4379-AE0B-18EE866CA509}.Debug|iPhone.Build.0 = Debug|Any CPU + {77AC3B9C-846D-4379-AE0B-18EE866CA509}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {77AC3B9C-846D-4379-AE0B-18EE866CA509}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {77AC3B9C-846D-4379-AE0B-18EE866CA509}.Release|Any CPU.ActiveCfg = Release|Any CPU + {77AC3B9C-846D-4379-AE0B-18EE866CA509}.Release|Any CPU.Build.0 = Release|Any CPU + {77AC3B9C-846D-4379-AE0B-18EE866CA509}.Release|Any CPU.Deploy.0 = Release|Any CPU {77AC3B9C-846D-4379-AE0B-18EE866CA509}.Release|iPhone.ActiveCfg = Release|Any CPU {77AC3B9C-846D-4379-AE0B-18EE866CA509}.Release|iPhone.Build.0 = Release|Any CPU - {77AC3B9C-846D-4379-AE0B-18EE866CA509}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {77AC3B9C-846D-4379-AE0B-18EE866CA509}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {77AC3B9C-846D-4379-AE0B-18EE866CA509}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {77AC3B9C-846D-4379-AE0B-18EE866CA509}.AppStore|iPhone.Build.0 = Debug|Any CPU + {77AC3B9C-846D-4379-AE0B-18EE866CA509}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {77AC3B9C-846D-4379-AE0B-18EE866CA509}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {38221556-E337-4B35-A7A4-DCAD3951D34E}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator + {38221556-E337-4B35-A7A4-DCAD3951D34E}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone + {38221556-E337-4B35-A7A4-DCAD3951D34E}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone + {38221556-E337-4B35-A7A4-DCAD3951D34E}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator + {38221556-E337-4B35-A7A4-DCAD3951D34E}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator + {38221556-E337-4B35-A7A4-DCAD3951D34E}.AppStore|Any CPU.ActiveCfg = AppStore|iPhoneSimulator + {38221556-E337-4B35-A7A4-DCAD3951D34E}.AppStore|iPhone.ActiveCfg = AppStore|iPhone + {38221556-E337-4B35-A7A4-DCAD3951D34E}.AppStore|iPhone.Build.0 = AppStore|iPhone + {38221556-E337-4B35-A7A4-DCAD3951D34E}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator + {38221556-E337-4B35-A7A4-DCAD3951D34E}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator {38221556-E337-4B35-A7A4-DCAD3951D34E}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator {38221556-E337-4B35-A7A4-DCAD3951D34E}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator - {38221556-E337-4B35-A7A4-DCAD3951D34E}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator - {38221556-E337-4B35-A7A4-DCAD3951D34E}.Release|Any CPU.Build.0 = Release|iPhoneSimulator - {38221556-E337-4B35-A7A4-DCAD3951D34E}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator - {38221556-E337-4B35-A7A4-DCAD3951D34E}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator - {38221556-E337-4B35-A7A4-DCAD3951D34E}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator - {38221556-E337-4B35-A7A4-DCAD3951D34E}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {38221556-E337-4B35-A7A4-DCAD3951D34E}.Debug|iPhone.ActiveCfg = Debug|iPhone {38221556-E337-4B35-A7A4-DCAD3951D34E}.Debug|iPhone.Build.0 = Debug|iPhone + {38221556-E337-4B35-A7A4-DCAD3951D34E}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator + {38221556-E337-4B35-A7A4-DCAD3951D34E}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator + {38221556-E337-4B35-A7A4-DCAD3951D34E}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator + {38221556-E337-4B35-A7A4-DCAD3951D34E}.Release|Any CPU.Build.0 = Release|iPhoneSimulator {38221556-E337-4B35-A7A4-DCAD3951D34E}.Release|iPhone.ActiveCfg = Release|iPhone {38221556-E337-4B35-A7A4-DCAD3951D34E}.Release|iPhone.Build.0 = Release|iPhone - {38221556-E337-4B35-A7A4-DCAD3951D34E}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone - {38221556-E337-4B35-A7A4-DCAD3951D34E}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone - {38221556-E337-4B35-A7A4-DCAD3951D34E}.AppStore|iPhone.ActiveCfg = AppStore|iPhone - {38221556-E337-4B35-A7A4-DCAD3951D34E}.AppStore|iPhone.Build.0 = AppStore|iPhone + {38221556-E337-4B35-A7A4-DCAD3951D34E}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {38221556-E337-4B35-A7A4-DCAD3951D34E}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}.AppStore|Any CPU.Build.0 = Release|Any CPU + {C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}.AppStore|iPhone.Build.0 = Debug|Any CPU + {C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU {C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}.Release|Any CPU.ActiveCfg = Release|Any CPU - {C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}.Release|Any CPU.Build.0 = Release|Any CPU - {C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}.Debug|iPhone.ActiveCfg = Debug|Any CPU {C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}.Debug|iPhone.Build.0 = Debug|Any CPU + {C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}.Release|Any CPU.Build.0 = Release|Any CPU {C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}.Release|iPhone.ActiveCfg = Release|Any CPU {C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}.Release|iPhone.Build.0 = Release|Any CPU - {C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}.AppStore|iPhone.Build.0 = Debug|Any CPU + {C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {C5F458F7-CFCE-48FA-A571-1250A5C3ABFE}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {E559F152-F614-44F8-B2D2-B9FACEDAF63E} EndGlobalSection EndGlobal diff --git a/GetStarted/Tutorials/ImageTutorial/ImageTutorial.iOS/ImageTutorial.iOS.csproj b/GetStarted/Tutorials/ImageTutorial/ImageTutorial.iOS/ImageTutorial.iOS.csproj index 40226df24b..456d68c7d7 100644 --- a/GetStarted/Tutorials/ImageTutorial/ImageTutorial.iOS/ImageTutorial.iOS.csproj +++ b/GetStarted/Tutorials/ImageTutorial/ImageTutorial.iOS/ImageTutorial.iOS.csproj @@ -140,8 +140,12 @@ false - - + + false + + + false + diff --git a/GetStarted/Tutorials/ImageTutorial/ImageTutorial.sln b/GetStarted/Tutorials/ImageTutorial/ImageTutorial.sln index b1705ba599..108341a678 100644 --- a/GetStarted/Tutorials/ImageTutorial/ImageTutorial.sln +++ b/GetStarted/Tutorials/ImageTutorial/ImageTutorial.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}") = "ImageTutorial.Android", "ImageTutorial.Android\ImageTutorial.Android.csproj", "{520DE324-F175-4544-8F37-862640240262}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageTutorial.iOS", "ImageTutorial.iOS\ImageTutorial.iOS.csproj", "{10689F34-D258-4608-8F2D-3E77E0D0FA00}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageTutorial", "ImageTutorial\ImageTutorial.csproj", "{4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageTutorial", "ImageTutorial\ImageTutorial.csproj", "{4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}" 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 + {520DE324-F175-4544-8F37-862640240262}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {520DE324-F175-4544-8F37-862640240262}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {520DE324-F175-4544-8F37-862640240262}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU + {520DE324-F175-4544-8F37-862640240262}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {520DE324-F175-4544-8F37-862640240262}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {520DE324-F175-4544-8F37-862640240262}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {520DE324-F175-4544-8F37-862640240262}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {520DE324-F175-4544-8F37-862640240262}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU + {520DE324-F175-4544-8F37-862640240262}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {520DE324-F175-4544-8F37-862640240262}.AppStore|Any CPU.Build.0 = Release|Any CPU + {520DE324-F175-4544-8F37-862640240262}.AppStore|Any CPU.Deploy.0 = Release|Any CPU + {520DE324-F175-4544-8F37-862640240262}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {520DE324-F175-4544-8F37-862640240262}.AppStore|iPhone.Build.0 = Debug|Any CPU + {520DE324-F175-4544-8F37-862640240262}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {520DE324-F175-4544-8F37-862640240262}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU + {520DE324-F175-4544-8F37-862640240262}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU {520DE324-F175-4544-8F37-862640240262}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {520DE324-F175-4544-8F37-862640240262}.Debug|Any CPU.Build.0 = Debug|Any CPU - {520DE324-F175-4544-8F37-862640240262}.Release|Any CPU.ActiveCfg = Release|Any CPU - {520DE324-F175-4544-8F37-862640240262}.Release|Any CPU.Build.0 = Release|Any CPU - {520DE324-F175-4544-8F37-862640240262}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {520DE324-F175-4544-8F37-862640240262}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {520DE324-F175-4544-8F37-862640240262}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {520DE324-F175-4544-8F37-862640240262}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {520DE324-F175-4544-8F37-862640240262}.Debug|Any CPU.Deploy.0 = Debug|Any CPU {520DE324-F175-4544-8F37-862640240262}.Debug|iPhone.ActiveCfg = Debug|Any CPU {520DE324-F175-4544-8F37-862640240262}.Debug|iPhone.Build.0 = Debug|Any CPU + {520DE324-F175-4544-8F37-862640240262}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {520DE324-F175-4544-8F37-862640240262}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {520DE324-F175-4544-8F37-862640240262}.Release|Any CPU.ActiveCfg = Release|Any CPU + {520DE324-F175-4544-8F37-862640240262}.Release|Any CPU.Build.0 = Release|Any CPU + {520DE324-F175-4544-8F37-862640240262}.Release|Any CPU.Deploy.0 = Release|Any CPU {520DE324-F175-4544-8F37-862640240262}.Release|iPhone.ActiveCfg = Release|Any CPU {520DE324-F175-4544-8F37-862640240262}.Release|iPhone.Build.0 = Release|Any CPU - {520DE324-F175-4544-8F37-862640240262}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {520DE324-F175-4544-8F37-862640240262}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {520DE324-F175-4544-8F37-862640240262}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {520DE324-F175-4544-8F37-862640240262}.AppStore|iPhone.Build.0 = Debug|Any CPU + {520DE324-F175-4544-8F37-862640240262}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {520DE324-F175-4544-8F37-862640240262}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {10689F34-D258-4608-8F2D-3E77E0D0FA00}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator + {10689F34-D258-4608-8F2D-3E77E0D0FA00}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone + {10689F34-D258-4608-8F2D-3E77E0D0FA00}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone + {10689F34-D258-4608-8F2D-3E77E0D0FA00}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator + {10689F34-D258-4608-8F2D-3E77E0D0FA00}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator + {10689F34-D258-4608-8F2D-3E77E0D0FA00}.AppStore|Any CPU.ActiveCfg = AppStore|iPhoneSimulator + {10689F34-D258-4608-8F2D-3E77E0D0FA00}.AppStore|iPhone.ActiveCfg = AppStore|iPhone + {10689F34-D258-4608-8F2D-3E77E0D0FA00}.AppStore|iPhone.Build.0 = AppStore|iPhone + {10689F34-D258-4608-8F2D-3E77E0D0FA00}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator + {10689F34-D258-4608-8F2D-3E77E0D0FA00}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator {10689F34-D258-4608-8F2D-3E77E0D0FA00}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator {10689F34-D258-4608-8F2D-3E77E0D0FA00}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator - {10689F34-D258-4608-8F2D-3E77E0D0FA00}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator - {10689F34-D258-4608-8F2D-3E77E0D0FA00}.Release|Any CPU.Build.0 = Release|iPhoneSimulator - {10689F34-D258-4608-8F2D-3E77E0D0FA00}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator - {10689F34-D258-4608-8F2D-3E77E0D0FA00}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator - {10689F34-D258-4608-8F2D-3E77E0D0FA00}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator - {10689F34-D258-4608-8F2D-3E77E0D0FA00}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {10689F34-D258-4608-8F2D-3E77E0D0FA00}.Debug|iPhone.ActiveCfg = Debug|iPhone {10689F34-D258-4608-8F2D-3E77E0D0FA00}.Debug|iPhone.Build.0 = Debug|iPhone + {10689F34-D258-4608-8F2D-3E77E0D0FA00}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator + {10689F34-D258-4608-8F2D-3E77E0D0FA00}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator + {10689F34-D258-4608-8F2D-3E77E0D0FA00}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator + {10689F34-D258-4608-8F2D-3E77E0D0FA00}.Release|Any CPU.Build.0 = Release|iPhoneSimulator {10689F34-D258-4608-8F2D-3E77E0D0FA00}.Release|iPhone.ActiveCfg = Release|iPhone {10689F34-D258-4608-8F2D-3E77E0D0FA00}.Release|iPhone.Build.0 = Release|iPhone - {10689F34-D258-4608-8F2D-3E77E0D0FA00}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone - {10689F34-D258-4608-8F2D-3E77E0D0FA00}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone - {10689F34-D258-4608-8F2D-3E77E0D0FA00}.AppStore|iPhone.ActiveCfg = AppStore|iPhone - {10689F34-D258-4608-8F2D-3E77E0D0FA00}.AppStore|iPhone.Build.0 = AppStore|iPhone + {10689F34-D258-4608-8F2D-3E77E0D0FA00}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {10689F34-D258-4608-8F2D-3E77E0D0FA00}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}.AppStore|Any CPU.Build.0 = Release|Any CPU + {4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}.AppStore|iPhone.Build.0 = Debug|Any CPU + {4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU {4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}.Debug|Any CPU.Build.0 = Debug|Any CPU - {4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}.Release|Any CPU.ActiveCfg = Release|Any CPU - {4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}.Release|Any CPU.Build.0 = Release|Any CPU - {4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}.Debug|iPhone.ActiveCfg = Debug|Any CPU {4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}.Debug|iPhone.Build.0 = Debug|Any CPU + {4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}.Release|Any CPU.Build.0 = Release|Any CPU {4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}.Release|iPhone.ActiveCfg = Release|Any CPU {4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}.Release|iPhone.Build.0 = Release|Any CPU - {4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}.AppStore|iPhone.Build.0 = Debug|Any CPU + {4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {4856ABA2-C9D3-401B-8FE8-9FDC2BCBEA25}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {47F196C1-E9B4-43F2-B581-965EF36875B0} EndGlobalSection EndGlobal diff --git a/GetStarted/Tutorials/LabelTutorial/LabelTutorial.sln b/GetStarted/Tutorials/LabelTutorial/LabelTutorial.sln index 0386987202..f3f5561259 100644 --- a/GetStarted/Tutorials/LabelTutorial/LabelTutorial.sln +++ b/GetStarted/Tutorials/LabelTutorial/LabelTutorial.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}") = "LabelTutorial.Android", "LabelTutorial.Android\LabelTutorial.Android.csproj", "{3138812A-EE73-4CC7-B2E4-2757FD8F73C0}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LabelTutorial.iOS", "LabelTutorial.iOS\LabelTutorial.iOS.csproj", "{66204C66-B791-4DC4-BAC0-8530A90901AA}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LabelTutorial", "LabelTutorial\LabelTutorial.csproj", "{B46D2A49-F4A6-428E-8765-243CD78A751E}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LabelTutorial", "LabelTutorial\LabelTutorial.csproj", "{B46D2A49-F4A6-428E-8765-243CD78A751E}" 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 + {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU + {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU + {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.AppStore|Any CPU.Build.0 = Release|Any CPU + {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.AppStore|Any CPU.Deploy.0 = Release|Any CPU + {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.AppStore|iPhone.Build.0 = Debug|Any CPU + {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU + {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.Debug|Any CPU.Build.0 = Debug|Any CPU - {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.Release|Any CPU.ActiveCfg = Release|Any CPU - {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.Release|Any CPU.Build.0 = Release|Any CPU - {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.Debug|Any CPU.Deploy.0 = Debug|Any CPU {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.Debug|iPhone.ActiveCfg = Debug|Any CPU {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.Debug|iPhone.Build.0 = Debug|Any CPU + {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.Release|Any CPU.Build.0 = Release|Any CPU + {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.Release|Any CPU.Deploy.0 = Release|Any CPU {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.Release|iPhone.ActiveCfg = Release|Any CPU {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.Release|iPhone.Build.0 = Release|Any CPU - {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.AppStore|iPhone.Build.0 = Debug|Any CPU + {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {3138812A-EE73-4CC7-B2E4-2757FD8F73C0}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {66204C66-B791-4DC4-BAC0-8530A90901AA}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator + {66204C66-B791-4DC4-BAC0-8530A90901AA}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone + {66204C66-B791-4DC4-BAC0-8530A90901AA}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone + {66204C66-B791-4DC4-BAC0-8530A90901AA}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator + {66204C66-B791-4DC4-BAC0-8530A90901AA}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator + {66204C66-B791-4DC4-BAC0-8530A90901AA}.AppStore|Any CPU.ActiveCfg = AppStore|iPhoneSimulator + {66204C66-B791-4DC4-BAC0-8530A90901AA}.AppStore|iPhone.ActiveCfg = AppStore|iPhone + {66204C66-B791-4DC4-BAC0-8530A90901AA}.AppStore|iPhone.Build.0 = AppStore|iPhone + {66204C66-B791-4DC4-BAC0-8530A90901AA}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator + {66204C66-B791-4DC4-BAC0-8530A90901AA}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator {66204C66-B791-4DC4-BAC0-8530A90901AA}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator {66204C66-B791-4DC4-BAC0-8530A90901AA}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator - {66204C66-B791-4DC4-BAC0-8530A90901AA}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator - {66204C66-B791-4DC4-BAC0-8530A90901AA}.Release|Any CPU.Build.0 = Release|iPhoneSimulator - {66204C66-B791-4DC4-BAC0-8530A90901AA}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator - {66204C66-B791-4DC4-BAC0-8530A90901AA}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator - {66204C66-B791-4DC4-BAC0-8530A90901AA}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator - {66204C66-B791-4DC4-BAC0-8530A90901AA}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {66204C66-B791-4DC4-BAC0-8530A90901AA}.Debug|iPhone.ActiveCfg = Debug|iPhone {66204C66-B791-4DC4-BAC0-8530A90901AA}.Debug|iPhone.Build.0 = Debug|iPhone + {66204C66-B791-4DC4-BAC0-8530A90901AA}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator + {66204C66-B791-4DC4-BAC0-8530A90901AA}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator + {66204C66-B791-4DC4-BAC0-8530A90901AA}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator + {66204C66-B791-4DC4-BAC0-8530A90901AA}.Release|Any CPU.Build.0 = Release|iPhoneSimulator {66204C66-B791-4DC4-BAC0-8530A90901AA}.Release|iPhone.ActiveCfg = Release|iPhone {66204C66-B791-4DC4-BAC0-8530A90901AA}.Release|iPhone.Build.0 = Release|iPhone - {66204C66-B791-4DC4-BAC0-8530A90901AA}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone - {66204C66-B791-4DC4-BAC0-8530A90901AA}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone - {66204C66-B791-4DC4-BAC0-8530A90901AA}.AppStore|iPhone.ActiveCfg = AppStore|iPhone - {66204C66-B791-4DC4-BAC0-8530A90901AA}.AppStore|iPhone.Build.0 = AppStore|iPhone + {66204C66-B791-4DC4-BAC0-8530A90901AA}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {66204C66-B791-4DC4-BAC0-8530A90901AA}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {B46D2A49-F4A6-428E-8765-243CD78A751E}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {B46D2A49-F4A6-428E-8765-243CD78A751E}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {B46D2A49-F4A6-428E-8765-243CD78A751E}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {B46D2A49-F4A6-428E-8765-243CD78A751E}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {B46D2A49-F4A6-428E-8765-243CD78A751E}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {B46D2A49-F4A6-428E-8765-243CD78A751E}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {B46D2A49-F4A6-428E-8765-243CD78A751E}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {B46D2A49-F4A6-428E-8765-243CD78A751E}.AppStore|Any CPU.Build.0 = Release|Any CPU + {B46D2A49-F4A6-428E-8765-243CD78A751E}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {B46D2A49-F4A6-428E-8765-243CD78A751E}.AppStore|iPhone.Build.0 = Debug|Any CPU + {B46D2A49-F4A6-428E-8765-243CD78A751E}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {B46D2A49-F4A6-428E-8765-243CD78A751E}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU {B46D2A49-F4A6-428E-8765-243CD78A751E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {B46D2A49-F4A6-428E-8765-243CD78A751E}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B46D2A49-F4A6-428E-8765-243CD78A751E}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B46D2A49-F4A6-428E-8765-243CD78A751E}.Release|Any CPU.Build.0 = Release|Any CPU - {B46D2A49-F4A6-428E-8765-243CD78A751E}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {B46D2A49-F4A6-428E-8765-243CD78A751E}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {B46D2A49-F4A6-428E-8765-243CD78A751E}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {B46D2A49-F4A6-428E-8765-243CD78A751E}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {B46D2A49-F4A6-428E-8765-243CD78A751E}.Debug|iPhone.ActiveCfg = Debug|Any CPU {B46D2A49-F4A6-428E-8765-243CD78A751E}.Debug|iPhone.Build.0 = Debug|Any CPU + {B46D2A49-F4A6-428E-8765-243CD78A751E}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {B46D2A49-F4A6-428E-8765-243CD78A751E}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {B46D2A49-F4A6-428E-8765-243CD78A751E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B46D2A49-F4A6-428E-8765-243CD78A751E}.Release|Any CPU.Build.0 = Release|Any CPU {B46D2A49-F4A6-428E-8765-243CD78A751E}.Release|iPhone.ActiveCfg = Release|Any CPU {B46D2A49-F4A6-428E-8765-243CD78A751E}.Release|iPhone.Build.0 = Release|Any CPU - {B46D2A49-F4A6-428E-8765-243CD78A751E}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {B46D2A49-F4A6-428E-8765-243CD78A751E}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {B46D2A49-F4A6-428E-8765-243CD78A751E}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {B46D2A49-F4A6-428E-8765-243CD78A751E}.AppStore|iPhone.Build.0 = Debug|Any CPU + {B46D2A49-F4A6-428E-8765-243CD78A751E}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {B46D2A49-F4A6-428E-8765-243CD78A751E}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {0835E035-75F7-4F43-8D30-F31B7C648BA5} EndGlobalSection EndGlobal diff --git a/GetStarted/Tutorials/ListViewTutorial/ListViewTutorial.sln b/GetStarted/Tutorials/ListViewTutorial/ListViewTutorial.sln index 232c2e432a..1f10e7e132 100644 --- a/GetStarted/Tutorials/ListViewTutorial/ListViewTutorial.sln +++ b/GetStarted/Tutorials/ListViewTutorial/ListViewTutorial.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}") = "ListViewTutorial.Android", "ListViewTutorial.Android\ListViewTutorial.Android.csproj", "{0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ListViewTutorial.iOS", "ListViewTutorial.iOS\ListViewTutorial.iOS.csproj", "{B6636AD3-8210-45F7-BAFA-8A8AE795EF54}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ListViewTutorial", "ListViewTutorial\ListViewTutorial.csproj", "{E1E62E36-922D-43CF-98E5-F7A3C6A0F584}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ListViewTutorial", "ListViewTutorial\ListViewTutorial.csproj", "{E1E62E36-922D-43CF-98E5-F7A3C6A0F584}" 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 + {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU + {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU + {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.AppStore|Any CPU.Build.0 = Release|Any CPU + {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.AppStore|Any CPU.Deploy.0 = Release|Any CPU + {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.AppStore|iPhone.Build.0 = Debug|Any CPU + {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU + {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.Debug|Any CPU.Build.0 = Debug|Any CPU - {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.Release|Any CPU.ActiveCfg = Release|Any CPU - {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.Release|Any CPU.Build.0 = Release|Any CPU - {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.Debug|Any CPU.Deploy.0 = Debug|Any CPU {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.Debug|iPhone.ActiveCfg = Debug|Any CPU {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.Debug|iPhone.Build.0 = Debug|Any CPU + {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.Release|Any CPU.Build.0 = Release|Any CPU + {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.Release|Any CPU.Deploy.0 = Release|Any CPU {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.Release|iPhone.ActiveCfg = Release|Any CPU {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.Release|iPhone.Build.0 = Release|Any CPU - {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.AppStore|iPhone.Build.0 = Debug|Any CPU + {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {0F8C4C61-4691-4F62-90BD-904D5F1DB3ED}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {B6636AD3-8210-45F7-BAFA-8A8AE795EF54}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator + {B6636AD3-8210-45F7-BAFA-8A8AE795EF54}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone + {B6636AD3-8210-45F7-BAFA-8A8AE795EF54}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone + {B6636AD3-8210-45F7-BAFA-8A8AE795EF54}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator + {B6636AD3-8210-45F7-BAFA-8A8AE795EF54}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator + {B6636AD3-8210-45F7-BAFA-8A8AE795EF54}.AppStore|Any CPU.ActiveCfg = AppStore|iPhoneSimulator + {B6636AD3-8210-45F7-BAFA-8A8AE795EF54}.AppStore|iPhone.ActiveCfg = AppStore|iPhone + {B6636AD3-8210-45F7-BAFA-8A8AE795EF54}.AppStore|iPhone.Build.0 = AppStore|iPhone + {B6636AD3-8210-45F7-BAFA-8A8AE795EF54}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator + {B6636AD3-8210-45F7-BAFA-8A8AE795EF54}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator {B6636AD3-8210-45F7-BAFA-8A8AE795EF54}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator {B6636AD3-8210-45F7-BAFA-8A8AE795EF54}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator - {B6636AD3-8210-45F7-BAFA-8A8AE795EF54}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator - {B6636AD3-8210-45F7-BAFA-8A8AE795EF54}.Release|Any CPU.Build.0 = Release|iPhoneSimulator - {B6636AD3-8210-45F7-BAFA-8A8AE795EF54}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator - {B6636AD3-8210-45F7-BAFA-8A8AE795EF54}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator - {B6636AD3-8210-45F7-BAFA-8A8AE795EF54}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator - {B6636AD3-8210-45F7-BAFA-8A8AE795EF54}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {B6636AD3-8210-45F7-BAFA-8A8AE795EF54}.Debug|iPhone.ActiveCfg = Debug|iPhone {B6636AD3-8210-45F7-BAFA-8A8AE795EF54}.Debug|iPhone.Build.0 = Debug|iPhone + {B6636AD3-8210-45F7-BAFA-8A8AE795EF54}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator + {B6636AD3-8210-45F7-BAFA-8A8AE795EF54}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator + {B6636AD3-8210-45F7-BAFA-8A8AE795EF54}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator + {B6636AD3-8210-45F7-BAFA-8A8AE795EF54}.Release|Any CPU.Build.0 = Release|iPhoneSimulator {B6636AD3-8210-45F7-BAFA-8A8AE795EF54}.Release|iPhone.ActiveCfg = Release|iPhone {B6636AD3-8210-45F7-BAFA-8A8AE795EF54}.Release|iPhone.Build.0 = Release|iPhone - {B6636AD3-8210-45F7-BAFA-8A8AE795EF54}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone - {B6636AD3-8210-45F7-BAFA-8A8AE795EF54}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone - {B6636AD3-8210-45F7-BAFA-8A8AE795EF54}.AppStore|iPhone.ActiveCfg = AppStore|iPhone - {B6636AD3-8210-45F7-BAFA-8A8AE795EF54}.AppStore|iPhone.Build.0 = AppStore|iPhone + {B6636AD3-8210-45F7-BAFA-8A8AE795EF54}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {B6636AD3-8210-45F7-BAFA-8A8AE795EF54}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {E1E62E36-922D-43CF-98E5-F7A3C6A0F584}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {E1E62E36-922D-43CF-98E5-F7A3C6A0F584}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {E1E62E36-922D-43CF-98E5-F7A3C6A0F584}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {E1E62E36-922D-43CF-98E5-F7A3C6A0F584}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {E1E62E36-922D-43CF-98E5-F7A3C6A0F584}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {E1E62E36-922D-43CF-98E5-F7A3C6A0F584}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {E1E62E36-922D-43CF-98E5-F7A3C6A0F584}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {E1E62E36-922D-43CF-98E5-F7A3C6A0F584}.AppStore|Any CPU.Build.0 = Release|Any CPU + {E1E62E36-922D-43CF-98E5-F7A3C6A0F584}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {E1E62E36-922D-43CF-98E5-F7A3C6A0F584}.AppStore|iPhone.Build.0 = Debug|Any CPU + {E1E62E36-922D-43CF-98E5-F7A3C6A0F584}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {E1E62E36-922D-43CF-98E5-F7A3C6A0F584}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU {E1E62E36-922D-43CF-98E5-F7A3C6A0F584}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {E1E62E36-922D-43CF-98E5-F7A3C6A0F584}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E1E62E36-922D-43CF-98E5-F7A3C6A0F584}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E1E62E36-922D-43CF-98E5-F7A3C6A0F584}.Release|Any CPU.Build.0 = Release|Any CPU - {E1E62E36-922D-43CF-98E5-F7A3C6A0F584}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {E1E62E36-922D-43CF-98E5-F7A3C6A0F584}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {E1E62E36-922D-43CF-98E5-F7A3C6A0F584}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {E1E62E36-922D-43CF-98E5-F7A3C6A0F584}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {E1E62E36-922D-43CF-98E5-F7A3C6A0F584}.Debug|iPhone.ActiveCfg = Debug|Any CPU {E1E62E36-922D-43CF-98E5-F7A3C6A0F584}.Debug|iPhone.Build.0 = Debug|Any CPU + {E1E62E36-922D-43CF-98E5-F7A3C6A0F584}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {E1E62E36-922D-43CF-98E5-F7A3C6A0F584}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {E1E62E36-922D-43CF-98E5-F7A3C6A0F584}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E1E62E36-922D-43CF-98E5-F7A3C6A0F584}.Release|Any CPU.Build.0 = Release|Any CPU {E1E62E36-922D-43CF-98E5-F7A3C6A0F584}.Release|iPhone.ActiveCfg = Release|Any CPU {E1E62E36-922D-43CF-98E5-F7A3C6A0F584}.Release|iPhone.Build.0 = Release|Any CPU - {E1E62E36-922D-43CF-98E5-F7A3C6A0F584}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {E1E62E36-922D-43CF-98E5-F7A3C6A0F584}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {E1E62E36-922D-43CF-98E5-F7A3C6A0F584}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {E1E62E36-922D-43CF-98E5-F7A3C6A0F584}.AppStore|iPhone.Build.0 = Debug|Any CPU + {E1E62E36-922D-43CF-98E5-F7A3C6A0F584}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {E1E62E36-922D-43CF-98E5-F7A3C6A0F584}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {B263030B-35E9-4727-B322-EDE727C389C2} EndGlobalSection EndGlobal diff --git a/GetStarted/Tutorials/LocalDatabaseTutorial/LocalDatabaseTutorial.sln b/GetStarted/Tutorials/LocalDatabaseTutorial/LocalDatabaseTutorial.sln index bee6d2598c..7d998b8b0a 100644 --- a/GetStarted/Tutorials/LocalDatabaseTutorial/LocalDatabaseTutorial.sln +++ b/GetStarted/Tutorials/LocalDatabaseTutorial/LocalDatabaseTutorial.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}") = "LocalDatabaseTutorial.Android", "LocalDatabaseTutorial.Android\LocalDatabaseTutorial.Android.csproj", "{F4164324-2C01-4134-86EC-D70D194B0969}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LocalDatabaseTutorial.iOS", "LocalDatabaseTutorial.iOS\LocalDatabaseTutorial.iOS.csproj", "{904FA777-A134-483C-9B85-41F9C06F4E4B}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LocalDatabaseTutorial", "LocalDatabaseTutorial\LocalDatabaseTutorial.csproj", "{7129C85F-2185-481A-9655-73E33C69A52F}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LocalDatabaseTutorial", "LocalDatabaseTutorial\LocalDatabaseTutorial.csproj", "{7129C85F-2185-481A-9655-73E33C69A52F}" 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 + {F4164324-2C01-4134-86EC-D70D194B0969}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {F4164324-2C01-4134-86EC-D70D194B0969}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {F4164324-2C01-4134-86EC-D70D194B0969}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU + {F4164324-2C01-4134-86EC-D70D194B0969}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {F4164324-2C01-4134-86EC-D70D194B0969}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {F4164324-2C01-4134-86EC-D70D194B0969}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {F4164324-2C01-4134-86EC-D70D194B0969}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {F4164324-2C01-4134-86EC-D70D194B0969}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU + {F4164324-2C01-4134-86EC-D70D194B0969}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {F4164324-2C01-4134-86EC-D70D194B0969}.AppStore|Any CPU.Build.0 = Release|Any CPU + {F4164324-2C01-4134-86EC-D70D194B0969}.AppStore|Any CPU.Deploy.0 = Release|Any CPU + {F4164324-2C01-4134-86EC-D70D194B0969}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {F4164324-2C01-4134-86EC-D70D194B0969}.AppStore|iPhone.Build.0 = Debug|Any CPU + {F4164324-2C01-4134-86EC-D70D194B0969}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {F4164324-2C01-4134-86EC-D70D194B0969}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU + {F4164324-2C01-4134-86EC-D70D194B0969}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU {F4164324-2C01-4134-86EC-D70D194B0969}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {F4164324-2C01-4134-86EC-D70D194B0969}.Debug|Any CPU.Build.0 = Debug|Any CPU - {F4164324-2C01-4134-86EC-D70D194B0969}.Release|Any CPU.ActiveCfg = Release|Any CPU - {F4164324-2C01-4134-86EC-D70D194B0969}.Release|Any CPU.Build.0 = Release|Any CPU - {F4164324-2C01-4134-86EC-D70D194B0969}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {F4164324-2C01-4134-86EC-D70D194B0969}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {F4164324-2C01-4134-86EC-D70D194B0969}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {F4164324-2C01-4134-86EC-D70D194B0969}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {F4164324-2C01-4134-86EC-D70D194B0969}.Debug|Any CPU.Deploy.0 = Debug|Any CPU {F4164324-2C01-4134-86EC-D70D194B0969}.Debug|iPhone.ActiveCfg = Debug|Any CPU {F4164324-2C01-4134-86EC-D70D194B0969}.Debug|iPhone.Build.0 = Debug|Any CPU + {F4164324-2C01-4134-86EC-D70D194B0969}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {F4164324-2C01-4134-86EC-D70D194B0969}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {F4164324-2C01-4134-86EC-D70D194B0969}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F4164324-2C01-4134-86EC-D70D194B0969}.Release|Any CPU.Build.0 = Release|Any CPU + {F4164324-2C01-4134-86EC-D70D194B0969}.Release|Any CPU.Deploy.0 = Release|Any CPU {F4164324-2C01-4134-86EC-D70D194B0969}.Release|iPhone.ActiveCfg = Release|Any CPU {F4164324-2C01-4134-86EC-D70D194B0969}.Release|iPhone.Build.0 = Release|Any CPU - {F4164324-2C01-4134-86EC-D70D194B0969}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {F4164324-2C01-4134-86EC-D70D194B0969}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {F4164324-2C01-4134-86EC-D70D194B0969}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {F4164324-2C01-4134-86EC-D70D194B0969}.AppStore|iPhone.Build.0 = Debug|Any CPU + {F4164324-2C01-4134-86EC-D70D194B0969}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {F4164324-2C01-4134-86EC-D70D194B0969}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {904FA777-A134-483C-9B85-41F9C06F4E4B}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator + {904FA777-A134-483C-9B85-41F9C06F4E4B}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone + {904FA777-A134-483C-9B85-41F9C06F4E4B}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone + {904FA777-A134-483C-9B85-41F9C06F4E4B}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator + {904FA777-A134-483C-9B85-41F9C06F4E4B}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator + {904FA777-A134-483C-9B85-41F9C06F4E4B}.AppStore|Any CPU.ActiveCfg = AppStore|iPhoneSimulator + {904FA777-A134-483C-9B85-41F9C06F4E4B}.AppStore|iPhone.ActiveCfg = AppStore|iPhone + {904FA777-A134-483C-9B85-41F9C06F4E4B}.AppStore|iPhone.Build.0 = AppStore|iPhone + {904FA777-A134-483C-9B85-41F9C06F4E4B}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator + {904FA777-A134-483C-9B85-41F9C06F4E4B}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator {904FA777-A134-483C-9B85-41F9C06F4E4B}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator {904FA777-A134-483C-9B85-41F9C06F4E4B}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator - {904FA777-A134-483C-9B85-41F9C06F4E4B}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator - {904FA777-A134-483C-9B85-41F9C06F4E4B}.Release|Any CPU.Build.0 = Release|iPhoneSimulator - {904FA777-A134-483C-9B85-41F9C06F4E4B}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator - {904FA777-A134-483C-9B85-41F9C06F4E4B}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator - {904FA777-A134-483C-9B85-41F9C06F4E4B}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator - {904FA777-A134-483C-9B85-41F9C06F4E4B}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {904FA777-A134-483C-9B85-41F9C06F4E4B}.Debug|iPhone.ActiveCfg = Debug|iPhone {904FA777-A134-483C-9B85-41F9C06F4E4B}.Debug|iPhone.Build.0 = Debug|iPhone + {904FA777-A134-483C-9B85-41F9C06F4E4B}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator + {904FA777-A134-483C-9B85-41F9C06F4E4B}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator + {904FA777-A134-483C-9B85-41F9C06F4E4B}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator + {904FA777-A134-483C-9B85-41F9C06F4E4B}.Release|Any CPU.Build.0 = Release|iPhoneSimulator {904FA777-A134-483C-9B85-41F9C06F4E4B}.Release|iPhone.ActiveCfg = Release|iPhone {904FA777-A134-483C-9B85-41F9C06F4E4B}.Release|iPhone.Build.0 = Release|iPhone - {904FA777-A134-483C-9B85-41F9C06F4E4B}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone - {904FA777-A134-483C-9B85-41F9C06F4E4B}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone - {904FA777-A134-483C-9B85-41F9C06F4E4B}.AppStore|iPhone.ActiveCfg = AppStore|iPhone - {904FA777-A134-483C-9B85-41F9C06F4E4B}.AppStore|iPhone.Build.0 = AppStore|iPhone + {904FA777-A134-483C-9B85-41F9C06F4E4B}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {904FA777-A134-483C-9B85-41F9C06F4E4B}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {7129C85F-2185-481A-9655-73E33C69A52F}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {7129C85F-2185-481A-9655-73E33C69A52F}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {7129C85F-2185-481A-9655-73E33C69A52F}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {7129C85F-2185-481A-9655-73E33C69A52F}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {7129C85F-2185-481A-9655-73E33C69A52F}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {7129C85F-2185-481A-9655-73E33C69A52F}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {7129C85F-2185-481A-9655-73E33C69A52F}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {7129C85F-2185-481A-9655-73E33C69A52F}.AppStore|Any CPU.Build.0 = Release|Any CPU + {7129C85F-2185-481A-9655-73E33C69A52F}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {7129C85F-2185-481A-9655-73E33C69A52F}.AppStore|iPhone.Build.0 = Debug|Any CPU + {7129C85F-2185-481A-9655-73E33C69A52F}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {7129C85F-2185-481A-9655-73E33C69A52F}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU {7129C85F-2185-481A-9655-73E33C69A52F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {7129C85F-2185-481A-9655-73E33C69A52F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {7129C85F-2185-481A-9655-73E33C69A52F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {7129C85F-2185-481A-9655-73E33C69A52F}.Release|Any CPU.Build.0 = Release|Any CPU - {7129C85F-2185-481A-9655-73E33C69A52F}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {7129C85F-2185-481A-9655-73E33C69A52F}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {7129C85F-2185-481A-9655-73E33C69A52F}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {7129C85F-2185-481A-9655-73E33C69A52F}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {7129C85F-2185-481A-9655-73E33C69A52F}.Debug|iPhone.ActiveCfg = Debug|Any CPU {7129C85F-2185-481A-9655-73E33C69A52F}.Debug|iPhone.Build.0 = Debug|Any CPU + {7129C85F-2185-481A-9655-73E33C69A52F}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {7129C85F-2185-481A-9655-73E33C69A52F}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {7129C85F-2185-481A-9655-73E33C69A52F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7129C85F-2185-481A-9655-73E33C69A52F}.Release|Any CPU.Build.0 = Release|Any CPU {7129C85F-2185-481A-9655-73E33C69A52F}.Release|iPhone.ActiveCfg = Release|Any CPU {7129C85F-2185-481A-9655-73E33C69A52F}.Release|iPhone.Build.0 = Release|Any CPU - {7129C85F-2185-481A-9655-73E33C69A52F}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {7129C85F-2185-481A-9655-73E33C69A52F}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {7129C85F-2185-481A-9655-73E33C69A52F}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {7129C85F-2185-481A-9655-73E33C69A52F}.AppStore|iPhone.Build.0 = Debug|Any CPU + {7129C85F-2185-481A-9655-73E33C69A52F}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {7129C85F-2185-481A-9655-73E33C69A52F}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {F726E32E-A45D-4845-BD32-DC6F6DDB3F73} EndGlobalSection EndGlobal diff --git a/GetStarted/Tutorials/PopupsTutorial/PopupsTutorial.sln b/GetStarted/Tutorials/PopupsTutorial/PopupsTutorial.sln index 57ffbcae52..2524c5e48b 100644 --- a/GetStarted/Tutorials/PopupsTutorial/PopupsTutorial.sln +++ b/GetStarted/Tutorials/PopupsTutorial/PopupsTutorial.sln @@ -1,71 +1,109 @@ - 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}") = "PopupsTutorial.Android", "PopupsTutorial.Android\PopupsTutorial.Android.csproj", "{02759420-5E93-4782-B2DD-1AB2CE76C769}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PopupsTutorial.iOS", "PopupsTutorial.iOS\PopupsTutorial.iOS.csproj", "{B8174737-2AFF-49DC-95C6-60D872B4F655}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PopupsTutorial", "PopupsTutorial\PopupsTutorial.csproj", "{7E750A54-86D3-4DC1-A6FB-A0281205A5DE}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PopupsTutorial", "PopupsTutorial\PopupsTutorial.csproj", "{7E750A54-86D3-4DC1-A6FB-A0281205A5DE}" 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 + {02759420-5E93-4782-B2DD-1AB2CE76C769}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {02759420-5E93-4782-B2DD-1AB2CE76C769}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {02759420-5E93-4782-B2DD-1AB2CE76C769}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU + {02759420-5E93-4782-B2DD-1AB2CE76C769}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {02759420-5E93-4782-B2DD-1AB2CE76C769}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {02759420-5E93-4782-B2DD-1AB2CE76C769}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {02759420-5E93-4782-B2DD-1AB2CE76C769}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {02759420-5E93-4782-B2DD-1AB2CE76C769}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU + {02759420-5E93-4782-B2DD-1AB2CE76C769}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {02759420-5E93-4782-B2DD-1AB2CE76C769}.AppStore|Any CPU.Build.0 = Release|Any CPU + {02759420-5E93-4782-B2DD-1AB2CE76C769}.AppStore|Any CPU.Deploy.0 = Release|Any CPU + {02759420-5E93-4782-B2DD-1AB2CE76C769}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {02759420-5E93-4782-B2DD-1AB2CE76C769}.AppStore|iPhone.Build.0 = Debug|Any CPU + {02759420-5E93-4782-B2DD-1AB2CE76C769}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {02759420-5E93-4782-B2DD-1AB2CE76C769}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU + {02759420-5E93-4782-B2DD-1AB2CE76C769}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU {02759420-5E93-4782-B2DD-1AB2CE76C769}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {02759420-5E93-4782-B2DD-1AB2CE76C769}.Debug|Any CPU.Build.0 = Debug|Any CPU - {02759420-5E93-4782-B2DD-1AB2CE76C769}.Release|Any CPU.ActiveCfg = Release|Any CPU - {02759420-5E93-4782-B2DD-1AB2CE76C769}.Release|Any CPU.Build.0 = Release|Any CPU - {02759420-5E93-4782-B2DD-1AB2CE76C769}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {02759420-5E93-4782-B2DD-1AB2CE76C769}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {02759420-5E93-4782-B2DD-1AB2CE76C769}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {02759420-5E93-4782-B2DD-1AB2CE76C769}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {02759420-5E93-4782-B2DD-1AB2CE76C769}.Debug|iPhone.ActiveCfg = Debug|Any CPU {02759420-5E93-4782-B2DD-1AB2CE76C769}.Debug|iPhone.Build.0 = Debug|Any CPU + {02759420-5E93-4782-B2DD-1AB2CE76C769}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {02759420-5E93-4782-B2DD-1AB2CE76C769}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {02759420-5E93-4782-B2DD-1AB2CE76C769}.Release|Any CPU.ActiveCfg = Release|Any CPU + {02759420-5E93-4782-B2DD-1AB2CE76C769}.Release|Any CPU.Build.0 = Release|Any CPU + {02759420-5E93-4782-B2DD-1AB2CE76C769}.Release|Any CPU.Deploy.0 = Release|Any CPU {02759420-5E93-4782-B2DD-1AB2CE76C769}.Release|iPhone.ActiveCfg = Release|Any CPU {02759420-5E93-4782-B2DD-1AB2CE76C769}.Release|iPhone.Build.0 = Release|Any CPU - {02759420-5E93-4782-B2DD-1AB2CE76C769}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {02759420-5E93-4782-B2DD-1AB2CE76C769}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {02759420-5E93-4782-B2DD-1AB2CE76C769}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {02759420-5E93-4782-B2DD-1AB2CE76C769}.AppStore|iPhone.Build.0 = Debug|Any CPU + {02759420-5E93-4782-B2DD-1AB2CE76C769}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {02759420-5E93-4782-B2DD-1AB2CE76C769}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {B8174737-2AFF-49DC-95C6-60D872B4F655}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator + {B8174737-2AFF-49DC-95C6-60D872B4F655}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone + {B8174737-2AFF-49DC-95C6-60D872B4F655}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone + {B8174737-2AFF-49DC-95C6-60D872B4F655}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator + {B8174737-2AFF-49DC-95C6-60D872B4F655}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator + {B8174737-2AFF-49DC-95C6-60D872B4F655}.AppStore|Any CPU.ActiveCfg = AppStore|iPhoneSimulator + {B8174737-2AFF-49DC-95C6-60D872B4F655}.AppStore|iPhone.ActiveCfg = AppStore|iPhone + {B8174737-2AFF-49DC-95C6-60D872B4F655}.AppStore|iPhone.Build.0 = AppStore|iPhone + {B8174737-2AFF-49DC-95C6-60D872B4F655}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator + {B8174737-2AFF-49DC-95C6-60D872B4F655}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator {B8174737-2AFF-49DC-95C6-60D872B4F655}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator {B8174737-2AFF-49DC-95C6-60D872B4F655}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator - {B8174737-2AFF-49DC-95C6-60D872B4F655}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator - {B8174737-2AFF-49DC-95C6-60D872B4F655}.Release|Any CPU.Build.0 = Release|iPhoneSimulator - {B8174737-2AFF-49DC-95C6-60D872B4F655}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator - {B8174737-2AFF-49DC-95C6-60D872B4F655}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator - {B8174737-2AFF-49DC-95C6-60D872B4F655}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator - {B8174737-2AFF-49DC-95C6-60D872B4F655}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {B8174737-2AFF-49DC-95C6-60D872B4F655}.Debug|iPhone.ActiveCfg = Debug|iPhone {B8174737-2AFF-49DC-95C6-60D872B4F655}.Debug|iPhone.Build.0 = Debug|iPhone + {B8174737-2AFF-49DC-95C6-60D872B4F655}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator + {B8174737-2AFF-49DC-95C6-60D872B4F655}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator + {B8174737-2AFF-49DC-95C6-60D872B4F655}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator + {B8174737-2AFF-49DC-95C6-60D872B4F655}.Release|Any CPU.Build.0 = Release|iPhoneSimulator {B8174737-2AFF-49DC-95C6-60D872B4F655}.Release|iPhone.ActiveCfg = Release|iPhone {B8174737-2AFF-49DC-95C6-60D872B4F655}.Release|iPhone.Build.0 = Release|iPhone - {B8174737-2AFF-49DC-95C6-60D872B4F655}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone - {B8174737-2AFF-49DC-95C6-60D872B4F655}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone - {B8174737-2AFF-49DC-95C6-60D872B4F655}.AppStore|iPhone.ActiveCfg = AppStore|iPhone - {B8174737-2AFF-49DC-95C6-60D872B4F655}.AppStore|iPhone.Build.0 = AppStore|iPhone + {B8174737-2AFF-49DC-95C6-60D872B4F655}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {B8174737-2AFF-49DC-95C6-60D872B4F655}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {7E750A54-86D3-4DC1-A6FB-A0281205A5DE}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {7E750A54-86D3-4DC1-A6FB-A0281205A5DE}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {7E750A54-86D3-4DC1-A6FB-A0281205A5DE}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {7E750A54-86D3-4DC1-A6FB-A0281205A5DE}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {7E750A54-86D3-4DC1-A6FB-A0281205A5DE}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {7E750A54-86D3-4DC1-A6FB-A0281205A5DE}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {7E750A54-86D3-4DC1-A6FB-A0281205A5DE}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {7E750A54-86D3-4DC1-A6FB-A0281205A5DE}.AppStore|Any CPU.Build.0 = Release|Any CPU + {7E750A54-86D3-4DC1-A6FB-A0281205A5DE}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {7E750A54-86D3-4DC1-A6FB-A0281205A5DE}.AppStore|iPhone.Build.0 = Debug|Any CPU + {7E750A54-86D3-4DC1-A6FB-A0281205A5DE}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {7E750A54-86D3-4DC1-A6FB-A0281205A5DE}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU {7E750A54-86D3-4DC1-A6FB-A0281205A5DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {7E750A54-86D3-4DC1-A6FB-A0281205A5DE}.Debug|Any CPU.Build.0 = Debug|Any CPU - {7E750A54-86D3-4DC1-A6FB-A0281205A5DE}.Release|Any CPU.ActiveCfg = Release|Any CPU - {7E750A54-86D3-4DC1-A6FB-A0281205A5DE}.Release|Any CPU.Build.0 = Release|Any CPU - {7E750A54-86D3-4DC1-A6FB-A0281205A5DE}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {7E750A54-86D3-4DC1-A6FB-A0281205A5DE}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {7E750A54-86D3-4DC1-A6FB-A0281205A5DE}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {7E750A54-86D3-4DC1-A6FB-A0281205A5DE}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {7E750A54-86D3-4DC1-A6FB-A0281205A5DE}.Debug|iPhone.ActiveCfg = Debug|Any CPU {7E750A54-86D3-4DC1-A6FB-A0281205A5DE}.Debug|iPhone.Build.0 = Debug|Any CPU + {7E750A54-86D3-4DC1-A6FB-A0281205A5DE}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {7E750A54-86D3-4DC1-A6FB-A0281205A5DE}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {7E750A54-86D3-4DC1-A6FB-A0281205A5DE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7E750A54-86D3-4DC1-A6FB-A0281205A5DE}.Release|Any CPU.Build.0 = Release|Any CPU {7E750A54-86D3-4DC1-A6FB-A0281205A5DE}.Release|iPhone.ActiveCfg = Release|Any CPU {7E750A54-86D3-4DC1-A6FB-A0281205A5DE}.Release|iPhone.Build.0 = Release|Any CPU - {7E750A54-86D3-4DC1-A6FB-A0281205A5DE}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {7E750A54-86D3-4DC1-A6FB-A0281205A5DE}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {7E750A54-86D3-4DC1-A6FB-A0281205A5DE}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {7E750A54-86D3-4DC1-A6FB-A0281205A5DE}.AppStore|iPhone.Build.0 = Debug|Any CPU + {7E750A54-86D3-4DC1-A6FB-A0281205A5DE}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {7E750A54-86D3-4DC1-A6FB-A0281205A5DE}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {2D8EE815-31B6-462B-B76C-D201C7A56820} EndGlobalSection EndGlobal diff --git a/GetStarted/Tutorials/StackLayoutTutorial/StackLayoutTutorial.sln b/GetStarted/Tutorials/StackLayoutTutorial/StackLayoutTutorial.sln index 065fe3d0ef..3566ac2ee6 100644 --- a/GetStarted/Tutorials/StackLayoutTutorial/StackLayoutTutorial.sln +++ b/GetStarted/Tutorials/StackLayoutTutorial/StackLayoutTutorial.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}") = "StackLayoutTutorial.Android", "StackLayoutTutorial.Android\StackLayoutTutorial.Android.csproj", "{5CB47BEB-291D-4E46-8727-63A7A608FD26}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StackLayoutTutorial.iOS", "StackLayoutTutorial.iOS\StackLayoutTutorial.iOS.csproj", "{1684129C-DDC0-4A54-A5A1-40EB3C10681A}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StackLayoutTutorial", "StackLayoutTutorial\StackLayoutTutorial.csproj", "{CB9241B0-315C-42A3-912C-E9A9CA320D25}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StackLayoutTutorial", "StackLayoutTutorial\StackLayoutTutorial.csproj", "{CB9241B0-315C-42A3-912C-E9A9CA320D25}" 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 + {5CB47BEB-291D-4E46-8727-63A7A608FD26}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {5CB47BEB-291D-4E46-8727-63A7A608FD26}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {5CB47BEB-291D-4E46-8727-63A7A608FD26}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU + {5CB47BEB-291D-4E46-8727-63A7A608FD26}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {5CB47BEB-291D-4E46-8727-63A7A608FD26}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {5CB47BEB-291D-4E46-8727-63A7A608FD26}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {5CB47BEB-291D-4E46-8727-63A7A608FD26}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {5CB47BEB-291D-4E46-8727-63A7A608FD26}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU + {5CB47BEB-291D-4E46-8727-63A7A608FD26}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {5CB47BEB-291D-4E46-8727-63A7A608FD26}.AppStore|Any CPU.Build.0 = Release|Any CPU + {5CB47BEB-291D-4E46-8727-63A7A608FD26}.AppStore|Any CPU.Deploy.0 = Release|Any CPU + {5CB47BEB-291D-4E46-8727-63A7A608FD26}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {5CB47BEB-291D-4E46-8727-63A7A608FD26}.AppStore|iPhone.Build.0 = Debug|Any CPU + {5CB47BEB-291D-4E46-8727-63A7A608FD26}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {5CB47BEB-291D-4E46-8727-63A7A608FD26}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU + {5CB47BEB-291D-4E46-8727-63A7A608FD26}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU {5CB47BEB-291D-4E46-8727-63A7A608FD26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {5CB47BEB-291D-4E46-8727-63A7A608FD26}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5CB47BEB-291D-4E46-8727-63A7A608FD26}.Release|Any CPU.ActiveCfg = Release|Any CPU - {5CB47BEB-291D-4E46-8727-63A7A608FD26}.Release|Any CPU.Build.0 = Release|Any CPU - {5CB47BEB-291D-4E46-8727-63A7A608FD26}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {5CB47BEB-291D-4E46-8727-63A7A608FD26}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {5CB47BEB-291D-4E46-8727-63A7A608FD26}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {5CB47BEB-291D-4E46-8727-63A7A608FD26}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {5CB47BEB-291D-4E46-8727-63A7A608FD26}.Debug|Any CPU.Deploy.0 = Debug|Any CPU {5CB47BEB-291D-4E46-8727-63A7A608FD26}.Debug|iPhone.ActiveCfg = Debug|Any CPU {5CB47BEB-291D-4E46-8727-63A7A608FD26}.Debug|iPhone.Build.0 = Debug|Any CPU + {5CB47BEB-291D-4E46-8727-63A7A608FD26}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {5CB47BEB-291D-4E46-8727-63A7A608FD26}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {5CB47BEB-291D-4E46-8727-63A7A608FD26}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5CB47BEB-291D-4E46-8727-63A7A608FD26}.Release|Any CPU.Build.0 = Release|Any CPU + {5CB47BEB-291D-4E46-8727-63A7A608FD26}.Release|Any CPU.Deploy.0 = Release|Any CPU {5CB47BEB-291D-4E46-8727-63A7A608FD26}.Release|iPhone.ActiveCfg = Release|Any CPU {5CB47BEB-291D-4E46-8727-63A7A608FD26}.Release|iPhone.Build.0 = Release|Any CPU - {5CB47BEB-291D-4E46-8727-63A7A608FD26}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {5CB47BEB-291D-4E46-8727-63A7A608FD26}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {5CB47BEB-291D-4E46-8727-63A7A608FD26}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {5CB47BEB-291D-4E46-8727-63A7A608FD26}.AppStore|iPhone.Build.0 = Debug|Any CPU + {5CB47BEB-291D-4E46-8727-63A7A608FD26}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {5CB47BEB-291D-4E46-8727-63A7A608FD26}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {1684129C-DDC0-4A54-A5A1-40EB3C10681A}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator + {1684129C-DDC0-4A54-A5A1-40EB3C10681A}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone + {1684129C-DDC0-4A54-A5A1-40EB3C10681A}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone + {1684129C-DDC0-4A54-A5A1-40EB3C10681A}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator + {1684129C-DDC0-4A54-A5A1-40EB3C10681A}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator + {1684129C-DDC0-4A54-A5A1-40EB3C10681A}.AppStore|Any CPU.ActiveCfg = AppStore|iPhoneSimulator + {1684129C-DDC0-4A54-A5A1-40EB3C10681A}.AppStore|iPhone.ActiveCfg = AppStore|iPhone + {1684129C-DDC0-4A54-A5A1-40EB3C10681A}.AppStore|iPhone.Build.0 = AppStore|iPhone + {1684129C-DDC0-4A54-A5A1-40EB3C10681A}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator + {1684129C-DDC0-4A54-A5A1-40EB3C10681A}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator {1684129C-DDC0-4A54-A5A1-40EB3C10681A}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator {1684129C-DDC0-4A54-A5A1-40EB3C10681A}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator - {1684129C-DDC0-4A54-A5A1-40EB3C10681A}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator - {1684129C-DDC0-4A54-A5A1-40EB3C10681A}.Release|Any CPU.Build.0 = Release|iPhoneSimulator - {1684129C-DDC0-4A54-A5A1-40EB3C10681A}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator - {1684129C-DDC0-4A54-A5A1-40EB3C10681A}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator - {1684129C-DDC0-4A54-A5A1-40EB3C10681A}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator - {1684129C-DDC0-4A54-A5A1-40EB3C10681A}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {1684129C-DDC0-4A54-A5A1-40EB3C10681A}.Debug|iPhone.ActiveCfg = Debug|iPhone {1684129C-DDC0-4A54-A5A1-40EB3C10681A}.Debug|iPhone.Build.0 = Debug|iPhone + {1684129C-DDC0-4A54-A5A1-40EB3C10681A}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator + {1684129C-DDC0-4A54-A5A1-40EB3C10681A}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator + {1684129C-DDC0-4A54-A5A1-40EB3C10681A}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator + {1684129C-DDC0-4A54-A5A1-40EB3C10681A}.Release|Any CPU.Build.0 = Release|iPhoneSimulator {1684129C-DDC0-4A54-A5A1-40EB3C10681A}.Release|iPhone.ActiveCfg = Release|iPhone {1684129C-DDC0-4A54-A5A1-40EB3C10681A}.Release|iPhone.Build.0 = Release|iPhone - {1684129C-DDC0-4A54-A5A1-40EB3C10681A}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone - {1684129C-DDC0-4A54-A5A1-40EB3C10681A}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone - {1684129C-DDC0-4A54-A5A1-40EB3C10681A}.AppStore|iPhone.ActiveCfg = AppStore|iPhone - {1684129C-DDC0-4A54-A5A1-40EB3C10681A}.AppStore|iPhone.Build.0 = AppStore|iPhone + {1684129C-DDC0-4A54-A5A1-40EB3C10681A}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {1684129C-DDC0-4A54-A5A1-40EB3C10681A}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {CB9241B0-315C-42A3-912C-E9A9CA320D25}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {CB9241B0-315C-42A3-912C-E9A9CA320D25}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {CB9241B0-315C-42A3-912C-E9A9CA320D25}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {CB9241B0-315C-42A3-912C-E9A9CA320D25}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {CB9241B0-315C-42A3-912C-E9A9CA320D25}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {CB9241B0-315C-42A3-912C-E9A9CA320D25}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {CB9241B0-315C-42A3-912C-E9A9CA320D25}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {CB9241B0-315C-42A3-912C-E9A9CA320D25}.AppStore|Any CPU.Build.0 = Release|Any CPU + {CB9241B0-315C-42A3-912C-E9A9CA320D25}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {CB9241B0-315C-42A3-912C-E9A9CA320D25}.AppStore|iPhone.Build.0 = Debug|Any CPU + {CB9241B0-315C-42A3-912C-E9A9CA320D25}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {CB9241B0-315C-42A3-912C-E9A9CA320D25}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU {CB9241B0-315C-42A3-912C-E9A9CA320D25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {CB9241B0-315C-42A3-912C-E9A9CA320D25}.Debug|Any CPU.Build.0 = Debug|Any CPU - {CB9241B0-315C-42A3-912C-E9A9CA320D25}.Release|Any CPU.ActiveCfg = Release|Any CPU - {CB9241B0-315C-42A3-912C-E9A9CA320D25}.Release|Any CPU.Build.0 = Release|Any CPU - {CB9241B0-315C-42A3-912C-E9A9CA320D25}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {CB9241B0-315C-42A3-912C-E9A9CA320D25}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {CB9241B0-315C-42A3-912C-E9A9CA320D25}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {CB9241B0-315C-42A3-912C-E9A9CA320D25}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {CB9241B0-315C-42A3-912C-E9A9CA320D25}.Debug|iPhone.ActiveCfg = Debug|Any CPU {CB9241B0-315C-42A3-912C-E9A9CA320D25}.Debug|iPhone.Build.0 = Debug|Any CPU + {CB9241B0-315C-42A3-912C-E9A9CA320D25}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {CB9241B0-315C-42A3-912C-E9A9CA320D25}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {CB9241B0-315C-42A3-912C-E9A9CA320D25}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CB9241B0-315C-42A3-912C-E9A9CA320D25}.Release|Any CPU.Build.0 = Release|Any CPU {CB9241B0-315C-42A3-912C-E9A9CA320D25}.Release|iPhone.ActiveCfg = Release|Any CPU {CB9241B0-315C-42A3-912C-E9A9CA320D25}.Release|iPhone.Build.0 = Release|Any CPU - {CB9241B0-315C-42A3-912C-E9A9CA320D25}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {CB9241B0-315C-42A3-912C-E9A9CA320D25}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {CB9241B0-315C-42A3-912C-E9A9CA320D25}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {CB9241B0-315C-42A3-912C-E9A9CA320D25}.AppStore|iPhone.Build.0 = Debug|Any CPU + {CB9241B0-315C-42A3-912C-E9A9CA320D25}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {CB9241B0-315C-42A3-912C-E9A9CA320D25}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {C1A0AE89-504E-4589-963A-D646D8F914C6} EndGlobalSection EndGlobal diff --git a/GetStarted/Tutorials/WebServiceTutorial/WebServiceTutorial.sln b/GetStarted/Tutorials/WebServiceTutorial/WebServiceTutorial.sln index f858f0e5e5..b6dbdd8c33 100644 --- a/GetStarted/Tutorials/WebServiceTutorial/WebServiceTutorial.sln +++ b/GetStarted/Tutorials/WebServiceTutorial/WebServiceTutorial.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}") = "WebServiceTutorial.Android", "WebServiceTutorial.Android\WebServiceTutorial.Android.csproj", "{3B21250E-0379-4CAC-B706-36E58CC05A58}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebServiceTutorial.iOS", "WebServiceTutorial.iOS\WebServiceTutorial.iOS.csproj", "{E4485A97-E154-4F89-838F-35FE246ECA6C}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebServiceTutorial", "WebServiceTutorial\WebServiceTutorial.csproj", "{428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebServiceTutorial", "WebServiceTutorial\WebServiceTutorial.csproj", "{428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}" 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 + {3B21250E-0379-4CAC-B706-36E58CC05A58}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {3B21250E-0379-4CAC-B706-36E58CC05A58}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {3B21250E-0379-4CAC-B706-36E58CC05A58}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU + {3B21250E-0379-4CAC-B706-36E58CC05A58}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {3B21250E-0379-4CAC-B706-36E58CC05A58}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {3B21250E-0379-4CAC-B706-36E58CC05A58}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {3B21250E-0379-4CAC-B706-36E58CC05A58}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {3B21250E-0379-4CAC-B706-36E58CC05A58}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU + {3B21250E-0379-4CAC-B706-36E58CC05A58}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {3B21250E-0379-4CAC-B706-36E58CC05A58}.AppStore|Any CPU.Build.0 = Release|Any CPU + {3B21250E-0379-4CAC-B706-36E58CC05A58}.AppStore|Any CPU.Deploy.0 = Release|Any CPU + {3B21250E-0379-4CAC-B706-36E58CC05A58}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {3B21250E-0379-4CAC-B706-36E58CC05A58}.AppStore|iPhone.Build.0 = Debug|Any CPU + {3B21250E-0379-4CAC-B706-36E58CC05A58}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {3B21250E-0379-4CAC-B706-36E58CC05A58}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU + {3B21250E-0379-4CAC-B706-36E58CC05A58}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU {3B21250E-0379-4CAC-B706-36E58CC05A58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {3B21250E-0379-4CAC-B706-36E58CC05A58}.Debug|Any CPU.Build.0 = Debug|Any CPU - {3B21250E-0379-4CAC-B706-36E58CC05A58}.Release|Any CPU.ActiveCfg = Release|Any CPU - {3B21250E-0379-4CAC-B706-36E58CC05A58}.Release|Any CPU.Build.0 = Release|Any CPU - {3B21250E-0379-4CAC-B706-36E58CC05A58}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {3B21250E-0379-4CAC-B706-36E58CC05A58}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {3B21250E-0379-4CAC-B706-36E58CC05A58}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {3B21250E-0379-4CAC-B706-36E58CC05A58}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {3B21250E-0379-4CAC-B706-36E58CC05A58}.Debug|Any CPU.Deploy.0 = Debug|Any CPU {3B21250E-0379-4CAC-B706-36E58CC05A58}.Debug|iPhone.ActiveCfg = Debug|Any CPU {3B21250E-0379-4CAC-B706-36E58CC05A58}.Debug|iPhone.Build.0 = Debug|Any CPU + {3B21250E-0379-4CAC-B706-36E58CC05A58}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {3B21250E-0379-4CAC-B706-36E58CC05A58}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {3B21250E-0379-4CAC-B706-36E58CC05A58}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3B21250E-0379-4CAC-B706-36E58CC05A58}.Release|Any CPU.Build.0 = Release|Any CPU + {3B21250E-0379-4CAC-B706-36E58CC05A58}.Release|Any CPU.Deploy.0 = Release|Any CPU {3B21250E-0379-4CAC-B706-36E58CC05A58}.Release|iPhone.ActiveCfg = Release|Any CPU {3B21250E-0379-4CAC-B706-36E58CC05A58}.Release|iPhone.Build.0 = Release|Any CPU - {3B21250E-0379-4CAC-B706-36E58CC05A58}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {3B21250E-0379-4CAC-B706-36E58CC05A58}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {3B21250E-0379-4CAC-B706-36E58CC05A58}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {3B21250E-0379-4CAC-B706-36E58CC05A58}.AppStore|iPhone.Build.0 = Debug|Any CPU + {3B21250E-0379-4CAC-B706-36E58CC05A58}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {3B21250E-0379-4CAC-B706-36E58CC05A58}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {E4485A97-E154-4F89-838F-35FE246ECA6C}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator + {E4485A97-E154-4F89-838F-35FE246ECA6C}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone + {E4485A97-E154-4F89-838F-35FE246ECA6C}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone + {E4485A97-E154-4F89-838F-35FE246ECA6C}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator + {E4485A97-E154-4F89-838F-35FE246ECA6C}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator + {E4485A97-E154-4F89-838F-35FE246ECA6C}.AppStore|Any CPU.ActiveCfg = AppStore|iPhoneSimulator + {E4485A97-E154-4F89-838F-35FE246ECA6C}.AppStore|iPhone.ActiveCfg = AppStore|iPhone + {E4485A97-E154-4F89-838F-35FE246ECA6C}.AppStore|iPhone.Build.0 = AppStore|iPhone + {E4485A97-E154-4F89-838F-35FE246ECA6C}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator + {E4485A97-E154-4F89-838F-35FE246ECA6C}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator {E4485A97-E154-4F89-838F-35FE246ECA6C}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator {E4485A97-E154-4F89-838F-35FE246ECA6C}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator - {E4485A97-E154-4F89-838F-35FE246ECA6C}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator - {E4485A97-E154-4F89-838F-35FE246ECA6C}.Release|Any CPU.Build.0 = Release|iPhoneSimulator - {E4485A97-E154-4F89-838F-35FE246ECA6C}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator - {E4485A97-E154-4F89-838F-35FE246ECA6C}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator - {E4485A97-E154-4F89-838F-35FE246ECA6C}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator - {E4485A97-E154-4F89-838F-35FE246ECA6C}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {E4485A97-E154-4F89-838F-35FE246ECA6C}.Debug|iPhone.ActiveCfg = Debug|iPhone {E4485A97-E154-4F89-838F-35FE246ECA6C}.Debug|iPhone.Build.0 = Debug|iPhone + {E4485A97-E154-4F89-838F-35FE246ECA6C}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator + {E4485A97-E154-4F89-838F-35FE246ECA6C}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator + {E4485A97-E154-4F89-838F-35FE246ECA6C}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator + {E4485A97-E154-4F89-838F-35FE246ECA6C}.Release|Any CPU.Build.0 = Release|iPhoneSimulator {E4485A97-E154-4F89-838F-35FE246ECA6C}.Release|iPhone.ActiveCfg = Release|iPhone {E4485A97-E154-4F89-838F-35FE246ECA6C}.Release|iPhone.Build.0 = Release|iPhone - {E4485A97-E154-4F89-838F-35FE246ECA6C}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone - {E4485A97-E154-4F89-838F-35FE246ECA6C}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone - {E4485A97-E154-4F89-838F-35FE246ECA6C}.AppStore|iPhone.ActiveCfg = AppStore|iPhone - {E4485A97-E154-4F89-838F-35FE246ECA6C}.AppStore|iPhone.Build.0 = AppStore|iPhone + {E4485A97-E154-4F89-838F-35FE246ECA6C}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {E4485A97-E154-4F89-838F-35FE246ECA6C}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}.AppStore|Any CPU.Build.0 = Release|Any CPU + {428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}.AppStore|iPhone.Build.0 = Debug|Any CPU + {428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU {428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}.Debug|Any CPU.Build.0 = Debug|Any CPU - {428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}.Release|Any CPU.ActiveCfg = Release|Any CPU - {428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}.Release|Any CPU.Build.0 = Release|Any CPU - {428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}.Debug|iPhone.ActiveCfg = Debug|Any CPU {428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}.Debug|iPhone.Build.0 = Debug|Any CPU + {428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}.Release|Any CPU.Build.0 = Release|Any CPU {428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}.Release|iPhone.ActiveCfg = Release|Any CPU {428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}.Release|iPhone.Build.0 = Release|Any CPU - {428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}.AppStore|iPhone.Build.0 = Debug|Any CPU + {428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {428F02B4-7FBF-47CE-9127-5CC8E12A0CD7}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {8023EFEC-A56E-4167-BE1D-FEBABBBAE4F7} EndGlobalSection EndGlobal diff --git a/LabelledSectionsList/LabelledSectionsList.sln b/LabelledSectionsList/LabelledSectionsList.sln index 3b57e37662..d132877eae 100644 --- a/LabelledSectionsList/LabelledSectionsList.sln +++ b/LabelledSectionsList/LabelledSectionsList.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}") = "LabelledSectionsList", "LabelledSectionsList\LabelledSectionsList\LabelledSectionsList.csproj", "{5C7B1628-7ABC-4A86-9F1F-517AC1EE0E86}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LabelledSectionsList", "LabelledSectionsList\LabelledSectionsList\LabelledSectionsList.csproj", "{5C7B1628-7ABC-4A86-9F1F-517AC1EE0E86}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LabelledSectionsList.iOS", "LabelledSectionsList\LabelledSectionsList.iOS\LabelledSectionsList.iOS.csproj", "{AFF1D0DC-B584-4838-90BC-F0CCD92D8717}" EndProject @@ -267,9 +267,6 @@ Global {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x64 {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x64 {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|x64 - {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|x86 - {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Ad-Hoc|Mixed Platforms.Build.0 = Release|x86 - {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Ad-Hoc|Mixed Platforms.Deploy.0 = Release|x86 {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Ad-Hoc|x64.ActiveCfg = Release|x64 {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Ad-Hoc|x64.Build.0 = Release|x64 {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Ad-Hoc|x64.Deploy.0 = Release|x64 @@ -288,9 +285,6 @@ Global {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.AppStore|iPhoneSimulator.ActiveCfg = Release|x64 {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.AppStore|iPhoneSimulator.Build.0 = Release|x64 {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.AppStore|iPhoneSimulator.Deploy.0 = Release|x64 - {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.AppStore|Mixed Platforms.ActiveCfg = Release|x86 - {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.AppStore|Mixed Platforms.Build.0 = Release|x86 - {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.AppStore|Mixed Platforms.Deploy.0 = Release|x86 {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.AppStore|x64.ActiveCfg = Release|x64 {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.AppStore|x64.Build.0 = Release|x64 {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.AppStore|x64.Deploy.0 = Release|x64 @@ -298,14 +292,13 @@ Global {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.AppStore|x86.Build.0 = Release|x86 {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.AppStore|x86.Deploy.0 = Release|x86 {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Debug|Any CPU.ActiveCfg = Debug|x86 + {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Debug|Any CPU.Build.0 = Debug|x86 + {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Debug|Any CPU.Deploy.0 = Debug|x86 {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Debug|ARM.ActiveCfg = Debug|ARM {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Debug|ARM.Build.0 = Debug|ARM {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Debug|ARM.Deploy.0 = Debug|ARM {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Debug|iPhone.ActiveCfg = Debug|x86 {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86 - {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Debug|Mixed Platforms.Deploy.0 = Debug|x86 {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Debug|x64.ActiveCfg = Debug|x64 {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Debug|x64.Build.0 = Debug|x64 {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Debug|x64.Deploy.0 = Debug|x64 @@ -313,14 +306,13 @@ Global {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Debug|x86.Build.0 = Debug|x86 {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Debug|x86.Deploy.0 = Debug|x86 {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Release|Any CPU.ActiveCfg = Release|x86 + {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Release|Any CPU.Build.0 = Release|x86 + {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Release|Any CPU.Deploy.0 = Release|x86 {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Release|ARM.ActiveCfg = Release|ARM {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Release|ARM.Build.0 = Release|ARM {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Release|ARM.Deploy.0 = Release|ARM {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Release|iPhone.ActiveCfg = Release|x86 {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Release|iPhoneSimulator.ActiveCfg = Release|x86 - {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Release|Mixed Platforms.Build.0 = Release|x86 - {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Release|Mixed Platforms.Deploy.0 = Release|x86 {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Release|x64.ActiveCfg = Release|x64 {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Release|x64.Build.0 = Release|x64 {88442316-65EB-4EA5-B7D3-0BAB67A2AD2D}.Release|x64.Deploy.0 = Release|x64 @@ -331,4 +323,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {6C5A751B-1660-4AD6-9EDC-23CE58154941} + EndGlobalSection EndGlobal diff --git a/MobileCRM/MobileCRM.sln b/MobileCRM/MobileCRM.sln index bf43be035e..60345c88a2 100644 --- a/MobileCRM/MobileCRM.sln +++ b/MobileCRM/MobileCRM.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.25420.1 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29920.165 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MobileCRM.Android", "MobileCRM.Android\MobileCRM.Android.csproj", "{83491F6D-BA09-477D-9DC0-3E670794579F}" EndProject @@ -9,7 +9,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MobileCRM.iOS", "MobileCRM. EndProject Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "MobileCRM.Shared", "MobileCRM.Shared\MobileCRM.Shared.shproj", "{2DDBD0EB-9989-4194-86D0-216F141CB69A}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MobileCRM.Services", "MobileCRM.Services\MobileCRM.Services.csproj", "{ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MobileCRM.Services", "MobileCRM.Services\MobileCRM.Services.csproj", "{ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}" EndProject Global GlobalSection(SharedMSBuildProjectFiles) = preSolution @@ -56,9 +56,9 @@ Global {83491F6D-BA09-477D-9DC0-3E670794579F}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU {83491F6D-BA09-477D-9DC0-3E670794579F}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU {83491F6D-BA09-477D-9DC0-3E670794579F}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU - {83491F6D-BA09-477D-9DC0-3E670794579F}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU - {83491F6D-BA09-477D-9DC0-3E670794579F}.Ad-Hoc|x64.Build.0 = Release|Any CPU - {83491F6D-BA09-477D-9DC0-3E670794579F}.Ad-Hoc|x64.Deploy.0 = Release|Any CPU + {83491F6D-BA09-477D-9DC0-3E670794579F}.Ad-Hoc|Mixed Platforms.ActiveCfg = Debug|Any CPU + {83491F6D-BA09-477D-9DC0-3E670794579F}.Ad-Hoc|Mixed Platforms.Build.0 = Debug|Any CPU + {83491F6D-BA09-477D-9DC0-3E670794579F}.Ad-Hoc|Mixed Platforms.Deploy.0 = Debug|Any CPU {83491F6D-BA09-477D-9DC0-3E670794579F}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU {83491F6D-BA09-477D-9DC0-3E670794579F}.Ad-Hoc|x86.Build.0 = Release|Any CPU {83491F6D-BA09-477D-9DC0-3E670794579F}.Ad-Hoc|x86.Deploy.0 = Release|Any CPU @@ -74,9 +74,9 @@ Global {83491F6D-BA09-477D-9DC0-3E670794579F}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU {83491F6D-BA09-477D-9DC0-3E670794579F}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU {83491F6D-BA09-477D-9DC0-3E670794579F}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU - {83491F6D-BA09-477D-9DC0-3E670794579F}.AppStore|x64.ActiveCfg = Release|Any CPU - {83491F6D-BA09-477D-9DC0-3E670794579F}.AppStore|x64.Build.0 = Release|Any CPU - {83491F6D-BA09-477D-9DC0-3E670794579F}.AppStore|x64.Deploy.0 = Release|Any CPU + {83491F6D-BA09-477D-9DC0-3E670794579F}.AppStore|Mixed Platforms.ActiveCfg = Debug|Any CPU + {83491F6D-BA09-477D-9DC0-3E670794579F}.AppStore|Mixed Platforms.Build.0 = Debug|Any CPU + {83491F6D-BA09-477D-9DC0-3E670794579F}.AppStore|Mixed Platforms.Deploy.0 = Debug|Any CPU {83491F6D-BA09-477D-9DC0-3E670794579F}.AppStore|x86.ActiveCfg = Release|Any CPU {83491F6D-BA09-477D-9DC0-3E670794579F}.AppStore|x86.Build.0 = Release|Any CPU {83491F6D-BA09-477D-9DC0-3E670794579F}.AppStore|x86.Deploy.0 = Release|Any CPU @@ -92,9 +92,9 @@ Global {83491F6D-BA09-477D-9DC0-3E670794579F}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU {83491F6D-BA09-477D-9DC0-3E670794579F}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU {83491F6D-BA09-477D-9DC0-3E670794579F}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU - {83491F6D-BA09-477D-9DC0-3E670794579F}.Debug|x64.ActiveCfg = Debug|Any CPU - {83491F6D-BA09-477D-9DC0-3E670794579F}.Debug|x64.Build.0 = Debug|Any CPU - {83491F6D-BA09-477D-9DC0-3E670794579F}.Debug|x64.Deploy.0 = Debug|Any CPU + {83491F6D-BA09-477D-9DC0-3E670794579F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {83491F6D-BA09-477D-9DC0-3E670794579F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {83491F6D-BA09-477D-9DC0-3E670794579F}.Debug|Mixed Platforms.Deploy.0 = Debug|Any CPU {83491F6D-BA09-477D-9DC0-3E670794579F}.Debug|x86.ActiveCfg = Debug|Any CPU {83491F6D-BA09-477D-9DC0-3E670794579F}.Debug|x86.Build.0 = Debug|Any CPU {83491F6D-BA09-477D-9DC0-3E670794579F}.Debug|x86.Deploy.0 = Debug|Any CPU @@ -110,9 +110,9 @@ Global {83491F6D-BA09-477D-9DC0-3E670794579F}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU {83491F6D-BA09-477D-9DC0-3E670794579F}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {83491F6D-BA09-477D-9DC0-3E670794579F}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU - {83491F6D-BA09-477D-9DC0-3E670794579F}.Release|x64.ActiveCfg = Release|Any CPU - {83491F6D-BA09-477D-9DC0-3E670794579F}.Release|x64.Build.0 = Release|Any CPU - {83491F6D-BA09-477D-9DC0-3E670794579F}.Release|x64.Deploy.0 = Release|Any CPU + {83491F6D-BA09-477D-9DC0-3E670794579F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {83491F6D-BA09-477D-9DC0-3E670794579F}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {83491F6D-BA09-477D-9DC0-3E670794579F}.Release|Mixed Platforms.Deploy.0 = Release|Any CPU {83491F6D-BA09-477D-9DC0-3E670794579F}.Release|x86.ActiveCfg = Release|Any CPU {83491F6D-BA09-477D-9DC0-3E670794579F}.Release|x86.Build.0 = Release|Any CPU {83491F6D-BA09-477D-9DC0-3E670794579F}.Release|x86.Deploy.0 = Release|Any CPU @@ -128,9 +128,8 @@ Global {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Ad-Hoc|iPhoneSimulator - {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.Ad-Hoc|x64.ActiveCfg = Ad-Hoc|iPhone - {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.Ad-Hoc|x64.Build.0 = Ad-Hoc|iPhone - {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.Ad-Hoc|x64.Deploy.0 = Ad-Hoc|iPhone + {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.Ad-Hoc|Mixed Platforms.ActiveCfg = Ad-Hoc|iPhoneSimulator + {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.Ad-Hoc|Mixed Platforms.Build.0 = Ad-Hoc|iPhoneSimulator {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.Ad-Hoc|x86.ActiveCfg = Ad-Hoc|iPhone {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.Ad-Hoc|x86.Build.0 = Ad-Hoc|iPhone {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.Ad-Hoc|x86.Deploy.0 = Ad-Hoc|iPhone @@ -146,9 +145,8 @@ Global {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.AppStore|iPhoneSimulator.Deploy.0 = AppStore|iPhoneSimulator - {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.AppStore|x64.ActiveCfg = AppStore|iPhone - {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.AppStore|x64.Build.0 = AppStore|iPhone - {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.AppStore|x64.Deploy.0 = AppStore|iPhone + {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.AppStore|Mixed Platforms.ActiveCfg = AppStore|iPhoneSimulator + {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.AppStore|Mixed Platforms.Build.0 = AppStore|iPhoneSimulator {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.AppStore|x86.ActiveCfg = AppStore|iPhone {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.AppStore|x86.Build.0 = AppStore|iPhone {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.AppStore|x86.Deploy.0 = AppStore|iPhone @@ -164,9 +162,8 @@ Global {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.Debug|iPhoneSimulator.Deploy.0 = Debug|iPhoneSimulator - {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.Debug|x64.ActiveCfg = Debug|iPhone - {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.Debug|x64.Build.0 = Debug|iPhone - {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.Debug|x64.Deploy.0 = Debug|iPhone + {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.Debug|Mixed Platforms.ActiveCfg = Debug|iPhone + {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.Debug|Mixed Platforms.Build.0 = Debug|iPhone {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.Debug|x86.ActiveCfg = Debug|iPhone {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.Debug|x86.Build.0 = Debug|iPhone {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.Debug|x86.Deploy.0 = Debug|iPhone @@ -182,9 +179,8 @@ Global {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.Release|iPhoneSimulator.Deploy.0 = Release|iPhoneSimulator - {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.Release|x64.ActiveCfg = Release|iPhone - {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.Release|x64.Build.0 = Release|iPhone - {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.Release|x64.Deploy.0 = Release|iPhone + {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.Release|Mixed Platforms.ActiveCfg = Release|iPhoneSimulator + {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.Release|Mixed Platforms.Build.0 = Release|iPhoneSimulator {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.Release|x86.ActiveCfg = Release|iPhone {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.Release|x86.Build.0 = Release|iPhone {6A02ABA0-EE87-4C04-A065-BEF98D7F4E53}.Release|x86.Deploy.0 = Release|iPhone @@ -200,9 +196,8 @@ Global {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Debug|Any CPU - {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU - {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.Ad-Hoc|x64.Build.0 = Debug|Any CPU - {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.Ad-Hoc|x64.Deploy.0 = Debug|Any CPU + {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|Any CPU + {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.Ad-Hoc|Mixed Platforms.Build.0 = Release|Any CPU {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.Ad-Hoc|x86.Build.0 = Debug|Any CPU {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.Ad-Hoc|x86.Deploy.0 = Debug|Any CPU @@ -218,9 +213,8 @@ Global {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.AppStore|iPhoneSimulator.Deploy.0 = Debug|Any CPU - {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.AppStore|x64.ActiveCfg = Debug|Any CPU - {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.AppStore|x64.Build.0 = Debug|Any CPU - {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.AppStore|x64.Deploy.0 = Debug|Any CPU + {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU + {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.AppStore|x86.ActiveCfg = Debug|Any CPU {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.AppStore|x86.Build.0 = Debug|Any CPU {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.AppStore|x86.Deploy.0 = Debug|Any CPU @@ -236,9 +230,8 @@ Global {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU - {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.Debug|x64.ActiveCfg = Debug|Any CPU - {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.Debug|x64.Build.0 = Debug|Any CPU - {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.Debug|x64.Deploy.0 = Debug|Any CPU + {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.Debug|x86.ActiveCfg = Debug|Any CPU {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.Debug|x86.Build.0 = Debug|Any CPU {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.Debug|x86.Deploy.0 = Debug|Any CPU @@ -254,9 +247,8 @@ Global {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU - {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.Release|x64.ActiveCfg = Release|Any CPU - {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.Release|x64.Build.0 = Release|Any CPU - {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.Release|x64.Deploy.0 = Release|Any CPU + {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.Release|Mixed Platforms.Build.0 = Release|Any CPU {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.Release|x86.ActiveCfg = Release|Any CPU {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.Release|x86.Build.0 = Release|Any CPU {ABDE5DEF-A5D7-410A-B9BE-FF897688EB8F}.Release|x86.Deploy.0 = Release|Any CPU @@ -264,4 +256,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {55D57046-79CA-477B-842B-DF5EA9D7B650} + EndGlobalSection EndGlobal diff --git a/Native2Forms/Notes.sln b/Native2Forms/Notes.sln index 6da8031088..84273dfe39 100755 --- a/Native2Forms/Notes.sln +++ b/Native2Forms/Notes.sln @@ -136,6 +136,7 @@ Global {D273A19B-8420-47D7-AEC3-23B98A7B5797}.Debug|iPhone.Build.0 = Debug|Any CPU {D273A19B-8420-47D7-AEC3-23B98A7B5797}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU {D273A19B-8420-47D7-AEC3-23B98A7B5797}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {D273A19B-8420-47D7-AEC3-23B98A7B5797}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU {D273A19B-8420-47D7-AEC3-23B98A7B5797}.Debug|x64.ActiveCfg = Debug|Any CPU {D273A19B-8420-47D7-AEC3-23B98A7B5797}.Debug|x64.Build.0 = Debug|Any CPU {D273A19B-8420-47D7-AEC3-23B98A7B5797}.Debug|x86.ActiveCfg = Debug|Any CPU @@ -151,6 +152,7 @@ Global {D273A19B-8420-47D7-AEC3-23B98A7B5797}.Release|iPhone.Build.0 = Release|Any CPU {D273A19B-8420-47D7-AEC3-23B98A7B5797}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU {D273A19B-8420-47D7-AEC3-23B98A7B5797}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {D273A19B-8420-47D7-AEC3-23B98A7B5797}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU {D273A19B-8420-47D7-AEC3-23B98A7B5797}.Release|x64.ActiveCfg = Release|Any CPU {D273A19B-8420-47D7-AEC3-23B98A7B5797}.Release|x64.Build.0 = Release|Any CPU {D273A19B-8420-47D7-AEC3-23B98A7B5797}.Release|x86.ActiveCfg = Release|Any CPU @@ -206,6 +208,8 @@ Global {65A1D78B-7DF0-4C46-A1BB-E0418C67BE83}.Debug|ARM64.Deploy.0 = Debug|ARM64 {65A1D78B-7DF0-4C46-A1BB-E0418C67BE83}.Debug|iPhone.ActiveCfg = Debug|x86 {65A1D78B-7DF0-4C46-A1BB-E0418C67BE83}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86 + {65A1D78B-7DF0-4C46-A1BB-E0418C67BE83}.Debug|iPhoneSimulator.Build.0 = Debug|x86 + {65A1D78B-7DF0-4C46-A1BB-E0418C67BE83}.Debug|iPhoneSimulator.Deploy.0 = Debug|x86 {65A1D78B-7DF0-4C46-A1BB-E0418C67BE83}.Debug|x64.ActiveCfg = Debug|x64 {65A1D78B-7DF0-4C46-A1BB-E0418C67BE83}.Debug|x64.Build.0 = Debug|x64 {65A1D78B-7DF0-4C46-A1BB-E0418C67BE83}.Debug|x64.Deploy.0 = Debug|x64 @@ -221,6 +225,8 @@ Global {65A1D78B-7DF0-4C46-A1BB-E0418C67BE83}.Release|ARM64.Deploy.0 = Release|ARM64 {65A1D78B-7DF0-4C46-A1BB-E0418C67BE83}.Release|iPhone.ActiveCfg = Release|x86 {65A1D78B-7DF0-4C46-A1BB-E0418C67BE83}.Release|iPhoneSimulator.ActiveCfg = Release|x86 + {65A1D78B-7DF0-4C46-A1BB-E0418C67BE83}.Release|iPhoneSimulator.Build.0 = Release|x86 + {65A1D78B-7DF0-4C46-A1BB-E0418C67BE83}.Release|iPhoneSimulator.Deploy.0 = Release|x86 {65A1D78B-7DF0-4C46-A1BB-E0418C67BE83}.Release|x64.ActiveCfg = Release|x64 {65A1D78B-7DF0-4C46-A1BB-E0418C67BE83}.Release|x64.Build.0 = Release|x64 {65A1D78B-7DF0-4C46-A1BB-E0418C67BE83}.Release|x64.Deploy.0 = Release|x64 diff --git a/Navigation/Hierarchical/WorkingWithNavigation.sln b/Navigation/Hierarchical/WorkingWithNavigation.sln index c4173a5b46..f1273dda4f 100755 --- a/Navigation/Hierarchical/WorkingWithNavigation.sln +++ b/Navigation/Hierarchical/WorkingWithNavigation.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}") = "WorkingWithNavigation", "WorkingWithNavigation\WorkingWithNavigation.csproj", "{A129851A-DC77-42FD-8EDF-D07C294DD965}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WorkingWithNavigation", "WorkingWithNavigation\WorkingWithNavigation.csproj", "{A129851A-DC77-42FD-8EDF-D07C294DD965}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkingWithNavigation.iOS", "iOS\WorkingWithNavigation.iOS.csproj", "{DE6A5A09-B70F-427C-B78D-7C2E10BAB740}" EndProject @@ -267,9 +267,6 @@ Global {653B968F-660B-4A8E-B81F-A50777543A38}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x64 {653B968F-660B-4A8E-B81F-A50777543A38}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x64 {653B968F-660B-4A8E-B81F-A50777543A38}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|x64 - {653B968F-660B-4A8E-B81F-A50777543A38}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|x86 - {653B968F-660B-4A8E-B81F-A50777543A38}.Ad-Hoc|Mixed Platforms.Build.0 = Release|x86 - {653B968F-660B-4A8E-B81F-A50777543A38}.Ad-Hoc|Mixed Platforms.Deploy.0 = Release|x86 {653B968F-660B-4A8E-B81F-A50777543A38}.Ad-Hoc|x64.ActiveCfg = Release|x64 {653B968F-660B-4A8E-B81F-A50777543A38}.Ad-Hoc|x64.Build.0 = Release|x64 {653B968F-660B-4A8E-B81F-A50777543A38}.Ad-Hoc|x64.Deploy.0 = Release|x64 @@ -288,9 +285,6 @@ Global {653B968F-660B-4A8E-B81F-A50777543A38}.AppStore|iPhoneSimulator.ActiveCfg = Release|x64 {653B968F-660B-4A8E-B81F-A50777543A38}.AppStore|iPhoneSimulator.Build.0 = Release|x64 {653B968F-660B-4A8E-B81F-A50777543A38}.AppStore|iPhoneSimulator.Deploy.0 = Release|x64 - {653B968F-660B-4A8E-B81F-A50777543A38}.AppStore|Mixed Platforms.ActiveCfg = Release|x86 - {653B968F-660B-4A8E-B81F-A50777543A38}.AppStore|Mixed Platforms.Build.0 = Release|x86 - {653B968F-660B-4A8E-B81F-A50777543A38}.AppStore|Mixed Platforms.Deploy.0 = Release|x86 {653B968F-660B-4A8E-B81F-A50777543A38}.AppStore|x64.ActiveCfg = Release|x64 {653B968F-660B-4A8E-B81F-A50777543A38}.AppStore|x64.Build.0 = Release|x64 {653B968F-660B-4A8E-B81F-A50777543A38}.AppStore|x64.Deploy.0 = Release|x64 @@ -298,14 +292,13 @@ Global {653B968F-660B-4A8E-B81F-A50777543A38}.AppStore|x86.Build.0 = Release|x86 {653B968F-660B-4A8E-B81F-A50777543A38}.AppStore|x86.Deploy.0 = Release|x86 {653B968F-660B-4A8E-B81F-A50777543A38}.Debug|Any CPU.ActiveCfg = Debug|x86 + {653B968F-660B-4A8E-B81F-A50777543A38}.Debug|Any CPU.Build.0 = Debug|x86 + {653B968F-660B-4A8E-B81F-A50777543A38}.Debug|Any CPU.Deploy.0 = Debug|x86 {653B968F-660B-4A8E-B81F-A50777543A38}.Debug|ARM.ActiveCfg = Debug|ARM {653B968F-660B-4A8E-B81F-A50777543A38}.Debug|ARM.Build.0 = Debug|ARM {653B968F-660B-4A8E-B81F-A50777543A38}.Debug|ARM.Deploy.0 = Debug|ARM {653B968F-660B-4A8E-B81F-A50777543A38}.Debug|iPhone.ActiveCfg = Debug|x86 {653B968F-660B-4A8E-B81F-A50777543A38}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86 - {653B968F-660B-4A8E-B81F-A50777543A38}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {653B968F-660B-4A8E-B81F-A50777543A38}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {653B968F-660B-4A8E-B81F-A50777543A38}.Debug|Mixed Platforms.Deploy.0 = Debug|x86 {653B968F-660B-4A8E-B81F-A50777543A38}.Debug|x64.ActiveCfg = Debug|x64 {653B968F-660B-4A8E-B81F-A50777543A38}.Debug|x64.Build.0 = Debug|x64 {653B968F-660B-4A8E-B81F-A50777543A38}.Debug|x64.Deploy.0 = Debug|x64 @@ -313,14 +306,13 @@ Global {653B968F-660B-4A8E-B81F-A50777543A38}.Debug|x86.Build.0 = Debug|x86 {653B968F-660B-4A8E-B81F-A50777543A38}.Debug|x86.Deploy.0 = Debug|x86 {653B968F-660B-4A8E-B81F-A50777543A38}.Release|Any CPU.ActiveCfg = Release|x86 + {653B968F-660B-4A8E-B81F-A50777543A38}.Release|Any CPU.Build.0 = Release|x86 + {653B968F-660B-4A8E-B81F-A50777543A38}.Release|Any CPU.Deploy.0 = Release|x86 {653B968F-660B-4A8E-B81F-A50777543A38}.Release|ARM.ActiveCfg = Release|ARM {653B968F-660B-4A8E-B81F-A50777543A38}.Release|ARM.Build.0 = Release|ARM {653B968F-660B-4A8E-B81F-A50777543A38}.Release|ARM.Deploy.0 = Release|ARM {653B968F-660B-4A8E-B81F-A50777543A38}.Release|iPhone.ActiveCfg = Release|x86 {653B968F-660B-4A8E-B81F-A50777543A38}.Release|iPhoneSimulator.ActiveCfg = Release|x86 - {653B968F-660B-4A8E-B81F-A50777543A38}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {653B968F-660B-4A8E-B81F-A50777543A38}.Release|Mixed Platforms.Build.0 = Release|x86 - {653B968F-660B-4A8E-B81F-A50777543A38}.Release|Mixed Platforms.Deploy.0 = Release|x86 {653B968F-660B-4A8E-B81F-A50777543A38}.Release|x64.ActiveCfg = Release|x64 {653B968F-660B-4A8E-B81F-A50777543A38}.Release|x64.Build.0 = Release|x64 {653B968F-660B-4A8E-B81F-A50777543A38}.Release|x64.Deploy.0 = Release|x64 @@ -331,4 +323,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {230321A4-C0E3-4B3E-8D5C-4177A23F91B3} + EndGlobalSection EndGlobal diff --git a/Navigation/Pop-ups/WorkingWithPopups.sln b/Navigation/Pop-ups/WorkingWithPopups.sln index b8e6878f57..462851ee27 100755 --- a/Navigation/Pop-ups/WorkingWithPopups.sln +++ b/Navigation/Pop-ups/WorkingWithPopups.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}") = "WorkingWithPopups", "WorkingWithPopups\WorkingWithPopups.csproj", "{D0BE2D9F-6571-48E9-80FA-021AFBCE6792}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WorkingWithPopups", "WorkingWithPopups\WorkingWithPopups.csproj", "{D0BE2D9F-6571-48E9-80FA-021AFBCE6792}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkingWithPopups.iOS", "iOS\WorkingWithPopups.iOS.csproj", "{A6EEA9BF-F77D-4945-9AE8-C187D0F6EDAF}" EndProject @@ -267,9 +267,6 @@ Global {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x64 {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x64 {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|x64 - {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|x86 - {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Ad-Hoc|Mixed Platforms.Build.0 = Release|x86 - {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Ad-Hoc|Mixed Platforms.Deploy.0 = Release|x86 {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Ad-Hoc|x64.ActiveCfg = Release|x64 {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Ad-Hoc|x64.Build.0 = Release|x64 {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Ad-Hoc|x64.Deploy.0 = Release|x64 @@ -288,9 +285,6 @@ Global {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.AppStore|iPhoneSimulator.ActiveCfg = Release|x64 {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.AppStore|iPhoneSimulator.Build.0 = Release|x64 {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.AppStore|iPhoneSimulator.Deploy.0 = Release|x64 - {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.AppStore|Mixed Platforms.ActiveCfg = Release|x86 - {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.AppStore|Mixed Platforms.Build.0 = Release|x86 - {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.AppStore|Mixed Platforms.Deploy.0 = Release|x86 {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.AppStore|x64.ActiveCfg = Release|x64 {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.AppStore|x64.Build.0 = Release|x64 {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.AppStore|x64.Deploy.0 = Release|x64 @@ -298,14 +292,13 @@ Global {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.AppStore|x86.Build.0 = Release|x86 {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.AppStore|x86.Deploy.0 = Release|x86 {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Debug|Any CPU.ActiveCfg = Debug|x86 + {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Debug|Any CPU.Build.0 = Debug|x86 + {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Debug|Any CPU.Deploy.0 = Debug|x86 {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Debug|ARM.ActiveCfg = Debug|ARM {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Debug|ARM.Build.0 = Debug|ARM {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Debug|ARM.Deploy.0 = Debug|ARM {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Debug|iPhone.ActiveCfg = Debug|x86 {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86 - {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Debug|Mixed Platforms.Deploy.0 = Debug|x86 {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Debug|x64.ActiveCfg = Debug|x64 {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Debug|x64.Build.0 = Debug|x64 {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Debug|x64.Deploy.0 = Debug|x64 @@ -313,14 +306,13 @@ Global {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Debug|x86.Build.0 = Debug|x86 {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Debug|x86.Deploy.0 = Debug|x86 {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Release|Any CPU.ActiveCfg = Release|x86 + {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Release|Any CPU.Build.0 = Release|x86 + {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Release|Any CPU.Deploy.0 = Release|x86 {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Release|ARM.ActiveCfg = Release|ARM {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Release|ARM.Build.0 = Release|ARM {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Release|ARM.Deploy.0 = Release|ARM {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Release|iPhone.ActiveCfg = Release|x86 {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Release|iPhoneSimulator.ActiveCfg = Release|x86 - {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Release|Mixed Platforms.Build.0 = Release|x86 - {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Release|Mixed Platforms.Deploy.0 = Release|x86 {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Release|x64.ActiveCfg = Release|x64 {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Release|x64.Build.0 = Release|x64 {01ECA43C-9AB0-4731-94E5-CE15E8C380D6}.Release|x64.Deploy.0 = Release|x64 @@ -331,4 +323,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {6B7896D5-E534-44CB-95D6-8FD08BFA01B6} + EndGlobalSection EndGlobal diff --git a/Navigation/TabbedPage/TabbedPageDemo.sln b/Navigation/TabbedPage/TabbedPageDemo.sln index 6ab20ede3e..aa2b3148f6 100755 --- a/Navigation/TabbedPage/TabbedPageDemo.sln +++ b/Navigation/TabbedPage/TabbedPageDemo.sln @@ -1,13 +1,13 @@  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}") = "TabbedPageDemo.iOS", "TabbedPageDemo\TabbedPageDemo.iOS\TabbedPageDemo.iOS.csproj", "{7D1FC663-9B31-4A67-8B71-8229AC3B6AA2}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TabbedPageDemo.Android", "TabbedPageDemo\TabbedPageDemo.Android\TabbedPageDemo.Android.csproj", "{24235403-A19F-489C-BDC5-3E2861874425}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TabbedPageDemo", "TabbedPageDemo\TabbedPageDemo\TabbedPageDemo.csproj", "{E9CB8FE6-7B7F-4837-BB78-6F9198E66690}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TabbedPageDemo", "TabbedPageDemo\TabbedPageDemo\TabbedPageDemo.csproj", "{E9CB8FE6-7B7F-4837-BB78-6F9198E66690}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TabbedPageDemo.UWP", "TabbedPageDemo\TabbedPageDemo.UWP\TabbedPageDemo.UWP.csproj", "{C7627878-B1EC-4C5C-A5CC-64D447DAB31A}" EndProject @@ -267,9 +267,6 @@ Global {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x64 {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x64 {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|x64 - {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|x86 - {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.Ad-Hoc|Mixed Platforms.Build.0 = Release|x86 - {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.Ad-Hoc|Mixed Platforms.Deploy.0 = Release|x86 {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.Ad-Hoc|x64.ActiveCfg = Release|x64 {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.Ad-Hoc|x64.Build.0 = Release|x64 {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.Ad-Hoc|x64.Deploy.0 = Release|x64 @@ -288,9 +285,6 @@ Global {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.AppStore|iPhoneSimulator.ActiveCfg = Release|x64 {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.AppStore|iPhoneSimulator.Build.0 = Release|x64 {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.AppStore|iPhoneSimulator.Deploy.0 = Release|x64 - {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.AppStore|Mixed Platforms.ActiveCfg = Release|x86 - {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.AppStore|Mixed Platforms.Build.0 = Release|x86 - {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.AppStore|Mixed Platforms.Deploy.0 = Release|x86 {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.AppStore|x64.ActiveCfg = Release|x64 {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.AppStore|x64.Build.0 = Release|x64 {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.AppStore|x64.Deploy.0 = Release|x64 @@ -303,9 +297,8 @@ Global {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.Debug|ARM.Deploy.0 = Debug|ARM {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.Debug|iPhone.ActiveCfg = Debug|x86 {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86 - {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.Debug|Mixed Platforms.Deploy.0 = Debug|x86 + {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.Debug|iPhoneSimulator.Build.0 = Debug|x86 + {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.Debug|iPhoneSimulator.Deploy.0 = Debug|x86 {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.Debug|x64.ActiveCfg = Debug|x64 {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.Debug|x64.Build.0 = Debug|x64 {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.Debug|x64.Deploy.0 = Debug|x64 @@ -318,9 +311,8 @@ Global {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.Release|ARM.Deploy.0 = Release|ARM {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.Release|iPhone.ActiveCfg = Release|x86 {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.Release|iPhoneSimulator.ActiveCfg = Release|x86 - {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.Release|Mixed Platforms.Build.0 = Release|x86 - {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.Release|Mixed Platforms.Deploy.0 = Release|x86 + {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.Release|iPhoneSimulator.Build.0 = Release|x86 + {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.Release|iPhoneSimulator.Deploy.0 = Release|x86 {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.Release|x64.ActiveCfg = Release|x64 {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.Release|x64.Build.0 = Release|x64 {C7627878-B1EC-4C5C-A5CC-64D447DAB31A}.Release|x64.Deploy.0 = Release|x64 @@ -331,4 +323,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {610E4E18-8B6B-4436-9FD5-1F186606F31C} + EndGlobalSection EndGlobal diff --git a/Pages/DataPagesDemo/DataPagesDemo.sln b/Pages/DataPagesDemo/DataPagesDemo.sln index 37f6b19fab..f07e4686de 100644 --- a/Pages/DataPagesDemo/DataPagesDemo.sln +++ b/Pages/DataPagesDemo/DataPagesDemo.sln @@ -1,7 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2012 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataPagesDemo", "DataPagesDemo\DataPagesDemo.csproj", "{C8DB796F-D98F-42E0-897B-3FDEE15C83F3}" +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29920.165 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataPagesDemo", "DataPagesDemo\DataPagesDemo.csproj", "{C8DB796F-D98F-42E0-897B-3FDEE15C83F3}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataPagesDemo.iOS", "iOS\DataPagesDemo.iOS.csproj", "{F3482F1C-C1CF-495F-91B2-CB1015BF305B}" EndProject @@ -35,78 +37,6 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|ARM.Build.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|ARM.Deploy.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|iPhone.Deploy.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|x64.Build.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|x64.Deploy.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|x86.Build.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|x86.Deploy.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|Any CPU.ActiveCfg = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|Any CPU.Build.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|Any CPU.Deploy.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|ARM.ActiveCfg = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|ARM.Build.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|ARM.Deploy.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|iPhone.ActiveCfg = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|iPhone.Build.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|iPhone.Deploy.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|x64.ActiveCfg = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|x64.Build.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|x64.Deploy.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|x86.ActiveCfg = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|x86.Build.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|x86.Deploy.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|Any CPU.Build.0 = Debug|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|Any CPU.Deploy.0 = Debug|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|ARM.ActiveCfg = Debug|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|ARM.Build.0 = Debug|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|ARM.Deploy.0 = Debug|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|iPhone.Build.0 = Debug|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|iPhone.Deploy.0 = Debug|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|x64.ActiveCfg = Debug|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|x64.Build.0 = Debug|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|x64.Deploy.0 = Debug|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|x86.ActiveCfg = Debug|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|x86.Build.0 = Debug|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|x86.Deploy.0 = Debug|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|Any CPU.ActiveCfg = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|Any CPU.Build.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|Any CPU.Deploy.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|ARM.ActiveCfg = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|ARM.Build.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|ARM.Deploy.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|iPhone.ActiveCfg = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|iPhone.Build.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|iPhone.Deploy.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|iPhoneSimulator.Build.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|x64.ActiveCfg = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|x64.Build.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|x64.Deploy.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|x86.ActiveCfg = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|x86.Build.0 = Release|Any CPU - {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|x86.Deploy.0 = Release|Any CPU {C8DB796F-D98F-42E0-897B-3FDEE15C83F3}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU {C8DB796F-D98F-42E0-897B-3FDEE15C83F3}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU {C8DB796F-D98F-42E0-897B-3FDEE15C83F3}.Ad-Hoc|Any CPU.Deploy.0 = Debug|Any CPU @@ -179,42 +109,30 @@ Global {C8DB796F-D98F-42E0-897B-3FDEE15C83F3}.Release|x86.ActiveCfg = Release|Any CPU {C8DB796F-D98F-42E0-897B-3FDEE15C83F3}.Release|x86.Build.0 = Release|Any CPU {C8DB796F-D98F-42E0-897B-3FDEE15C83F3}.Release|x86.Deploy.0 = Release|Any CPU - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhone - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Ad-Hoc|Any CPU.Build.0 = Ad-Hoc|iPhone - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Ad-Hoc|Any CPU.Deploy.0 = Ad-Hoc|iPhone - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Ad-Hoc|ARM.ActiveCfg = Ad-Hoc|iPhone - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Ad-Hoc|ARM.Build.0 = Ad-Hoc|iPhone - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Ad-Hoc|ARM.Deploy.0 = Ad-Hoc|iPhone - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Ad-Hoc|iPhone.Deploy.0 = Ad-Hoc|iPhone - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Ad-Hoc|iPhoneSimulator - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Ad-Hoc|x64.ActiveCfg = Ad-Hoc|iPhone - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Ad-Hoc|x64.Build.0 = Ad-Hoc|iPhone - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Ad-Hoc|x64.Deploy.0 = Ad-Hoc|iPhone - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Ad-Hoc|x86.ActiveCfg = Ad-Hoc|iPhone - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Ad-Hoc|x86.Build.0 = Ad-Hoc|iPhone - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Ad-Hoc|x86.Deploy.0 = Ad-Hoc|iPhone - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.AppStore|Any CPU.ActiveCfg = AppStore|iPhone - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.AppStore|Any CPU.Build.0 = AppStore|iPhone - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.AppStore|Any CPU.Deploy.0 = AppStore|iPhone - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.AppStore|ARM.ActiveCfg = AppStore|iPhone - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.AppStore|ARM.Build.0 = AppStore|iPhone - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.AppStore|ARM.Deploy.0 = AppStore|iPhone - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.AppStore|iPhone.ActiveCfg = AppStore|iPhone - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.AppStore|iPhone.Build.0 = AppStore|iPhone - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.AppStore|iPhone.Deploy.0 = AppStore|iPhone - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.AppStore|iPhoneSimulator.Deploy.0 = AppStore|iPhoneSimulator - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.AppStore|x64.ActiveCfg = AppStore|iPhone - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.AppStore|x64.Build.0 = AppStore|iPhone - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.AppStore|x64.Deploy.0 = AppStore|iPhone - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.AppStore|x86.ActiveCfg = AppStore|iPhone - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.AppStore|x86.Build.0 = AppStore|iPhone - {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.AppStore|x86.Deploy.0 = AppStore|iPhone + {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Ad-Hoc|Any CPU.ActiveCfg = Release|iPhoneSimulator + {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Ad-Hoc|Any CPU.Build.0 = Release|iPhoneSimulator + {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Ad-Hoc|ARM.ActiveCfg = Release|iPhoneSimulator + {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Ad-Hoc|ARM.Build.0 = Release|iPhoneSimulator + {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Ad-Hoc|iPhone.ActiveCfg = Release|iPhone + {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Ad-Hoc|iPhone.Build.0 = Release|iPhone + {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Ad-Hoc|x64.ActiveCfg = Release|iPhoneSimulator + {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Ad-Hoc|x64.Build.0 = Release|iPhoneSimulator + {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Ad-Hoc|x86.ActiveCfg = Release|iPhoneSimulator + {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Ad-Hoc|x86.Build.0 = Release|iPhoneSimulator + {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.AppStore|Any CPU.ActiveCfg = Release|iPhoneSimulator + {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.AppStore|Any CPU.Build.0 = Release|iPhoneSimulator + {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.AppStore|ARM.ActiveCfg = Release|iPhoneSimulator + {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.AppStore|ARM.Build.0 = Release|iPhoneSimulator + {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.AppStore|iPhone.ActiveCfg = Release|iPhone + {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.AppStore|iPhone.Build.0 = Release|iPhone + {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.AppStore|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.AppStore|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.AppStore|x64.ActiveCfg = Release|iPhoneSimulator + {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.AppStore|x64.Build.0 = Release|iPhoneSimulator + {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.AppStore|x86.ActiveCfg = Release|iPhoneSimulator + {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.AppStore|x86.Build.0 = Release|iPhoneSimulator {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Debug|Any CPU.Deploy.0 = Debug|iPhoneSimulator @@ -251,5 +169,83 @@ Global {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Release|x86.ActiveCfg = Release|iPhone {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Release|x86.Build.0 = Release|iPhone {F3482F1C-C1CF-495F-91B2-CB1015BF305B}.Release|x86.Deploy.0 = Release|iPhone + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|ARM.Build.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|ARM.Deploy.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|iPhone.Deploy.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|x64.Build.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|x64.Deploy.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|x86.Build.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Ad-Hoc|x86.Deploy.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|Any CPU.Build.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|Any CPU.Deploy.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|ARM.ActiveCfg = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|ARM.Build.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|ARM.Deploy.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|iPhone.ActiveCfg = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|iPhone.Build.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|iPhone.Deploy.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|x64.ActiveCfg = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|x64.Build.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|x64.Deploy.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|x86.ActiveCfg = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|x86.Build.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.AppStore|x86.Deploy.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|Any CPU.Deploy.0 = Debug|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|ARM.ActiveCfg = Debug|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|ARM.Build.0 = Debug|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|ARM.Deploy.0 = Debug|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|iPhone.ActiveCfg = Debug|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|iPhone.Build.0 = Debug|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|iPhone.Deploy.0 = Debug|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|x64.ActiveCfg = Debug|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|x64.Build.0 = Debug|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|x64.Deploy.0 = Debug|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|x86.ActiveCfg = Debug|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|x86.Build.0 = Debug|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Debug|x86.Deploy.0 = Debug|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|Any CPU.Build.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|Any CPU.Deploy.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|ARM.ActiveCfg = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|ARM.Build.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|ARM.Deploy.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|iPhone.ActiveCfg = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|iPhone.Build.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|iPhone.Deploy.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|x64.ActiveCfg = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|x64.Build.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|x64.Deploy.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|x86.ActiveCfg = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|x86.Build.0 = Release|Any CPU + {2D59380F-BB3E-4B8E-8BD7-AC0FF8FC2C10}.Release|x86.Deploy.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {4BF3CE9A-284B-4D4A-A50E-BAAC809ECAE1} EndGlobalSection EndGlobal diff --git a/Pages/DataPagesDemo/iOS/DataPagesDemo.iOS.csproj b/Pages/DataPagesDemo/iOS/DataPagesDemo.iOS.csproj index 9e6138153f..4622ae4860 100644 --- a/Pages/DataPagesDemo/iOS/DataPagesDemo.iOS.csproj +++ b/Pages/DataPagesDemo/iOS/DataPagesDemo.iOS.csproj @@ -116,7 +116,9 @@ - + + false + diff --git a/ScaleAndRotate/ScaleAndRotate.sln b/ScaleAndRotate/ScaleAndRotate.sln index c277765c00..4ecf12a516 100755 --- a/ScaleAndRotate/ScaleAndRotate.sln +++ b/ScaleAndRotate/ScaleAndRotate.sln @@ -1,13 +1,13 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.23107.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29920.165 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScaleAndRotate.iOS", "ScaleAndRotate\ScaleAndRotate.iOS\ScaleAndRotate.iOS.csproj", "{84F40347-D4B9-4149-BB3C-AE5A008BA7E2}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScaleAndRotate.Android", "ScaleAndRotate\ScaleAndRotate.Android\ScaleAndRotate.Android.csproj", "{EBA305DD-5E8D-460E-B32A-DF6C2A5349C9}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScaleAndRotate", "ScaleAndRotate\ScaleAndRotate\ScaleAndRotate.csproj", "{49FE05FB-5F62-48CB-B483-9542F60F7999}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScaleAndRotate", "ScaleAndRotate\ScaleAndRotate\ScaleAndRotate.csproj", "{49FE05FB-5F62-48CB-B483-9542F60F7999}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CCDB7F76-039E-4DDF-821F-CA2D5671073B}" EndProject @@ -269,9 +269,6 @@ Global {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x86 {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x86 {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|x86 - {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|x86 - {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.Ad-Hoc|Mixed Platforms.Build.0 = Release|x86 - {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.Ad-Hoc|Mixed Platforms.Deploy.0 = Release|x86 {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.Ad-Hoc|x64.ActiveCfg = Release|x64 {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.Ad-Hoc|x64.Build.0 = Release|x64 {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.Ad-Hoc|x64.Deploy.0 = Release|x64 @@ -290,9 +287,6 @@ Global {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.AppStore|iPhoneSimulator.ActiveCfg = Release|x86 {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.AppStore|iPhoneSimulator.Build.0 = Release|x86 {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.AppStore|iPhoneSimulator.Deploy.0 = Release|x86 - {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.AppStore|Mixed Platforms.ActiveCfg = Release|x86 - {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.AppStore|Mixed Platforms.Build.0 = Release|x86 - {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.AppStore|Mixed Platforms.Deploy.0 = Release|x86 {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.AppStore|x64.ActiveCfg = Release|x64 {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.AppStore|x64.Build.0 = Release|x64 {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.AppStore|x64.Deploy.0 = Release|x64 @@ -305,9 +299,8 @@ Global {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.Debug|ARM.Deploy.0 = Debug|ARM {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.Debug|iPhone.ActiveCfg = Debug|x86 {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86 - {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.Debug|Mixed Platforms.Deploy.0 = Debug|x86 + {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.Debug|iPhoneSimulator.Build.0 = Debug|x86 + {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.Debug|iPhoneSimulator.Deploy.0 = Debug|x86 {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.Debug|x64.ActiveCfg = Debug|x64 {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.Debug|x64.Build.0 = Debug|x64 {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.Debug|x64.Deploy.0 = Debug|x64 @@ -320,9 +313,8 @@ Global {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.Release|ARM.Deploy.0 = Release|ARM {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.Release|iPhone.ActiveCfg = Release|x86 {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.Release|iPhoneSimulator.ActiveCfg = Release|x86 - {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.Release|Mixed Platforms.Build.0 = Release|x86 - {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.Release|Mixed Platforms.Deploy.0 = Release|x86 + {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.Release|iPhoneSimulator.Build.0 = Release|x86 + {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.Release|iPhoneSimulator.Deploy.0 = Release|x86 {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.Release|x64.ActiveCfg = Release|x64 {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.Release|x64.Build.0 = Release|x64 {96B69AC6-EC35-4474-B3F7-38A78FEC7B93}.Release|x64.Deploy.0 = Release|x64 @@ -333,6 +325,9 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {012C31BE-FC66-4DC4-9B37-FB4D16003FA1} + EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution StartupItem = ScaleAndRotate\ScaleAndRotate.iOS\ScaleAndRotate.iOS.csproj EndGlobalSection diff --git a/Templates/ControlTemplateDemos/ControlTemplateDemos.sln b/Templates/ControlTemplateDemos/ControlTemplateDemos.sln index b41cec22d8..ce164f5275 100755 --- a/Templates/ControlTemplateDemos/ControlTemplateDemos.sln +++ b/Templates/ControlTemplateDemos/ControlTemplateDemos.sln @@ -30,6 +30,7 @@ Global GlobalSection(ProjectConfigurationPlatforms) = postSolution {2F75B89A-0DB1-4B92-99AB-5764B84085C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {2F75B89A-0DB1-4B92-99AB-5764B84085C8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2F75B89A-0DB1-4B92-99AB-5764B84085C8}.Debug|Any CPU.Deploy.0 = Debug|Any CPU {2F75B89A-0DB1-4B92-99AB-5764B84085C8}.Debug|ARM.ActiveCfg = Debug|Any CPU {2F75B89A-0DB1-4B92-99AB-5764B84085C8}.Debug|ARM.Build.0 = Debug|Any CPU {2F75B89A-0DB1-4B92-99AB-5764B84085C8}.Debug|ARM.Deploy.0 = Debug|Any CPU @@ -48,6 +49,7 @@ Global {2F75B89A-0DB1-4B92-99AB-5764B84085C8}.Debug|x86.Deploy.0 = Debug|Any CPU {2F75B89A-0DB1-4B92-99AB-5764B84085C8}.Release|Any CPU.ActiveCfg = Release|Any CPU {2F75B89A-0DB1-4B92-99AB-5764B84085C8}.Release|Any CPU.Build.0 = Release|Any CPU + {2F75B89A-0DB1-4B92-99AB-5764B84085C8}.Release|Any CPU.Deploy.0 = Release|Any CPU {2F75B89A-0DB1-4B92-99AB-5764B84085C8}.Release|ARM.ActiveCfg = Release|Any CPU {2F75B89A-0DB1-4B92-99AB-5764B84085C8}.Release|ARM.Build.0 = Release|Any CPU {2F75B89A-0DB1-4B92-99AB-5764B84085C8}.Release|ARM.Deploy.0 = Release|Any CPU @@ -113,6 +115,8 @@ Global {528BACF6-28BD-4708-88F1-EC5B41754531}.Release|x86.ActiveCfg = Release|Any CPU {528BACF6-28BD-4708-88F1-EC5B41754531}.Release|x86.Build.0 = Release|Any CPU {78CFB606-9DC0-4BF8-B4CB-2F01DF8339B7}.Debug|Any CPU.ActiveCfg = Debug|x86 + {78CFB606-9DC0-4BF8-B4CB-2F01DF8339B7}.Debug|Any CPU.Build.0 = Debug|x86 + {78CFB606-9DC0-4BF8-B4CB-2F01DF8339B7}.Debug|Any CPU.Deploy.0 = Debug|x86 {78CFB606-9DC0-4BF8-B4CB-2F01DF8339B7}.Debug|ARM.ActiveCfg = Debug|ARM {78CFB606-9DC0-4BF8-B4CB-2F01DF8339B7}.Debug|ARM.Build.0 = Debug|ARM {78CFB606-9DC0-4BF8-B4CB-2F01DF8339B7}.Debug|ARM.Deploy.0 = Debug|ARM @@ -128,6 +132,8 @@ Global {78CFB606-9DC0-4BF8-B4CB-2F01DF8339B7}.Debug|x86.Build.0 = Debug|x86 {78CFB606-9DC0-4BF8-B4CB-2F01DF8339B7}.Debug|x86.Deploy.0 = Debug|x86 {78CFB606-9DC0-4BF8-B4CB-2F01DF8339B7}.Release|Any CPU.ActiveCfg = Release|x86 + {78CFB606-9DC0-4BF8-B4CB-2F01DF8339B7}.Release|Any CPU.Build.0 = Release|x86 + {78CFB606-9DC0-4BF8-B4CB-2F01DF8339B7}.Release|Any CPU.Deploy.0 = Release|x86 {78CFB606-9DC0-4BF8-B4CB-2F01DF8339B7}.Release|ARM.ActiveCfg = Release|ARM {78CFB606-9DC0-4BF8-B4CB-2F01DF8339B7}.Release|ARM.Build.0 = Release|ARM {78CFB606-9DC0-4BF8-B4CB-2F01DF8339B7}.Release|ARM.Deploy.0 = Release|ARM diff --git a/TipCalc/TipCalc.sln b/TipCalc/TipCalc.sln index 0107d92d3e..64f0a795f9 100755 --- a/TipCalc/TipCalc.sln +++ b/TipCalc/TipCalc.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}") = "TipCalc", "TipCalc\TipCalc\TipCalc.csproj", "{47465F9A-97E6-465F-AC57-030191C62C5B}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TipCalc", "TipCalc\TipCalc\TipCalc.csproj", "{47465F9A-97E6-465F-AC57-030191C62C5B}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Platforms", "Platforms", "{9DFFA25A-94E7-43D2-978B-F58F28634629}" EndProject @@ -269,9 +269,6 @@ Global {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x64 {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x64 {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|x64 - {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|x86 - {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Ad-Hoc|Mixed Platforms.Build.0 = Release|x86 - {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Ad-Hoc|Mixed Platforms.Deploy.0 = Release|x86 {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Ad-Hoc|x64.ActiveCfg = Release|x64 {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Ad-Hoc|x64.Build.0 = Release|x64 {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Ad-Hoc|x64.Deploy.0 = Release|x64 @@ -290,9 +287,6 @@ Global {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.AppStore|iPhoneSimulator.ActiveCfg = Release|x64 {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.AppStore|iPhoneSimulator.Build.0 = Release|x64 {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.AppStore|iPhoneSimulator.Deploy.0 = Release|x64 - {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.AppStore|Mixed Platforms.ActiveCfg = Release|x86 - {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.AppStore|Mixed Platforms.Build.0 = Release|x86 - {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.AppStore|Mixed Platforms.Deploy.0 = Release|x86 {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.AppStore|x64.ActiveCfg = Release|x64 {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.AppStore|x64.Build.0 = Release|x64 {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.AppStore|x64.Deploy.0 = Release|x64 @@ -300,14 +294,13 @@ Global {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.AppStore|x86.Build.0 = Release|x86 {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.AppStore|x86.Deploy.0 = Release|x86 {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Debug|Any CPU.ActiveCfg = Debug|x86 + {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Debug|Any CPU.Build.0 = Debug|x86 + {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Debug|Any CPU.Deploy.0 = Debug|x86 {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Debug|ARM.ActiveCfg = Debug|ARM {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Debug|ARM.Build.0 = Debug|ARM {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Debug|ARM.Deploy.0 = Debug|ARM {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Debug|iPhone.ActiveCfg = Debug|x86 {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86 - {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Debug|Mixed Platforms.Deploy.0 = Debug|x86 {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Debug|x64.ActiveCfg = Debug|x64 {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Debug|x64.Build.0 = Debug|x64 {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Debug|x64.Deploy.0 = Debug|x64 @@ -315,14 +308,13 @@ Global {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Debug|x86.Build.0 = Debug|x86 {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Debug|x86.Deploy.0 = Debug|x86 {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Release|Any CPU.ActiveCfg = Release|x86 + {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Release|Any CPU.Build.0 = Release|x86 + {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Release|Any CPU.Deploy.0 = Release|x86 {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Release|ARM.ActiveCfg = Release|ARM {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Release|ARM.Build.0 = Release|ARM {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Release|ARM.Deploy.0 = Release|ARM {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Release|iPhone.ActiveCfg = Release|x86 {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Release|iPhoneSimulator.ActiveCfg = Release|x86 - {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Release|Mixed Platforms.Build.0 = Release|x86 - {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Release|Mixed Platforms.Deploy.0 = Release|x86 {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Release|x64.ActiveCfg = Release|x64 {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Release|x64.Build.0 = Release|x64 {E874B76C-E9DC-4331-8A43-BDF8CDEFD904}.Release|x64.Deploy.0 = Release|x64 @@ -338,6 +330,9 @@ Global {541E5706-D876-4384-AB14-501FCB3166A3} = {9DFFA25A-94E7-43D2-978B-F58F28634629} {E874B76C-E9DC-4331-8A43-BDF8CDEFD904} = {9DFFA25A-94E7-43D2-978B-F58F28634629} EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {F9902DE6-6786-48C4-93B5-05B4836CE575} + EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution StartupItem = TipCalc\TipCalc.iOS\TipCalc.iOS.csproj EndGlobalSection diff --git a/TodoLocalizedRTL/TodoLocalizedRTL.sln b/TodoLocalizedRTL/TodoLocalizedRTL.sln index 1185f1f2da..ff5faa47bc 100644 --- a/TodoLocalizedRTL/TodoLocalizedRTL.sln +++ b/TodoLocalizedRTL/TodoLocalizedRTL.sln @@ -197,9 +197,6 @@ Global {58E63286-495C-4C0A-B896-126E0332A7AE}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x64 {58E63286-495C-4C0A-B896-126E0332A7AE}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x64 {58E63286-495C-4C0A-B896-126E0332A7AE}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|x64 - {58E63286-495C-4C0A-B896-126E0332A7AE}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|x86 - {58E63286-495C-4C0A-B896-126E0332A7AE}.Ad-Hoc|Mixed Platforms.Build.0 = Release|x86 - {58E63286-495C-4C0A-B896-126E0332A7AE}.Ad-Hoc|Mixed Platforms.Deploy.0 = Release|x86 {58E63286-495C-4C0A-B896-126E0332A7AE}.Ad-Hoc|x64.ActiveCfg = Release|x64 {58E63286-495C-4C0A-B896-126E0332A7AE}.Ad-Hoc|x64.Build.0 = Release|x64 {58E63286-495C-4C0A-B896-126E0332A7AE}.Ad-Hoc|x64.Deploy.0 = Release|x64 @@ -218,9 +215,6 @@ Global {58E63286-495C-4C0A-B896-126E0332A7AE}.AppStore|iPhoneSimulator.ActiveCfg = Release|x64 {58E63286-495C-4C0A-B896-126E0332A7AE}.AppStore|iPhoneSimulator.Build.0 = Release|x64 {58E63286-495C-4C0A-B896-126E0332A7AE}.AppStore|iPhoneSimulator.Deploy.0 = Release|x64 - {58E63286-495C-4C0A-B896-126E0332A7AE}.AppStore|Mixed Platforms.ActiveCfg = Release|x86 - {58E63286-495C-4C0A-B896-126E0332A7AE}.AppStore|Mixed Platforms.Build.0 = Release|x86 - {58E63286-495C-4C0A-B896-126E0332A7AE}.AppStore|Mixed Platforms.Deploy.0 = Release|x86 {58E63286-495C-4C0A-B896-126E0332A7AE}.AppStore|x64.ActiveCfg = Release|x64 {58E63286-495C-4C0A-B896-126E0332A7AE}.AppStore|x64.Build.0 = Release|x64 {58E63286-495C-4C0A-B896-126E0332A7AE}.AppStore|x64.Deploy.0 = Release|x64 @@ -233,9 +227,8 @@ Global {58E63286-495C-4C0A-B896-126E0332A7AE}.Debug|ARM.Deploy.0 = Debug|ARM {58E63286-495C-4C0A-B896-126E0332A7AE}.Debug|iPhone.ActiveCfg = Debug|x86 {58E63286-495C-4C0A-B896-126E0332A7AE}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86 - {58E63286-495C-4C0A-B896-126E0332A7AE}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {58E63286-495C-4C0A-B896-126E0332A7AE}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {58E63286-495C-4C0A-B896-126E0332A7AE}.Debug|Mixed Platforms.Deploy.0 = Debug|x86 + {58E63286-495C-4C0A-B896-126E0332A7AE}.Debug|iPhoneSimulator.Build.0 = Debug|x86 + {58E63286-495C-4C0A-B896-126E0332A7AE}.Debug|iPhoneSimulator.Deploy.0 = Debug|x86 {58E63286-495C-4C0A-B896-126E0332A7AE}.Debug|x64.ActiveCfg = Debug|x64 {58E63286-495C-4C0A-B896-126E0332A7AE}.Debug|x64.Build.0 = Debug|x64 {58E63286-495C-4C0A-B896-126E0332A7AE}.Debug|x64.Deploy.0 = Debug|x64 @@ -248,9 +241,8 @@ Global {58E63286-495C-4C0A-B896-126E0332A7AE}.Release|ARM.Deploy.0 = Release|ARM {58E63286-495C-4C0A-B896-126E0332A7AE}.Release|iPhone.ActiveCfg = Release|x86 {58E63286-495C-4C0A-B896-126E0332A7AE}.Release|iPhoneSimulator.ActiveCfg = Release|x86 - {58E63286-495C-4C0A-B896-126E0332A7AE}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {58E63286-495C-4C0A-B896-126E0332A7AE}.Release|Mixed Platforms.Build.0 = Release|x86 - {58E63286-495C-4C0A-B896-126E0332A7AE}.Release|Mixed Platforms.Deploy.0 = Release|x86 + {58E63286-495C-4C0A-B896-126E0332A7AE}.Release|iPhoneSimulator.Build.0 = Release|x86 + {58E63286-495C-4C0A-B896-126E0332A7AE}.Release|iPhoneSimulator.Deploy.0 = Release|x86 {58E63286-495C-4C0A-B896-126E0332A7AE}.Release|x64.ActiveCfg = Release|x64 {58E63286-495C-4C0A-B896-126E0332A7AE}.Release|x64.Build.0 = Release|x64 {58E63286-495C-4C0A-B896-126E0332A7AE}.Release|x64.Deploy.0 = Release|x64 diff --git a/UserInterface/BindableLayouts/BindableLayoutDemo.sln b/UserInterface/BindableLayouts/BindableLayoutDemo.sln index f476c7bf25..950a959c7d 100755 --- a/UserInterface/BindableLayouts/BindableLayoutDemo.sln +++ b/UserInterface/BindableLayouts/BindableLayoutDemo.sln @@ -1,6 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.28307.421 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29920.165 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BindableLayoutDemo.Android", "BindableLayoutDemo.Android\BindableLayoutDemo.Android.csproj", "{171ECCD9-0DA4-4068-A643-4A4DC7E74A23}" EndProject @@ -42,12 +42,14 @@ Global {171ECCD9-0DA4-4068-A643-4A4DC7E74A23}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU {171ECCD9-0DA4-4068-A643-4A4DC7E74A23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {171ECCD9-0DA4-4068-A643-4A4DC7E74A23}.Debug|Any CPU.Build.0 = Debug|Any CPU + {171ECCD9-0DA4-4068-A643-4A4DC7E74A23}.Debug|Any CPU.Deploy.0 = Debug|Any CPU {171ECCD9-0DA4-4068-A643-4A4DC7E74A23}.Debug|iPhone.ActiveCfg = Debug|Any CPU {171ECCD9-0DA4-4068-A643-4A4DC7E74A23}.Debug|iPhone.Build.0 = Debug|Any CPU {171ECCD9-0DA4-4068-A643-4A4DC7E74A23}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU {171ECCD9-0DA4-4068-A643-4A4DC7E74A23}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU {171ECCD9-0DA4-4068-A643-4A4DC7E74A23}.Release|Any CPU.ActiveCfg = Release|Any CPU {171ECCD9-0DA4-4068-A643-4A4DC7E74A23}.Release|Any CPU.Build.0 = Release|Any CPU + {171ECCD9-0DA4-4068-A643-4A4DC7E74A23}.Release|Any CPU.Deploy.0 = Release|Any CPU {171ECCD9-0DA4-4068-A643-4A4DC7E74A23}.Release|iPhone.ActiveCfg = Release|Any CPU {171ECCD9-0DA4-4068-A643-4A4DC7E74A23}.Release|iPhone.Build.0 = Release|Any CPU {171ECCD9-0DA4-4068-A643-4A4DC7E74A23}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU diff --git a/UserInterface/CarouselViewDemos/CarouselViewDemos.sln b/UserInterface/CarouselViewDemos/CarouselViewDemos.sln index 4a6833346c..1276ee0ac9 100644 --- a/UserInterface/CarouselViewDemos/CarouselViewDemos.sln +++ b/UserInterface/CarouselViewDemos/CarouselViewDemos.sln @@ -1,57 +1,66 @@ - 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}") = "CarouselViewDemos.Android", "CarouselViewDemos.Android\CarouselViewDemos.Android.csproj", "{43A9F5D7-31C8-43C1-BC4F-D5A29926D3DD}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CarouselViewDemos.iOS", "CarouselViewDemos.iOS\CarouselViewDemos.iOS.csproj", "{6AD24253-B529-4D06-8D27-0C6256A7215E}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CarouselViewDemos", "CarouselViewDemos\CarouselViewDemos.csproj", "{5E5F66F5-443D-42D6-880E-2E28B5477960}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CarouselViewDemos", "CarouselViewDemos\CarouselViewDemos.csproj", "{5E5F66F5-443D-42D6-880E-2E28B5477960}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution 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 + Release|iPhoneSimulator = Release|iPhoneSimulator EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {43A9F5D7-31C8-43C1-BC4F-D5A29926D3DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {43A9F5D7-31C8-43C1-BC4F-D5A29926D3DD}.Debug|Any CPU.Build.0 = Debug|Any CPU - {43A9F5D7-31C8-43C1-BC4F-D5A29926D3DD}.Release|Any CPU.ActiveCfg = Release|Any CPU - {43A9F5D7-31C8-43C1-BC4F-D5A29926D3DD}.Release|Any CPU.Build.0 = Release|Any CPU - {43A9F5D7-31C8-43C1-BC4F-D5A29926D3DD}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {43A9F5D7-31C8-43C1-BC4F-D5A29926D3DD}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {43A9F5D7-31C8-43C1-BC4F-D5A29926D3DD}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {43A9F5D7-31C8-43C1-BC4F-D5A29926D3DD}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {43A9F5D7-31C8-43C1-BC4F-D5A29926D3DD}.Debug|Any CPU.Deploy.0 = Debug|Any CPU {43A9F5D7-31C8-43C1-BC4F-D5A29926D3DD}.Debug|iPhone.ActiveCfg = Debug|Any CPU {43A9F5D7-31C8-43C1-BC4F-D5A29926D3DD}.Debug|iPhone.Build.0 = Debug|Any CPU + {43A9F5D7-31C8-43C1-BC4F-D5A29926D3DD}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {43A9F5D7-31C8-43C1-BC4F-D5A29926D3DD}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {43A9F5D7-31C8-43C1-BC4F-D5A29926D3DD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {43A9F5D7-31C8-43C1-BC4F-D5A29926D3DD}.Release|Any CPU.Build.0 = Release|Any CPU + {43A9F5D7-31C8-43C1-BC4F-D5A29926D3DD}.Release|Any CPU.Deploy.0 = Release|Any CPU {43A9F5D7-31C8-43C1-BC4F-D5A29926D3DD}.Release|iPhone.ActiveCfg = Release|Any CPU {43A9F5D7-31C8-43C1-BC4F-D5A29926D3DD}.Release|iPhone.Build.0 = Release|Any CPU + {43A9F5D7-31C8-43C1-BC4F-D5A29926D3DD}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {43A9F5D7-31C8-43C1-BC4F-D5A29926D3DD}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {6AD24253-B529-4D06-8D27-0C6256A7215E}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator {6AD24253-B529-4D06-8D27-0C6256A7215E}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator - {6AD24253-B529-4D06-8D27-0C6256A7215E}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator - {6AD24253-B529-4D06-8D27-0C6256A7215E}.Release|Any CPU.Build.0 = Release|iPhoneSimulator - {6AD24253-B529-4D06-8D27-0C6256A7215E}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator - {6AD24253-B529-4D06-8D27-0C6256A7215E}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator - {6AD24253-B529-4D06-8D27-0C6256A7215E}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator - {6AD24253-B529-4D06-8D27-0C6256A7215E}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {6AD24253-B529-4D06-8D27-0C6256A7215E}.Debug|iPhone.ActiveCfg = Debug|iPhone {6AD24253-B529-4D06-8D27-0C6256A7215E}.Debug|iPhone.Build.0 = Debug|iPhone + {6AD24253-B529-4D06-8D27-0C6256A7215E}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator + {6AD24253-B529-4D06-8D27-0C6256A7215E}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator + {6AD24253-B529-4D06-8D27-0C6256A7215E}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator + {6AD24253-B529-4D06-8D27-0C6256A7215E}.Release|Any CPU.Build.0 = Release|iPhoneSimulator {6AD24253-B529-4D06-8D27-0C6256A7215E}.Release|iPhone.ActiveCfg = Release|iPhone {6AD24253-B529-4D06-8D27-0C6256A7215E}.Release|iPhone.Build.0 = Release|iPhone + {6AD24253-B529-4D06-8D27-0C6256A7215E}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {6AD24253-B529-4D06-8D27-0C6256A7215E}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {5E5F66F5-443D-42D6-880E-2E28B5477960}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {5E5F66F5-443D-42D6-880E-2E28B5477960}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5E5F66F5-443D-42D6-880E-2E28B5477960}.Release|Any CPU.ActiveCfg = Release|Any CPU - {5E5F66F5-443D-42D6-880E-2E28B5477960}.Release|Any CPU.Build.0 = Release|Any CPU - {5E5F66F5-443D-42D6-880E-2E28B5477960}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {5E5F66F5-443D-42D6-880E-2E28B5477960}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {5E5F66F5-443D-42D6-880E-2E28B5477960}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {5E5F66F5-443D-42D6-880E-2E28B5477960}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {5E5F66F5-443D-42D6-880E-2E28B5477960}.Debug|iPhone.ActiveCfg = Debug|Any CPU {5E5F66F5-443D-42D6-880E-2E28B5477960}.Debug|iPhone.Build.0 = Debug|Any CPU + {5E5F66F5-443D-42D6-880E-2E28B5477960}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {5E5F66F5-443D-42D6-880E-2E28B5477960}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {5E5F66F5-443D-42D6-880E-2E28B5477960}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5E5F66F5-443D-42D6-880E-2E28B5477960}.Release|Any CPU.Build.0 = Release|Any CPU {5E5F66F5-443D-42D6-880E-2E28B5477960}.Release|iPhone.ActiveCfg = Release|Any CPU {5E5F66F5-443D-42D6-880E-2E28B5477960}.Release|iPhone.Build.0 = Release|Any CPU + {5E5F66F5-443D-42D6-880E-2E28B5477960}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {5E5F66F5-443D-42D6-880E-2E28B5477960}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {E048303A-7D8A-4E5D-A671-BEACB11ED4F6} EndGlobalSection EndGlobal diff --git a/UserInterface/CheckBoxDemos/CheckBoxDemos.sln b/UserInterface/CheckBoxDemos/CheckBoxDemos.sln index ad2ffe68df..fbccda92f4 100644 --- a/UserInterface/CheckBoxDemos/CheckBoxDemos.sln +++ b/UserInterface/CheckBoxDemos/CheckBoxDemos.sln @@ -1,57 +1,66 @@ - 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}") = "CheckBoxDemos.Android", "CheckBoxDemos.Android\CheckBoxDemos.Android.csproj", "{C0324DD9-2C06-4B72-AEEE-228D4D547515}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CheckBoxDemos.iOS", "CheckBoxDemos.iOS\CheckBoxDemos.iOS.csproj", "{BA0EA4BA-57BC-41C6-907F-E537C1F45233}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CheckBoxDemos", "CheckBoxDemos\CheckBoxDemos.csproj", "{C4BE3BD4-72F3-4A03-9F89-00C71BD7EC0A}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CheckBoxDemos", "CheckBoxDemos\CheckBoxDemos.csproj", "{C4BE3BD4-72F3-4A03-9F89-00C71BD7EC0A}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution 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 + Release|iPhoneSimulator = Release|iPhoneSimulator EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {C0324DD9-2C06-4B72-AEEE-228D4D547515}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {C0324DD9-2C06-4B72-AEEE-228D4D547515}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C0324DD9-2C06-4B72-AEEE-228D4D547515}.Release|Any CPU.ActiveCfg = Release|Any CPU - {C0324DD9-2C06-4B72-AEEE-228D4D547515}.Release|Any CPU.Build.0 = Release|Any CPU - {C0324DD9-2C06-4B72-AEEE-228D4D547515}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {C0324DD9-2C06-4B72-AEEE-228D4D547515}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {C0324DD9-2C06-4B72-AEEE-228D4D547515}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {C0324DD9-2C06-4B72-AEEE-228D4D547515}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {C0324DD9-2C06-4B72-AEEE-228D4D547515}.Debug|Any CPU.Deploy.0 = Debug|Any CPU {C0324DD9-2C06-4B72-AEEE-228D4D547515}.Debug|iPhone.ActiveCfg = Debug|Any CPU {C0324DD9-2C06-4B72-AEEE-228D4D547515}.Debug|iPhone.Build.0 = Debug|Any CPU + {C0324DD9-2C06-4B72-AEEE-228D4D547515}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {C0324DD9-2C06-4B72-AEEE-228D4D547515}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {C0324DD9-2C06-4B72-AEEE-228D4D547515}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C0324DD9-2C06-4B72-AEEE-228D4D547515}.Release|Any CPU.Build.0 = Release|Any CPU + {C0324DD9-2C06-4B72-AEEE-228D4D547515}.Release|Any CPU.Deploy.0 = Release|Any CPU {C0324DD9-2C06-4B72-AEEE-228D4D547515}.Release|iPhone.ActiveCfg = Release|Any CPU {C0324DD9-2C06-4B72-AEEE-228D4D547515}.Release|iPhone.Build.0 = Release|Any CPU + {C0324DD9-2C06-4B72-AEEE-228D4D547515}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {C0324DD9-2C06-4B72-AEEE-228D4D547515}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {BA0EA4BA-57BC-41C6-907F-E537C1F45233}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator {BA0EA4BA-57BC-41C6-907F-E537C1F45233}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator - {BA0EA4BA-57BC-41C6-907F-E537C1F45233}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator - {BA0EA4BA-57BC-41C6-907F-E537C1F45233}.Release|Any CPU.Build.0 = Release|iPhoneSimulator - {BA0EA4BA-57BC-41C6-907F-E537C1F45233}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator - {BA0EA4BA-57BC-41C6-907F-E537C1F45233}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator - {BA0EA4BA-57BC-41C6-907F-E537C1F45233}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator - {BA0EA4BA-57BC-41C6-907F-E537C1F45233}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {BA0EA4BA-57BC-41C6-907F-E537C1F45233}.Debug|iPhone.ActiveCfg = Debug|iPhone {BA0EA4BA-57BC-41C6-907F-E537C1F45233}.Debug|iPhone.Build.0 = Debug|iPhone + {BA0EA4BA-57BC-41C6-907F-E537C1F45233}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator + {BA0EA4BA-57BC-41C6-907F-E537C1F45233}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator + {BA0EA4BA-57BC-41C6-907F-E537C1F45233}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator + {BA0EA4BA-57BC-41C6-907F-E537C1F45233}.Release|Any CPU.Build.0 = Release|iPhoneSimulator {BA0EA4BA-57BC-41C6-907F-E537C1F45233}.Release|iPhone.ActiveCfg = Release|iPhone {BA0EA4BA-57BC-41C6-907F-E537C1F45233}.Release|iPhone.Build.0 = Release|iPhone + {BA0EA4BA-57BC-41C6-907F-E537C1F45233}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {BA0EA4BA-57BC-41C6-907F-E537C1F45233}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {C4BE3BD4-72F3-4A03-9F89-00C71BD7EC0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {C4BE3BD4-72F3-4A03-9F89-00C71BD7EC0A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C4BE3BD4-72F3-4A03-9F89-00C71BD7EC0A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {C4BE3BD4-72F3-4A03-9F89-00C71BD7EC0A}.Release|Any CPU.Build.0 = Release|Any CPU - {C4BE3BD4-72F3-4A03-9F89-00C71BD7EC0A}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {C4BE3BD4-72F3-4A03-9F89-00C71BD7EC0A}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {C4BE3BD4-72F3-4A03-9F89-00C71BD7EC0A}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {C4BE3BD4-72F3-4A03-9F89-00C71BD7EC0A}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {C4BE3BD4-72F3-4A03-9F89-00C71BD7EC0A}.Debug|iPhone.ActiveCfg = Debug|Any CPU {C4BE3BD4-72F3-4A03-9F89-00C71BD7EC0A}.Debug|iPhone.Build.0 = Debug|Any CPU + {C4BE3BD4-72F3-4A03-9F89-00C71BD7EC0A}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {C4BE3BD4-72F3-4A03-9F89-00C71BD7EC0A}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {C4BE3BD4-72F3-4A03-9F89-00C71BD7EC0A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C4BE3BD4-72F3-4A03-9F89-00C71BD7EC0A}.Release|Any CPU.Build.0 = Release|Any CPU {C4BE3BD4-72F3-4A03-9F89-00C71BD7EC0A}.Release|iPhone.ActiveCfg = Release|Any CPU {C4BE3BD4-72F3-4A03-9F89-00C71BD7EC0A}.Release|iPhone.Build.0 = Release|Any CPU + {C4BE3BD4-72F3-4A03-9F89-00C71BD7EC0A}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {C4BE3BD4-72F3-4A03-9F89-00C71BD7EC0A}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {FF859E6D-667D-4F0C-BDEC-9509952AF1C8} EndGlobalSection EndGlobal diff --git a/UserInterface/CollectionViewDemos/CollectionViewDemos.sln b/UserInterface/CollectionViewDemos/CollectionViewDemos.sln index 6dac75798d..6683231677 100644 --- a/UserInterface/CollectionViewDemos/CollectionViewDemos.sln +++ b/UserInterface/CollectionViewDemos/CollectionViewDemos.sln @@ -42,12 +42,14 @@ Global {B265E212-1B11-4812-9ED8-28F86F9CDF1D}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU {B265E212-1B11-4812-9ED8-28F86F9CDF1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {B265E212-1B11-4812-9ED8-28F86F9CDF1D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B265E212-1B11-4812-9ED8-28F86F9CDF1D}.Debug|Any CPU.Deploy.0 = Debug|Any CPU {B265E212-1B11-4812-9ED8-28F86F9CDF1D}.Debug|iPhone.ActiveCfg = Debug|Any CPU {B265E212-1B11-4812-9ED8-28F86F9CDF1D}.Debug|iPhone.Build.0 = Debug|Any CPU {B265E212-1B11-4812-9ED8-28F86F9CDF1D}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU {B265E212-1B11-4812-9ED8-28F86F9CDF1D}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU {B265E212-1B11-4812-9ED8-28F86F9CDF1D}.Release|Any CPU.ActiveCfg = Release|Any CPU {B265E212-1B11-4812-9ED8-28F86F9CDF1D}.Release|Any CPU.Build.0 = Release|Any CPU + {B265E212-1B11-4812-9ED8-28F86F9CDF1D}.Release|Any CPU.Deploy.0 = Release|Any CPU {B265E212-1B11-4812-9ED8-28F86F9CDF1D}.Release|iPhone.ActiveCfg = Release|Any CPU {B265E212-1B11-4812-9ED8-28F86F9CDF1D}.Release|iPhone.Build.0 = Release|Any CPU {B265E212-1B11-4812-9ED8-28F86F9CDF1D}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU diff --git a/UserInterface/Hyperlinks/HyperlinkDemo.sln b/UserInterface/Hyperlinks/HyperlinkDemo.sln index c0922f995b..dfb1f737f8 100644 --- a/UserInterface/Hyperlinks/HyperlinkDemo.sln +++ b/UserInterface/Hyperlinks/HyperlinkDemo.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}") = "HyperlinkDemo.Android", "HyperlinkDemo.Android\HyperlinkDemo.Android.csproj", "{C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HyperlinkDemo.iOS", "HyperlinkDemo.iOS\HyperlinkDemo.iOS.csproj", "{6F07A287-265A-4A7C-81F1-338BF00C32F0}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HyperlinkDemo", "HyperlinkDemo\HyperlinkDemo.csproj", "{139177A8-238F-4509-9DBD-879D1C41BA39}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HyperlinkDemo", "HyperlinkDemo\HyperlinkDemo.csproj", "{139177A8-238F-4509-9DBD-879D1C41BA39}" 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 + {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU + {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU + {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.AppStore|Any CPU.Build.0 = Release|Any CPU + {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.AppStore|Any CPU.Deploy.0 = Release|Any CPU + {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.AppStore|iPhone.Build.0 = Debug|Any CPU + {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU + {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.Release|Any CPU.ActiveCfg = Release|Any CPU - {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.Release|Any CPU.Build.0 = Release|Any CPU - {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.Debug|Any CPU.Deploy.0 = Debug|Any CPU {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.Debug|iPhone.ActiveCfg = Debug|Any CPU {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.Debug|iPhone.Build.0 = Debug|Any CPU + {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.Release|Any CPU.Build.0 = Release|Any CPU + {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.Release|Any CPU.Deploy.0 = Release|Any CPU {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.Release|iPhone.ActiveCfg = Release|Any CPU {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.Release|iPhone.Build.0 = Release|Any CPU - {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.AppStore|iPhone.Build.0 = Debug|Any CPU + {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {C769A86A-B51C-4B60-B6E9-545EFFC7C6B9}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {6F07A287-265A-4A7C-81F1-338BF00C32F0}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator + {6F07A287-265A-4A7C-81F1-338BF00C32F0}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone + {6F07A287-265A-4A7C-81F1-338BF00C32F0}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone + {6F07A287-265A-4A7C-81F1-338BF00C32F0}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator + {6F07A287-265A-4A7C-81F1-338BF00C32F0}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator + {6F07A287-265A-4A7C-81F1-338BF00C32F0}.AppStore|Any CPU.ActiveCfg = AppStore|iPhoneSimulator + {6F07A287-265A-4A7C-81F1-338BF00C32F0}.AppStore|iPhone.ActiveCfg = AppStore|iPhone + {6F07A287-265A-4A7C-81F1-338BF00C32F0}.AppStore|iPhone.Build.0 = AppStore|iPhone + {6F07A287-265A-4A7C-81F1-338BF00C32F0}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator + {6F07A287-265A-4A7C-81F1-338BF00C32F0}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator {6F07A287-265A-4A7C-81F1-338BF00C32F0}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator {6F07A287-265A-4A7C-81F1-338BF00C32F0}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator - {6F07A287-265A-4A7C-81F1-338BF00C32F0}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator - {6F07A287-265A-4A7C-81F1-338BF00C32F0}.Release|Any CPU.Build.0 = Release|iPhoneSimulator - {6F07A287-265A-4A7C-81F1-338BF00C32F0}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator - {6F07A287-265A-4A7C-81F1-338BF00C32F0}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator - {6F07A287-265A-4A7C-81F1-338BF00C32F0}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator - {6F07A287-265A-4A7C-81F1-338BF00C32F0}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {6F07A287-265A-4A7C-81F1-338BF00C32F0}.Debug|iPhone.ActiveCfg = Debug|iPhone {6F07A287-265A-4A7C-81F1-338BF00C32F0}.Debug|iPhone.Build.0 = Debug|iPhone + {6F07A287-265A-4A7C-81F1-338BF00C32F0}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator + {6F07A287-265A-4A7C-81F1-338BF00C32F0}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator + {6F07A287-265A-4A7C-81F1-338BF00C32F0}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator + {6F07A287-265A-4A7C-81F1-338BF00C32F0}.Release|Any CPU.Build.0 = Release|iPhoneSimulator {6F07A287-265A-4A7C-81F1-338BF00C32F0}.Release|iPhone.ActiveCfg = Release|iPhone {6F07A287-265A-4A7C-81F1-338BF00C32F0}.Release|iPhone.Build.0 = Release|iPhone - {6F07A287-265A-4A7C-81F1-338BF00C32F0}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone - {6F07A287-265A-4A7C-81F1-338BF00C32F0}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone - {6F07A287-265A-4A7C-81F1-338BF00C32F0}.AppStore|iPhone.ActiveCfg = AppStore|iPhone - {6F07A287-265A-4A7C-81F1-338BF00C32F0}.AppStore|iPhone.Build.0 = AppStore|iPhone + {6F07A287-265A-4A7C-81F1-338BF00C32F0}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {6F07A287-265A-4A7C-81F1-338BF00C32F0}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {139177A8-238F-4509-9DBD-879D1C41BA39}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU + {139177A8-238F-4509-9DBD-879D1C41BA39}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU + {139177A8-238F-4509-9DBD-879D1C41BA39}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {139177A8-238F-4509-9DBD-879D1C41BA39}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {139177A8-238F-4509-9DBD-879D1C41BA39}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU + {139177A8-238F-4509-9DBD-879D1C41BA39}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU + {139177A8-238F-4509-9DBD-879D1C41BA39}.AppStore|Any CPU.ActiveCfg = Release|Any CPU + {139177A8-238F-4509-9DBD-879D1C41BA39}.AppStore|Any CPU.Build.0 = Release|Any CPU + {139177A8-238F-4509-9DBD-879D1C41BA39}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {139177A8-238F-4509-9DBD-879D1C41BA39}.AppStore|iPhone.Build.0 = Debug|Any CPU + {139177A8-238F-4509-9DBD-879D1C41BA39}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU + {139177A8-238F-4509-9DBD-879D1C41BA39}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU {139177A8-238F-4509-9DBD-879D1C41BA39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {139177A8-238F-4509-9DBD-879D1C41BA39}.Debug|Any CPU.Build.0 = Debug|Any CPU - {139177A8-238F-4509-9DBD-879D1C41BA39}.Release|Any CPU.ActiveCfg = Release|Any CPU - {139177A8-238F-4509-9DBD-879D1C41BA39}.Release|Any CPU.Build.0 = Release|Any CPU - {139177A8-238F-4509-9DBD-879D1C41BA39}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {139177A8-238F-4509-9DBD-879D1C41BA39}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {139177A8-238F-4509-9DBD-879D1C41BA39}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {139177A8-238F-4509-9DBD-879D1C41BA39}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {139177A8-238F-4509-9DBD-879D1C41BA39}.Debug|iPhone.ActiveCfg = Debug|Any CPU {139177A8-238F-4509-9DBD-879D1C41BA39}.Debug|iPhone.Build.0 = Debug|Any CPU + {139177A8-238F-4509-9DBD-879D1C41BA39}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {139177A8-238F-4509-9DBD-879D1C41BA39}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {139177A8-238F-4509-9DBD-879D1C41BA39}.Release|Any CPU.ActiveCfg = Release|Any CPU + {139177A8-238F-4509-9DBD-879D1C41BA39}.Release|Any CPU.Build.0 = Release|Any CPU {139177A8-238F-4509-9DBD-879D1C41BA39}.Release|iPhone.ActiveCfg = Release|Any CPU {139177A8-238F-4509-9DBD-879D1C41BA39}.Release|iPhone.Build.0 = Release|Any CPU - {139177A8-238F-4509-9DBD-879D1C41BA39}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {139177A8-238F-4509-9DBD-879D1C41BA39}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {139177A8-238F-4509-9DBD-879D1C41BA39}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {139177A8-238F-4509-9DBD-879D1C41BA39}.AppStore|iPhone.Build.0 = Debug|Any CPU + {139177A8-238F-4509-9DBD-879D1C41BA39}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {139177A8-238F-4509-9DBD-879D1C41BA39}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {55143A52-439A-4147-AF0C-4CAF131020FB} EndGlobalSection EndGlobal diff --git a/UserInterface/IndicatorViewDemos/IndicatorViewDemos.sln b/UserInterface/IndicatorViewDemos/IndicatorViewDemos.sln index 87f91c28d9..d09b47e38e 100644 --- a/UserInterface/IndicatorViewDemos/IndicatorViewDemos.sln +++ b/UserInterface/IndicatorViewDemos/IndicatorViewDemos.sln @@ -1,57 +1,66 @@ - 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}") = "IndicatorViewDemos.Android", "IndicatorViewDemos.Android\IndicatorViewDemos.Android.csproj", "{A90FB181-977F-48F2-9BF0-EA4B71EE37B6}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IndicatorViewDemos.iOS", "IndicatorViewDemos.iOS\IndicatorViewDemos.iOS.csproj", "{6EB05001-9B58-499F-8682-8C33B48A257F}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IndicatorViewDemos", "IndicatorViewDemos\IndicatorViewDemos.csproj", "{20A268BB-D09A-4AD6-915B-0E52A299400D}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IndicatorViewDemos", "IndicatorViewDemos\IndicatorViewDemos.csproj", "{20A268BB-D09A-4AD6-915B-0E52A299400D}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution 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 + Release|iPhoneSimulator = Release|iPhoneSimulator EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {A90FB181-977F-48F2-9BF0-EA4B71EE37B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {A90FB181-977F-48F2-9BF0-EA4B71EE37B6}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A90FB181-977F-48F2-9BF0-EA4B71EE37B6}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A90FB181-977F-48F2-9BF0-EA4B71EE37B6}.Release|Any CPU.Build.0 = Release|Any CPU - {A90FB181-977F-48F2-9BF0-EA4B71EE37B6}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {A90FB181-977F-48F2-9BF0-EA4B71EE37B6}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {A90FB181-977F-48F2-9BF0-EA4B71EE37B6}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {A90FB181-977F-48F2-9BF0-EA4B71EE37B6}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {A90FB181-977F-48F2-9BF0-EA4B71EE37B6}.Debug|Any CPU.Deploy.0 = Debug|Any CPU {A90FB181-977F-48F2-9BF0-EA4B71EE37B6}.Debug|iPhone.ActiveCfg = Debug|Any CPU {A90FB181-977F-48F2-9BF0-EA4B71EE37B6}.Debug|iPhone.Build.0 = Debug|Any CPU + {A90FB181-977F-48F2-9BF0-EA4B71EE37B6}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {A90FB181-977F-48F2-9BF0-EA4B71EE37B6}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {A90FB181-977F-48F2-9BF0-EA4B71EE37B6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A90FB181-977F-48F2-9BF0-EA4B71EE37B6}.Release|Any CPU.Build.0 = Release|Any CPU + {A90FB181-977F-48F2-9BF0-EA4B71EE37B6}.Release|Any CPU.Deploy.0 = Release|Any CPU {A90FB181-977F-48F2-9BF0-EA4B71EE37B6}.Release|iPhone.ActiveCfg = Release|Any CPU {A90FB181-977F-48F2-9BF0-EA4B71EE37B6}.Release|iPhone.Build.0 = Release|Any CPU + {A90FB181-977F-48F2-9BF0-EA4B71EE37B6}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {A90FB181-977F-48F2-9BF0-EA4B71EE37B6}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {6EB05001-9B58-499F-8682-8C33B48A257F}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator {6EB05001-9B58-499F-8682-8C33B48A257F}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator - {6EB05001-9B58-499F-8682-8C33B48A257F}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator - {6EB05001-9B58-499F-8682-8C33B48A257F}.Release|Any CPU.Build.0 = Release|iPhoneSimulator - {6EB05001-9B58-499F-8682-8C33B48A257F}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator - {6EB05001-9B58-499F-8682-8C33B48A257F}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator - {6EB05001-9B58-499F-8682-8C33B48A257F}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator - {6EB05001-9B58-499F-8682-8C33B48A257F}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {6EB05001-9B58-499F-8682-8C33B48A257F}.Debug|iPhone.ActiveCfg = Debug|iPhone {6EB05001-9B58-499F-8682-8C33B48A257F}.Debug|iPhone.Build.0 = Debug|iPhone + {6EB05001-9B58-499F-8682-8C33B48A257F}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator + {6EB05001-9B58-499F-8682-8C33B48A257F}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator + {6EB05001-9B58-499F-8682-8C33B48A257F}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator + {6EB05001-9B58-499F-8682-8C33B48A257F}.Release|Any CPU.Build.0 = Release|iPhoneSimulator {6EB05001-9B58-499F-8682-8C33B48A257F}.Release|iPhone.ActiveCfg = Release|iPhone {6EB05001-9B58-499F-8682-8C33B48A257F}.Release|iPhone.Build.0 = Release|iPhone + {6EB05001-9B58-499F-8682-8C33B48A257F}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {6EB05001-9B58-499F-8682-8C33B48A257F}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {20A268BB-D09A-4AD6-915B-0E52A299400D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {20A268BB-D09A-4AD6-915B-0E52A299400D}.Debug|Any CPU.Build.0 = Debug|Any CPU - {20A268BB-D09A-4AD6-915B-0E52A299400D}.Release|Any CPU.ActiveCfg = Release|Any CPU - {20A268BB-D09A-4AD6-915B-0E52A299400D}.Release|Any CPU.Build.0 = Release|Any CPU - {20A268BB-D09A-4AD6-915B-0E52A299400D}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {20A268BB-D09A-4AD6-915B-0E52A299400D}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {20A268BB-D09A-4AD6-915B-0E52A299400D}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {20A268BB-D09A-4AD6-915B-0E52A299400D}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {20A268BB-D09A-4AD6-915B-0E52A299400D}.Debug|iPhone.ActiveCfg = Debug|Any CPU {20A268BB-D09A-4AD6-915B-0E52A299400D}.Debug|iPhone.Build.0 = Debug|Any CPU + {20A268BB-D09A-4AD6-915B-0E52A299400D}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {20A268BB-D09A-4AD6-915B-0E52A299400D}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {20A268BB-D09A-4AD6-915B-0E52A299400D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {20A268BB-D09A-4AD6-915B-0E52A299400D}.Release|Any CPU.Build.0 = Release|Any CPU {20A268BB-D09A-4AD6-915B-0E52A299400D}.Release|iPhone.ActiveCfg = Release|Any CPU {20A268BB-D09A-4AD6-915B-0E52A299400D}.Release|iPhone.Build.0 = Release|Any CPU + {20A268BB-D09A-4AD6-915B-0E52A299400D}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {20A268BB-D09A-4AD6-915B-0E52A299400D}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {D1D5CB63-4363-46D9-A455-7A8C9B4B574B} EndGlobalSection EndGlobal diff --git a/UserInterface/MediaElementDemos/MediaElementDemos.sln b/UserInterface/MediaElementDemos/MediaElementDemos.sln index f6592b0cc7..59cd007053 100644 --- a/UserInterface/MediaElementDemos/MediaElementDemos.sln +++ b/UserInterface/MediaElementDemos/MediaElementDemos.sln @@ -1,57 +1,66 @@ - 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}") = "MediaElementDemos.Android", "MediaElementDemos.Android\MediaElementDemos.Android.csproj", "{E134C82C-EBCF-4751-9DA7-938D083B16D4}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediaElementDemos.iOS", "MediaElementDemos.iOS\MediaElementDemos.iOS.csproj", "{90C606C3-3D9B-42D3-A885-D71B7C933720}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediaElementDemos", "MediaElementDemos\MediaElementDemos.csproj", "{BFB76A7B-6247-4337-8194-65582553F5E5}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MediaElementDemos", "MediaElementDemos\MediaElementDemos.csproj", "{BFB76A7B-6247-4337-8194-65582553F5E5}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution 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 + Release|iPhoneSimulator = Release|iPhoneSimulator EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {E134C82C-EBCF-4751-9DA7-938D083B16D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {E134C82C-EBCF-4751-9DA7-938D083B16D4}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E134C82C-EBCF-4751-9DA7-938D083B16D4}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E134C82C-EBCF-4751-9DA7-938D083B16D4}.Release|Any CPU.Build.0 = Release|Any CPU - {E134C82C-EBCF-4751-9DA7-938D083B16D4}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {E134C82C-EBCF-4751-9DA7-938D083B16D4}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {E134C82C-EBCF-4751-9DA7-938D083B16D4}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {E134C82C-EBCF-4751-9DA7-938D083B16D4}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {E134C82C-EBCF-4751-9DA7-938D083B16D4}.Debug|Any CPU.Deploy.0 = Debug|Any CPU {E134C82C-EBCF-4751-9DA7-938D083B16D4}.Debug|iPhone.ActiveCfg = Debug|Any CPU {E134C82C-EBCF-4751-9DA7-938D083B16D4}.Debug|iPhone.Build.0 = Debug|Any CPU + {E134C82C-EBCF-4751-9DA7-938D083B16D4}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {E134C82C-EBCF-4751-9DA7-938D083B16D4}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {E134C82C-EBCF-4751-9DA7-938D083B16D4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E134C82C-EBCF-4751-9DA7-938D083B16D4}.Release|Any CPU.Build.0 = Release|Any CPU + {E134C82C-EBCF-4751-9DA7-938D083B16D4}.Release|Any CPU.Deploy.0 = Release|Any CPU {E134C82C-EBCF-4751-9DA7-938D083B16D4}.Release|iPhone.ActiveCfg = Release|Any CPU {E134C82C-EBCF-4751-9DA7-938D083B16D4}.Release|iPhone.Build.0 = Release|Any CPU + {E134C82C-EBCF-4751-9DA7-938D083B16D4}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {E134C82C-EBCF-4751-9DA7-938D083B16D4}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {90C606C3-3D9B-42D3-A885-D71B7C933720}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator {90C606C3-3D9B-42D3-A885-D71B7C933720}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator - {90C606C3-3D9B-42D3-A885-D71B7C933720}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator - {90C606C3-3D9B-42D3-A885-D71B7C933720}.Release|Any CPU.Build.0 = Release|iPhoneSimulator - {90C606C3-3D9B-42D3-A885-D71B7C933720}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator - {90C606C3-3D9B-42D3-A885-D71B7C933720}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator - {90C606C3-3D9B-42D3-A885-D71B7C933720}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator - {90C606C3-3D9B-42D3-A885-D71B7C933720}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {90C606C3-3D9B-42D3-A885-D71B7C933720}.Debug|iPhone.ActiveCfg = Debug|iPhone {90C606C3-3D9B-42D3-A885-D71B7C933720}.Debug|iPhone.Build.0 = Debug|iPhone + {90C606C3-3D9B-42D3-A885-D71B7C933720}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator + {90C606C3-3D9B-42D3-A885-D71B7C933720}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator + {90C606C3-3D9B-42D3-A885-D71B7C933720}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator + {90C606C3-3D9B-42D3-A885-D71B7C933720}.Release|Any CPU.Build.0 = Release|iPhoneSimulator {90C606C3-3D9B-42D3-A885-D71B7C933720}.Release|iPhone.ActiveCfg = Release|iPhone {90C606C3-3D9B-42D3-A885-D71B7C933720}.Release|iPhone.Build.0 = Release|iPhone + {90C606C3-3D9B-42D3-A885-D71B7C933720}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {90C606C3-3D9B-42D3-A885-D71B7C933720}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {BFB76A7B-6247-4337-8194-65582553F5E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {BFB76A7B-6247-4337-8194-65582553F5E5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {BFB76A7B-6247-4337-8194-65582553F5E5}.Release|Any CPU.ActiveCfg = Release|Any CPU - {BFB76A7B-6247-4337-8194-65582553F5E5}.Release|Any CPU.Build.0 = Release|Any CPU - {BFB76A7B-6247-4337-8194-65582553F5E5}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {BFB76A7B-6247-4337-8194-65582553F5E5}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {BFB76A7B-6247-4337-8194-65582553F5E5}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {BFB76A7B-6247-4337-8194-65582553F5E5}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {BFB76A7B-6247-4337-8194-65582553F5E5}.Debug|iPhone.ActiveCfg = Debug|Any CPU {BFB76A7B-6247-4337-8194-65582553F5E5}.Debug|iPhone.Build.0 = Debug|Any CPU + {BFB76A7B-6247-4337-8194-65582553F5E5}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {BFB76A7B-6247-4337-8194-65582553F5E5}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {BFB76A7B-6247-4337-8194-65582553F5E5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BFB76A7B-6247-4337-8194-65582553F5E5}.Release|Any CPU.Build.0 = Release|Any CPU {BFB76A7B-6247-4337-8194-65582553F5E5}.Release|iPhone.ActiveCfg = Release|Any CPU {BFB76A7B-6247-4337-8194-65582553F5E5}.Release|iPhone.Build.0 = Release|Any CPU + {BFB76A7B-6247-4337-8194-65582553F5E5}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {BFB76A7B-6247-4337-8194-65582553F5E5}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {D547CBF1-8561-4701-B4B9-8F3FAE7EBD8B} EndGlobalSection EndGlobal diff --git a/UserInterface/NativeViews/NativeViewInsideContentView/NativeViewInsideContentView.sln b/UserInterface/NativeViews/NativeViewInsideContentView/NativeViewInsideContentView.sln index f6ea044e26..b13202ef95 100755 --- a/UserInterface/NativeViews/NativeViewInsideContentView/NativeViewInsideContentView.sln +++ b/UserInterface/NativeViews/NativeViewInsideContentView/NativeViewInsideContentView.sln @@ -1,6 +1,7 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.24720.0 + +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}") = "NativeViewInsideContentView", "NativeViewInsideContentView\NativeViewInsideContentView.shproj", "{1D8213EA-E79B-44E2-8D17-29F481E63CCC}" EndProject @@ -12,10 +13,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NativeViewInsideContentView EndProject Global GlobalSection(SharedMSBuildProjectFiles) = preSolution - NativeViewInsideContentView\NativeViewInsideContentView.projitems*{1d8213ea-e79b-44e2-8d17-29f481e63ccc}*SharedItemsImports = 13 - NativeViewInsideContentView\NativeViewInsideContentView.projitems*{ae07022a-db13-4d7e-826d-73fa8cdbcf31}*SharedItemsImports = 4 NativeViewInsideContentView\NativeViewInsideContentView.projitems*{07424905-4b5a-407f-a441-55672bb3785f}*SharedItemsImports = 4 + NativeViewInsideContentView\NativeViewInsideContentView.projitems*{1d8213ea-e79b-44e2-8d17-29f481e63ccc}*SharedItemsImports = 13 NativeViewInsideContentView\NativeViewInsideContentView.projitems*{5e1e9f59-52c5-4687-917c-402b161fe6b1}*SharedItemsImports = 4 + NativeViewInsideContentView\NativeViewInsideContentView.projitems*{ae07022a-db13-4d7e-826d-73fa8cdbcf31}*SharedItemsImports = 4 EndGlobalSection GlobalSection(SolutionConfigurationPlatforms) = preSolution Ad-Hoc|Any CPU = Ad-Hoc|Any CPU @@ -44,42 +45,30 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {07424905-4B5A-407F-A441-55672BB3785F}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhone - {07424905-4B5A-407F-A441-55672BB3785F}.Ad-Hoc|Any CPU.Build.0 = Ad-Hoc|iPhone - {07424905-4B5A-407F-A441-55672BB3785F}.Ad-Hoc|Any CPU.Deploy.0 = Ad-Hoc|iPhone - {07424905-4B5A-407F-A441-55672BB3785F}.Ad-Hoc|ARM.ActiveCfg = Ad-Hoc|iPhone - {07424905-4B5A-407F-A441-55672BB3785F}.Ad-Hoc|ARM.Build.0 = Ad-Hoc|iPhone - {07424905-4B5A-407F-A441-55672BB3785F}.Ad-Hoc|ARM.Deploy.0 = Ad-Hoc|iPhone - {07424905-4B5A-407F-A441-55672BB3785F}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone - {07424905-4B5A-407F-A441-55672BB3785F}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone - {07424905-4B5A-407F-A441-55672BB3785F}.Ad-Hoc|iPhone.Deploy.0 = Ad-Hoc|iPhone - {07424905-4B5A-407F-A441-55672BB3785F}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator - {07424905-4B5A-407F-A441-55672BB3785F}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator - {07424905-4B5A-407F-A441-55672BB3785F}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Ad-Hoc|iPhoneSimulator - {07424905-4B5A-407F-A441-55672BB3785F}.Ad-Hoc|x64.ActiveCfg = Ad-Hoc|iPhone - {07424905-4B5A-407F-A441-55672BB3785F}.Ad-Hoc|x64.Build.0 = Ad-Hoc|iPhone - {07424905-4B5A-407F-A441-55672BB3785F}.Ad-Hoc|x64.Deploy.0 = Ad-Hoc|iPhone - {07424905-4B5A-407F-A441-55672BB3785F}.Ad-Hoc|x86.ActiveCfg = Ad-Hoc|iPhone - {07424905-4B5A-407F-A441-55672BB3785F}.Ad-Hoc|x86.Build.0 = Ad-Hoc|iPhone - {07424905-4B5A-407F-A441-55672BB3785F}.Ad-Hoc|x86.Deploy.0 = Ad-Hoc|iPhone - {07424905-4B5A-407F-A441-55672BB3785F}.AppStore|Any CPU.ActiveCfg = AppStore|iPhone - {07424905-4B5A-407F-A441-55672BB3785F}.AppStore|Any CPU.Build.0 = AppStore|iPhone - {07424905-4B5A-407F-A441-55672BB3785F}.AppStore|Any CPU.Deploy.0 = AppStore|iPhone - {07424905-4B5A-407F-A441-55672BB3785F}.AppStore|ARM.ActiveCfg = AppStore|iPhone - {07424905-4B5A-407F-A441-55672BB3785F}.AppStore|ARM.Build.0 = AppStore|iPhone - {07424905-4B5A-407F-A441-55672BB3785F}.AppStore|ARM.Deploy.0 = AppStore|iPhone - {07424905-4B5A-407F-A441-55672BB3785F}.AppStore|iPhone.ActiveCfg = AppStore|iPhone - {07424905-4B5A-407F-A441-55672BB3785F}.AppStore|iPhone.Build.0 = AppStore|iPhone - {07424905-4B5A-407F-A441-55672BB3785F}.AppStore|iPhone.Deploy.0 = AppStore|iPhone - {07424905-4B5A-407F-A441-55672BB3785F}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator - {07424905-4B5A-407F-A441-55672BB3785F}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator - {07424905-4B5A-407F-A441-55672BB3785F}.AppStore|iPhoneSimulator.Deploy.0 = AppStore|iPhoneSimulator - {07424905-4B5A-407F-A441-55672BB3785F}.AppStore|x64.ActiveCfg = AppStore|iPhone - {07424905-4B5A-407F-A441-55672BB3785F}.AppStore|x64.Build.0 = AppStore|iPhone - {07424905-4B5A-407F-A441-55672BB3785F}.AppStore|x64.Deploy.0 = AppStore|iPhone - {07424905-4B5A-407F-A441-55672BB3785F}.AppStore|x86.ActiveCfg = AppStore|iPhone - {07424905-4B5A-407F-A441-55672BB3785F}.AppStore|x86.Build.0 = AppStore|iPhone - {07424905-4B5A-407F-A441-55672BB3785F}.AppStore|x86.Deploy.0 = AppStore|iPhone + {07424905-4B5A-407F-A441-55672BB3785F}.Ad-Hoc|Any CPU.ActiveCfg = Release|iPhoneSimulator + {07424905-4B5A-407F-A441-55672BB3785F}.Ad-Hoc|Any CPU.Build.0 = Release|iPhoneSimulator + {07424905-4B5A-407F-A441-55672BB3785F}.Ad-Hoc|ARM.ActiveCfg = Release|iPhoneSimulator + {07424905-4B5A-407F-A441-55672BB3785F}.Ad-Hoc|ARM.Build.0 = Release|iPhoneSimulator + {07424905-4B5A-407F-A441-55672BB3785F}.Ad-Hoc|iPhone.ActiveCfg = Release|iPhone + {07424905-4B5A-407F-A441-55672BB3785F}.Ad-Hoc|iPhone.Build.0 = Release|iPhone + {07424905-4B5A-407F-A441-55672BB3785F}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {07424905-4B5A-407F-A441-55672BB3785F}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {07424905-4B5A-407F-A441-55672BB3785F}.Ad-Hoc|x64.ActiveCfg = Release|iPhoneSimulator + {07424905-4B5A-407F-A441-55672BB3785F}.Ad-Hoc|x64.Build.0 = Release|iPhoneSimulator + {07424905-4B5A-407F-A441-55672BB3785F}.Ad-Hoc|x86.ActiveCfg = Release|iPhoneSimulator + {07424905-4B5A-407F-A441-55672BB3785F}.Ad-Hoc|x86.Build.0 = Release|iPhoneSimulator + {07424905-4B5A-407F-A441-55672BB3785F}.AppStore|Any CPU.ActiveCfg = Release|iPhoneSimulator + {07424905-4B5A-407F-A441-55672BB3785F}.AppStore|Any CPU.Build.0 = Release|iPhoneSimulator + {07424905-4B5A-407F-A441-55672BB3785F}.AppStore|ARM.ActiveCfg = Release|iPhoneSimulator + {07424905-4B5A-407F-A441-55672BB3785F}.AppStore|ARM.Build.0 = Release|iPhoneSimulator + {07424905-4B5A-407F-A441-55672BB3785F}.AppStore|iPhone.ActiveCfg = Release|iPhone + {07424905-4B5A-407F-A441-55672BB3785F}.AppStore|iPhone.Build.0 = Release|iPhone + {07424905-4B5A-407F-A441-55672BB3785F}.AppStore|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {07424905-4B5A-407F-A441-55672BB3785F}.AppStore|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {07424905-4B5A-407F-A441-55672BB3785F}.AppStore|x64.ActiveCfg = Release|iPhoneSimulator + {07424905-4B5A-407F-A441-55672BB3785F}.AppStore|x64.Build.0 = Release|iPhoneSimulator + {07424905-4B5A-407F-A441-55672BB3785F}.AppStore|x86.ActiveCfg = Release|iPhoneSimulator + {07424905-4B5A-407F-A441-55672BB3785F}.AppStore|x86.Build.0 = Release|iPhoneSimulator {07424905-4B5A-407F-A441-55672BB3785F}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator {07424905-4B5A-407F-A441-55672BB3785F}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator {07424905-4B5A-407F-A441-55672BB3785F}.Debug|Any CPU.Deploy.0 = Debug|iPhoneSimulator @@ -264,4 +253,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {FB28C9F2-63A5-4713-BB01-A30EE5B011A0} + EndGlobalSection EndGlobal diff --git a/UserInterface/NativeViews/NativeViewInsideContentView/iOS/NativeViewInsideContentView.iOS.csproj b/UserInterface/NativeViews/NativeViewInsideContentView/iOS/NativeViewInsideContentView.iOS.csproj index fb6bee8750..9301d0d1d4 100644 --- a/UserInterface/NativeViews/NativeViewInsideContentView/iOS/NativeViewInsideContentView.iOS.csproj +++ b/UserInterface/NativeViews/NativeViewInsideContentView/iOS/NativeViewInsideContentView.iOS.csproj @@ -89,10 +89,10 @@ - false + false - false + false diff --git a/UserInterface/RefreshViewDemo/RefreshViewDemo.sln b/UserInterface/RefreshViewDemo/RefreshViewDemo.sln index eb86fc7a3f..0fa64e829f 100644 --- a/UserInterface/RefreshViewDemo/RefreshViewDemo.sln +++ b/UserInterface/RefreshViewDemo/RefreshViewDemo.sln @@ -1,57 +1,66 @@ - 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}") = "RefreshViewDemo.Android", "RefreshViewDemo.Android\RefreshViewDemo.Android.csproj", "{E73FD7EE-FBA3-4C55-8A52-F417B47A79C5}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RefreshViewDemo.iOS", "RefreshViewDemo.iOS\RefreshViewDemo.iOS.csproj", "{25CD9FC8-A8DC-4F2E-A15B-1AD5CADD4980}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RefreshViewDemo", "RefreshViewDemo\RefreshViewDemo.csproj", "{123D1AB8-53DD-44D3-AB8C-41A0628E2CE6}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RefreshViewDemo", "RefreshViewDemo\RefreshViewDemo.csproj", "{123D1AB8-53DD-44D3-AB8C-41A0628E2CE6}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution 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 + Release|iPhoneSimulator = Release|iPhoneSimulator EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {E73FD7EE-FBA3-4C55-8A52-F417B47A79C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {E73FD7EE-FBA3-4C55-8A52-F417B47A79C5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E73FD7EE-FBA3-4C55-8A52-F417B47A79C5}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E73FD7EE-FBA3-4C55-8A52-F417B47A79C5}.Release|Any CPU.Build.0 = Release|Any CPU - {E73FD7EE-FBA3-4C55-8A52-F417B47A79C5}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {E73FD7EE-FBA3-4C55-8A52-F417B47A79C5}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {E73FD7EE-FBA3-4C55-8A52-F417B47A79C5}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {E73FD7EE-FBA3-4C55-8A52-F417B47A79C5}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {E73FD7EE-FBA3-4C55-8A52-F417B47A79C5}.Debug|Any CPU.Deploy.0 = Debug|Any CPU {E73FD7EE-FBA3-4C55-8A52-F417B47A79C5}.Debug|iPhone.ActiveCfg = Debug|Any CPU {E73FD7EE-FBA3-4C55-8A52-F417B47A79C5}.Debug|iPhone.Build.0 = Debug|Any CPU + {E73FD7EE-FBA3-4C55-8A52-F417B47A79C5}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {E73FD7EE-FBA3-4C55-8A52-F417B47A79C5}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {E73FD7EE-FBA3-4C55-8A52-F417B47A79C5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E73FD7EE-FBA3-4C55-8A52-F417B47A79C5}.Release|Any CPU.Build.0 = Release|Any CPU + {E73FD7EE-FBA3-4C55-8A52-F417B47A79C5}.Release|Any CPU.Deploy.0 = Release|Any CPU {E73FD7EE-FBA3-4C55-8A52-F417B47A79C5}.Release|iPhone.ActiveCfg = Release|Any CPU {E73FD7EE-FBA3-4C55-8A52-F417B47A79C5}.Release|iPhone.Build.0 = Release|Any CPU + {E73FD7EE-FBA3-4C55-8A52-F417B47A79C5}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {E73FD7EE-FBA3-4C55-8A52-F417B47A79C5}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {25CD9FC8-A8DC-4F2E-A15B-1AD5CADD4980}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator {25CD9FC8-A8DC-4F2E-A15B-1AD5CADD4980}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator - {25CD9FC8-A8DC-4F2E-A15B-1AD5CADD4980}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator - {25CD9FC8-A8DC-4F2E-A15B-1AD5CADD4980}.Release|Any CPU.Build.0 = Release|iPhoneSimulator - {25CD9FC8-A8DC-4F2E-A15B-1AD5CADD4980}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator - {25CD9FC8-A8DC-4F2E-A15B-1AD5CADD4980}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator - {25CD9FC8-A8DC-4F2E-A15B-1AD5CADD4980}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator - {25CD9FC8-A8DC-4F2E-A15B-1AD5CADD4980}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {25CD9FC8-A8DC-4F2E-A15B-1AD5CADD4980}.Debug|iPhone.ActiveCfg = Debug|iPhone {25CD9FC8-A8DC-4F2E-A15B-1AD5CADD4980}.Debug|iPhone.Build.0 = Debug|iPhone + {25CD9FC8-A8DC-4F2E-A15B-1AD5CADD4980}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator + {25CD9FC8-A8DC-4F2E-A15B-1AD5CADD4980}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator + {25CD9FC8-A8DC-4F2E-A15B-1AD5CADD4980}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator + {25CD9FC8-A8DC-4F2E-A15B-1AD5CADD4980}.Release|Any CPU.Build.0 = Release|iPhoneSimulator {25CD9FC8-A8DC-4F2E-A15B-1AD5CADD4980}.Release|iPhone.ActiveCfg = Release|iPhone {25CD9FC8-A8DC-4F2E-A15B-1AD5CADD4980}.Release|iPhone.Build.0 = Release|iPhone + {25CD9FC8-A8DC-4F2E-A15B-1AD5CADD4980}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {25CD9FC8-A8DC-4F2E-A15B-1AD5CADD4980}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {123D1AB8-53DD-44D3-AB8C-41A0628E2CE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {123D1AB8-53DD-44D3-AB8C-41A0628E2CE6}.Debug|Any CPU.Build.0 = Debug|Any CPU - {123D1AB8-53DD-44D3-AB8C-41A0628E2CE6}.Release|Any CPU.ActiveCfg = Release|Any CPU - {123D1AB8-53DD-44D3-AB8C-41A0628E2CE6}.Release|Any CPU.Build.0 = Release|Any CPU - {123D1AB8-53DD-44D3-AB8C-41A0628E2CE6}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {123D1AB8-53DD-44D3-AB8C-41A0628E2CE6}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {123D1AB8-53DD-44D3-AB8C-41A0628E2CE6}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {123D1AB8-53DD-44D3-AB8C-41A0628E2CE6}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {123D1AB8-53DD-44D3-AB8C-41A0628E2CE6}.Debug|iPhone.ActiveCfg = Debug|Any CPU {123D1AB8-53DD-44D3-AB8C-41A0628E2CE6}.Debug|iPhone.Build.0 = Debug|Any CPU + {123D1AB8-53DD-44D3-AB8C-41A0628E2CE6}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {123D1AB8-53DD-44D3-AB8C-41A0628E2CE6}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {123D1AB8-53DD-44D3-AB8C-41A0628E2CE6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {123D1AB8-53DD-44D3-AB8C-41A0628E2CE6}.Release|Any CPU.Build.0 = Release|Any CPU {123D1AB8-53DD-44D3-AB8C-41A0628E2CE6}.Release|iPhone.ActiveCfg = Release|Any CPU {123D1AB8-53DD-44D3-AB8C-41A0628E2CE6}.Release|iPhone.Build.0 = Release|Any CPU + {123D1AB8-53DD-44D3-AB8C-41A0628E2CE6}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {123D1AB8-53DD-44D3-AB8C-41A0628E2CE6}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {EFC58636-E011-4FC4-9B32-D23D78412CA8} EndGlobalSection EndGlobal diff --git a/UserInterface/SwipeViewDemos/SwipeViewDemos.sln b/UserInterface/SwipeViewDemos/SwipeViewDemos.sln index fd9354fa0a..c3bd659d6c 100644 --- a/UserInterface/SwipeViewDemos/SwipeViewDemos.sln +++ b/UserInterface/SwipeViewDemos/SwipeViewDemos.sln @@ -1,57 +1,66 @@ - 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}") = "SwipeViewDemos.Android", "SwipeViewDemos.Android\SwipeViewDemos.Android.csproj", "{D76A98A6-6550-4F0C-B18A-73FFC665B5A8}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SwipeViewDemos.iOS", "SwipeViewDemos.iOS\SwipeViewDemos.iOS.csproj", "{90016619-171D-4023-8FB2-CCC43F192BEA}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SwipeViewDemos", "SwipeViewDemos\SwipeViewDemos.csproj", "{83855E25-5A0F-4D07-8DEA-C2AB792FB844}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SwipeViewDemos", "SwipeViewDemos\SwipeViewDemos.csproj", "{83855E25-5A0F-4D07-8DEA-C2AB792FB844}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution 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 + Release|iPhoneSimulator = Release|iPhoneSimulator EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {D76A98A6-6550-4F0C-B18A-73FFC665B5A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {D76A98A6-6550-4F0C-B18A-73FFC665B5A8}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D76A98A6-6550-4F0C-B18A-73FFC665B5A8}.Release|Any CPU.ActiveCfg = Release|Any CPU - {D76A98A6-6550-4F0C-B18A-73FFC665B5A8}.Release|Any CPU.Build.0 = Release|Any CPU - {D76A98A6-6550-4F0C-B18A-73FFC665B5A8}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {D76A98A6-6550-4F0C-B18A-73FFC665B5A8}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {D76A98A6-6550-4F0C-B18A-73FFC665B5A8}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {D76A98A6-6550-4F0C-B18A-73FFC665B5A8}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {D76A98A6-6550-4F0C-B18A-73FFC665B5A8}.Debug|Any CPU.Deploy.0 = Debug|Any CPU {D76A98A6-6550-4F0C-B18A-73FFC665B5A8}.Debug|iPhone.ActiveCfg = Debug|Any CPU {D76A98A6-6550-4F0C-B18A-73FFC665B5A8}.Debug|iPhone.Build.0 = Debug|Any CPU + {D76A98A6-6550-4F0C-B18A-73FFC665B5A8}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {D76A98A6-6550-4F0C-B18A-73FFC665B5A8}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {D76A98A6-6550-4F0C-B18A-73FFC665B5A8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D76A98A6-6550-4F0C-B18A-73FFC665B5A8}.Release|Any CPU.Build.0 = Release|Any CPU + {D76A98A6-6550-4F0C-B18A-73FFC665B5A8}.Release|Any CPU.Deploy.0 = Release|Any CPU {D76A98A6-6550-4F0C-B18A-73FFC665B5A8}.Release|iPhone.ActiveCfg = Release|Any CPU {D76A98A6-6550-4F0C-B18A-73FFC665B5A8}.Release|iPhone.Build.0 = Release|Any CPU + {D76A98A6-6550-4F0C-B18A-73FFC665B5A8}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {D76A98A6-6550-4F0C-B18A-73FFC665B5A8}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {90016619-171D-4023-8FB2-CCC43F192BEA}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator {90016619-171D-4023-8FB2-CCC43F192BEA}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator - {90016619-171D-4023-8FB2-CCC43F192BEA}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator - {90016619-171D-4023-8FB2-CCC43F192BEA}.Release|Any CPU.Build.0 = Release|iPhoneSimulator - {90016619-171D-4023-8FB2-CCC43F192BEA}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator - {90016619-171D-4023-8FB2-CCC43F192BEA}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator - {90016619-171D-4023-8FB2-CCC43F192BEA}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator - {90016619-171D-4023-8FB2-CCC43F192BEA}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {90016619-171D-4023-8FB2-CCC43F192BEA}.Debug|iPhone.ActiveCfg = Debug|iPhone {90016619-171D-4023-8FB2-CCC43F192BEA}.Debug|iPhone.Build.0 = Debug|iPhone + {90016619-171D-4023-8FB2-CCC43F192BEA}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator + {90016619-171D-4023-8FB2-CCC43F192BEA}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator + {90016619-171D-4023-8FB2-CCC43F192BEA}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator + {90016619-171D-4023-8FB2-CCC43F192BEA}.Release|Any CPU.Build.0 = Release|iPhoneSimulator {90016619-171D-4023-8FB2-CCC43F192BEA}.Release|iPhone.ActiveCfg = Release|iPhone {90016619-171D-4023-8FB2-CCC43F192BEA}.Release|iPhone.Build.0 = Release|iPhone + {90016619-171D-4023-8FB2-CCC43F192BEA}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {90016619-171D-4023-8FB2-CCC43F192BEA}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {83855E25-5A0F-4D07-8DEA-C2AB792FB844}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {83855E25-5A0F-4D07-8DEA-C2AB792FB844}.Debug|Any CPU.Build.0 = Debug|Any CPU - {83855E25-5A0F-4D07-8DEA-C2AB792FB844}.Release|Any CPU.ActiveCfg = Release|Any CPU - {83855E25-5A0F-4D07-8DEA-C2AB792FB844}.Release|Any CPU.Build.0 = Release|Any CPU - {83855E25-5A0F-4D07-8DEA-C2AB792FB844}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {83855E25-5A0F-4D07-8DEA-C2AB792FB844}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {83855E25-5A0F-4D07-8DEA-C2AB792FB844}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {83855E25-5A0F-4D07-8DEA-C2AB792FB844}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {83855E25-5A0F-4D07-8DEA-C2AB792FB844}.Debug|iPhone.ActiveCfg = Debug|Any CPU {83855E25-5A0F-4D07-8DEA-C2AB792FB844}.Debug|iPhone.Build.0 = Debug|Any CPU + {83855E25-5A0F-4D07-8DEA-C2AB792FB844}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {83855E25-5A0F-4D07-8DEA-C2AB792FB844}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {83855E25-5A0F-4D07-8DEA-C2AB792FB844}.Release|Any CPU.ActiveCfg = Release|Any CPU + {83855E25-5A0F-4D07-8DEA-C2AB792FB844}.Release|Any CPU.Build.0 = Release|Any CPU {83855E25-5A0F-4D07-8DEA-C2AB792FB844}.Release|iPhone.ActiveCfg = Release|Any CPU {83855E25-5A0F-4D07-8DEA-C2AB792FB844}.Release|iPhone.Build.0 = Release|Any CPU + {83855E25-5A0F-4D07-8DEA-C2AB792FB844}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {83855E25-5A0F-4D07-8DEA-C2AB792FB844}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {5B1FC7CA-D58E-4268-8A09-D1F05514D196} EndGlobalSection EndGlobal diff --git a/UserInterface/TableView/TableViewSamples.sln b/UserInterface/TableView/TableViewSamples.sln index 003c8a96ce..459ab35ad3 100755 --- a/UserInterface/TableView/TableViewSamples.sln +++ b/UserInterface/TableView/TableViewSamples.sln @@ -267,9 +267,6 @@ Global {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x64 {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x64 {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|x64 - {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|x86 - {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Ad-Hoc|Mixed Platforms.Build.0 = Release|x86 - {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Ad-Hoc|Mixed Platforms.Deploy.0 = Release|x86 {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Ad-Hoc|x64.ActiveCfg = Release|x64 {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Ad-Hoc|x64.Build.0 = Release|x64 {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Ad-Hoc|x64.Deploy.0 = Release|x64 @@ -288,9 +285,6 @@ Global {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.AppStore|iPhoneSimulator.ActiveCfg = Release|x64 {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.AppStore|iPhoneSimulator.Build.0 = Release|x64 {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.AppStore|iPhoneSimulator.Deploy.0 = Release|x64 - {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.AppStore|Mixed Platforms.ActiveCfg = Release|x86 - {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.AppStore|Mixed Platforms.Build.0 = Release|x86 - {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.AppStore|Mixed Platforms.Deploy.0 = Release|x86 {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.AppStore|x64.ActiveCfg = Release|x64 {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.AppStore|x64.Build.0 = Release|x64 {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.AppStore|x64.Deploy.0 = Release|x64 @@ -298,14 +292,13 @@ Global {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.AppStore|x86.Build.0 = Release|x86 {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.AppStore|x86.Deploy.0 = Release|x86 {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Debug|Any CPU.ActiveCfg = Debug|x86 + {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Debug|Any CPU.Build.0 = Debug|x86 + {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Debug|Any CPU.Deploy.0 = Debug|x86 {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Debug|ARM.ActiveCfg = Debug|ARM {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Debug|ARM.Build.0 = Debug|ARM {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Debug|ARM.Deploy.0 = Debug|ARM {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Debug|iPhone.ActiveCfg = Debug|x86 {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86 - {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Debug|Mixed Platforms.Deploy.0 = Debug|x86 {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Debug|x64.ActiveCfg = Debug|x64 {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Debug|x64.Build.0 = Debug|x64 {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Debug|x64.Deploy.0 = Debug|x64 @@ -313,14 +306,13 @@ Global {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Debug|x86.Build.0 = Debug|x86 {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Debug|x86.Deploy.0 = Debug|x86 {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Release|Any CPU.ActiveCfg = Release|x86 + {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Release|Any CPU.Build.0 = Release|x86 + {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Release|Any CPU.Deploy.0 = Release|x86 {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Release|ARM.ActiveCfg = Release|ARM {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Release|ARM.Build.0 = Release|ARM {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Release|ARM.Deploy.0 = Release|ARM {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Release|iPhone.ActiveCfg = Release|x86 {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Release|iPhoneSimulator.ActiveCfg = Release|x86 - {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Release|Mixed Platforms.Build.0 = Release|x86 - {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Release|Mixed Platforms.Deploy.0 = Release|x86 {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Release|x64.ActiveCfg = Release|x64 {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Release|x64.Build.0 = Release|x64 {35E31674-6B67-44CE-A49C-99BA0C07F3B6}.Release|x64.Deploy.0 = Release|x64 diff --git a/UserInterface/ThemingDemo/ThemingDemo.sln b/UserInterface/ThemingDemo/ThemingDemo.sln index 60544329d4..9773fbb397 100644 --- a/UserInterface/ThemingDemo/ThemingDemo.sln +++ b/UserInterface/ThemingDemo/ThemingDemo.sln @@ -1,57 +1,66 @@ - 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}") = "ThemingDemo.Android", "ThemingDemo.Android\ThemingDemo.Android.csproj", "{60D84DA2-9A8A-444B-BB0A-12EA822CB7AE}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThemingDemo.iOS", "ThemingDemo.iOS\ThemingDemo.iOS.csproj", "{042D73FB-D9AA-487C-A464-7472324ED555}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThemingDemo", "ThemingDemo\ThemingDemo.csproj", "{373D2082-568C-4630-90D2-B5C85E542EE0}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ThemingDemo", "ThemingDemo\ThemingDemo.csproj", "{373D2082-568C-4630-90D2-B5C85E542EE0}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution 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 + Release|iPhoneSimulator = Release|iPhoneSimulator EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {60D84DA2-9A8A-444B-BB0A-12EA822CB7AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {60D84DA2-9A8A-444B-BB0A-12EA822CB7AE}.Debug|Any CPU.Build.0 = Debug|Any CPU - {60D84DA2-9A8A-444B-BB0A-12EA822CB7AE}.Release|Any CPU.ActiveCfg = Release|Any CPU - {60D84DA2-9A8A-444B-BB0A-12EA822CB7AE}.Release|Any CPU.Build.0 = Release|Any CPU - {60D84DA2-9A8A-444B-BB0A-12EA822CB7AE}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {60D84DA2-9A8A-444B-BB0A-12EA822CB7AE}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {60D84DA2-9A8A-444B-BB0A-12EA822CB7AE}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {60D84DA2-9A8A-444B-BB0A-12EA822CB7AE}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {60D84DA2-9A8A-444B-BB0A-12EA822CB7AE}.Debug|Any CPU.Deploy.0 = Debug|Any CPU {60D84DA2-9A8A-444B-BB0A-12EA822CB7AE}.Debug|iPhone.ActiveCfg = Debug|Any CPU {60D84DA2-9A8A-444B-BB0A-12EA822CB7AE}.Debug|iPhone.Build.0 = Debug|Any CPU + {60D84DA2-9A8A-444B-BB0A-12EA822CB7AE}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {60D84DA2-9A8A-444B-BB0A-12EA822CB7AE}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {60D84DA2-9A8A-444B-BB0A-12EA822CB7AE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {60D84DA2-9A8A-444B-BB0A-12EA822CB7AE}.Release|Any CPU.Build.0 = Release|Any CPU + {60D84DA2-9A8A-444B-BB0A-12EA822CB7AE}.Release|Any CPU.Deploy.0 = Release|Any CPU {60D84DA2-9A8A-444B-BB0A-12EA822CB7AE}.Release|iPhone.ActiveCfg = Release|Any CPU {60D84DA2-9A8A-444B-BB0A-12EA822CB7AE}.Release|iPhone.Build.0 = Release|Any CPU + {60D84DA2-9A8A-444B-BB0A-12EA822CB7AE}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {60D84DA2-9A8A-444B-BB0A-12EA822CB7AE}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {042D73FB-D9AA-487C-A464-7472324ED555}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator {042D73FB-D9AA-487C-A464-7472324ED555}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator - {042D73FB-D9AA-487C-A464-7472324ED555}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator - {042D73FB-D9AA-487C-A464-7472324ED555}.Release|Any CPU.Build.0 = Release|iPhoneSimulator - {042D73FB-D9AA-487C-A464-7472324ED555}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator - {042D73FB-D9AA-487C-A464-7472324ED555}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator - {042D73FB-D9AA-487C-A464-7472324ED555}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator - {042D73FB-D9AA-487C-A464-7472324ED555}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {042D73FB-D9AA-487C-A464-7472324ED555}.Debug|iPhone.ActiveCfg = Debug|iPhone {042D73FB-D9AA-487C-A464-7472324ED555}.Debug|iPhone.Build.0 = Debug|iPhone + {042D73FB-D9AA-487C-A464-7472324ED555}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator + {042D73FB-D9AA-487C-A464-7472324ED555}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator + {042D73FB-D9AA-487C-A464-7472324ED555}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator + {042D73FB-D9AA-487C-A464-7472324ED555}.Release|Any CPU.Build.0 = Release|iPhoneSimulator {042D73FB-D9AA-487C-A464-7472324ED555}.Release|iPhone.ActiveCfg = Release|iPhone {042D73FB-D9AA-487C-A464-7472324ED555}.Release|iPhone.Build.0 = Release|iPhone + {042D73FB-D9AA-487C-A464-7472324ED555}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {042D73FB-D9AA-487C-A464-7472324ED555}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator {373D2082-568C-4630-90D2-B5C85E542EE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {373D2082-568C-4630-90D2-B5C85E542EE0}.Debug|Any CPU.Build.0 = Debug|Any CPU - {373D2082-568C-4630-90D2-B5C85E542EE0}.Release|Any CPU.ActiveCfg = Release|Any CPU - {373D2082-568C-4630-90D2-B5C85E542EE0}.Release|Any CPU.Build.0 = Release|Any CPU - {373D2082-568C-4630-90D2-B5C85E542EE0}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {373D2082-568C-4630-90D2-B5C85E542EE0}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {373D2082-568C-4630-90D2-B5C85E542EE0}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {373D2082-568C-4630-90D2-B5C85E542EE0}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {373D2082-568C-4630-90D2-B5C85E542EE0}.Debug|iPhone.ActiveCfg = Debug|Any CPU {373D2082-568C-4630-90D2-B5C85E542EE0}.Debug|iPhone.Build.0 = Debug|Any CPU + {373D2082-568C-4630-90D2-B5C85E542EE0}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {373D2082-568C-4630-90D2-B5C85E542EE0}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {373D2082-568C-4630-90D2-B5C85E542EE0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {373D2082-568C-4630-90D2-B5C85E542EE0}.Release|Any CPU.Build.0 = Release|Any CPU {373D2082-568C-4630-90D2-B5C85E542EE0}.Release|iPhone.ActiveCfg = Release|Any CPU {373D2082-568C-4630-90D2-B5C85E542EE0}.Release|iPhone.Build.0 = Release|Any CPU + {373D2082-568C-4630-90D2-B5C85E542EE0}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {373D2082-568C-4630-90D2-B5C85E542EE0}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {4DD714A3-D273-4F68-9DC7-6F4DB48AC790} EndGlobalSection EndGlobal diff --git a/UserInterface/TimePicker/SetTimer.sln b/UserInterface/TimePicker/SetTimer.sln index a1ac7130e1..bc9880ac64 100755 --- a/UserInterface/TimePicker/SetTimer.sln +++ b/UserInterface/TimePicker/SetTimer.sln @@ -1,6 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.28010.2041 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29920.165 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SetTimer.Android", "SetTimer.Android\SetTimer.Android.csproj", "{A5871061-DA1F-4CAF-805F-5D98C6BD2A1E}" EndProject @@ -74,6 +74,7 @@ Global {A5871061-DA1F-4CAF-805F-5D98C6BD2A1E}.AppStore|x86.Deploy.0 = Release|Any CPU {A5871061-DA1F-4CAF-805F-5D98C6BD2A1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {A5871061-DA1F-4CAF-805F-5D98C6BD2A1E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A5871061-DA1F-4CAF-805F-5D98C6BD2A1E}.Debug|Any CPU.Deploy.0 = Debug|Any CPU {A5871061-DA1F-4CAF-805F-5D98C6BD2A1E}.Debug|ARM.ActiveCfg = Debug|Any CPU {A5871061-DA1F-4CAF-805F-5D98C6BD2A1E}.Debug|ARM.Build.0 = Debug|Any CPU {A5871061-DA1F-4CAF-805F-5D98C6BD2A1E}.Debug|ARM.Deploy.0 = Debug|Any CPU @@ -89,6 +90,7 @@ Global {A5871061-DA1F-4CAF-805F-5D98C6BD2A1E}.Debug|x86.Deploy.0 = Debug|Any CPU {A5871061-DA1F-4CAF-805F-5D98C6BD2A1E}.Release|Any CPU.ActiveCfg = Release|Any CPU {A5871061-DA1F-4CAF-805F-5D98C6BD2A1E}.Release|Any CPU.Build.0 = Release|Any CPU + {A5871061-DA1F-4CAF-805F-5D98C6BD2A1E}.Release|Any CPU.Deploy.0 = Release|Any CPU {A5871061-DA1F-4CAF-805F-5D98C6BD2A1E}.Release|ARM.ActiveCfg = Release|Any CPU {A5871061-DA1F-4CAF-805F-5D98C6BD2A1E}.Release|ARM.Build.0 = Release|Any CPU {A5871061-DA1F-4CAF-805F-5D98C6BD2A1E}.Release|ARM.Deploy.0 = Release|Any CPU @@ -221,6 +223,8 @@ Global {B45E9F6C-52B3-4B51-9400-48872E9E2B94}.AppStore|x86.Build.0 = Release|x86 {B45E9F6C-52B3-4B51-9400-48872E9E2B94}.AppStore|x86.Deploy.0 = Release|x86 {B45E9F6C-52B3-4B51-9400-48872E9E2B94}.Debug|Any CPU.ActiveCfg = Debug|x86 + {B45E9F6C-52B3-4B51-9400-48872E9E2B94}.Debug|Any CPU.Build.0 = Debug|x86 + {B45E9F6C-52B3-4B51-9400-48872E9E2B94}.Debug|Any CPU.Deploy.0 = Debug|x86 {B45E9F6C-52B3-4B51-9400-48872E9E2B94}.Debug|ARM.ActiveCfg = Debug|ARM {B45E9F6C-52B3-4B51-9400-48872E9E2B94}.Debug|ARM.Build.0 = Debug|ARM {B45E9F6C-52B3-4B51-9400-48872E9E2B94}.Debug|ARM.Deploy.0 = Debug|ARM @@ -233,6 +237,8 @@ Global {B45E9F6C-52B3-4B51-9400-48872E9E2B94}.Debug|x86.Build.0 = Debug|x86 {B45E9F6C-52B3-4B51-9400-48872E9E2B94}.Debug|x86.Deploy.0 = Debug|x86 {B45E9F6C-52B3-4B51-9400-48872E9E2B94}.Release|Any CPU.ActiveCfg = Release|x86 + {B45E9F6C-52B3-4B51-9400-48872E9E2B94}.Release|Any CPU.Build.0 = Release|x86 + {B45E9F6C-52B3-4B51-9400-48872E9E2B94}.Release|Any CPU.Deploy.0 = Release|x86 {B45E9F6C-52B3-4B51-9400-48872E9E2B94}.Release|ARM.ActiveCfg = Release|ARM {B45E9F6C-52B3-4B51-9400-48872E9E2B94}.Release|ARM.Build.0 = Release|ARM {B45E9F6C-52B3-4B51-9400-48872E9E2B94}.Release|ARM.Deploy.0 = Release|ARM diff --git a/UserInterface/VisualDemos/VisualDemos.sln b/UserInterface/VisualDemos/VisualDemos.sln index 79131c63b6..3bfd9f0271 100644 --- a/UserInterface/VisualDemos/VisualDemos.sln +++ b/UserInterface/VisualDemos/VisualDemos.sln @@ -49,6 +49,7 @@ Global {3314F0B5-6210-4918-86C1-2EB9CB9A48B9}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU {3314F0B5-6210-4918-86C1-2EB9CB9A48B9}.Release|Any CPU.ActiveCfg = Release|Any CPU {3314F0B5-6210-4918-86C1-2EB9CB9A48B9}.Release|Any CPU.Build.0 = Release|Any CPU + {3314F0B5-6210-4918-86C1-2EB9CB9A48B9}.Release|Any CPU.Deploy.0 = Release|Any CPU {3314F0B5-6210-4918-86C1-2EB9CB9A48B9}.Release|iPhone.ActiveCfg = Release|Any CPU {3314F0B5-6210-4918-86C1-2EB9CB9A48B9}.Release|iPhone.Build.0 = Release|Any CPU {3314F0B5-6210-4918-86C1-2EB9CB9A48B9}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU diff --git a/UserInterface/WebView/WebViewSample.sln b/UserInterface/WebView/WebViewSample.sln index 9d152e8297..2cd9066e32 100755 --- a/UserInterface/WebView/WebViewSample.sln +++ b/UserInterface/WebView/WebViewSample.sln @@ -267,9 +267,6 @@ Global {ABCC1F26-931D-4729-819E-33EA5620CF87}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x64 {ABCC1F26-931D-4729-819E-33EA5620CF87}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x64 {ABCC1F26-931D-4729-819E-33EA5620CF87}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|x64 - {ABCC1F26-931D-4729-819E-33EA5620CF87}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|x86 - {ABCC1F26-931D-4729-819E-33EA5620CF87}.Ad-Hoc|Mixed Platforms.Build.0 = Release|x86 - {ABCC1F26-931D-4729-819E-33EA5620CF87}.Ad-Hoc|Mixed Platforms.Deploy.0 = Release|x86 {ABCC1F26-931D-4729-819E-33EA5620CF87}.Ad-Hoc|x64.ActiveCfg = Release|x64 {ABCC1F26-931D-4729-819E-33EA5620CF87}.Ad-Hoc|x64.Build.0 = Release|x64 {ABCC1F26-931D-4729-819E-33EA5620CF87}.Ad-Hoc|x64.Deploy.0 = Release|x64 @@ -288,9 +285,6 @@ Global {ABCC1F26-931D-4729-819E-33EA5620CF87}.AppStore|iPhoneSimulator.ActiveCfg = Release|x64 {ABCC1F26-931D-4729-819E-33EA5620CF87}.AppStore|iPhoneSimulator.Build.0 = Release|x64 {ABCC1F26-931D-4729-819E-33EA5620CF87}.AppStore|iPhoneSimulator.Deploy.0 = Release|x64 - {ABCC1F26-931D-4729-819E-33EA5620CF87}.AppStore|Mixed Platforms.ActiveCfg = Release|x86 - {ABCC1F26-931D-4729-819E-33EA5620CF87}.AppStore|Mixed Platforms.Build.0 = Release|x86 - {ABCC1F26-931D-4729-819E-33EA5620CF87}.AppStore|Mixed Platforms.Deploy.0 = Release|x86 {ABCC1F26-931D-4729-819E-33EA5620CF87}.AppStore|x64.ActiveCfg = Release|x64 {ABCC1F26-931D-4729-819E-33EA5620CF87}.AppStore|x64.Build.0 = Release|x64 {ABCC1F26-931D-4729-819E-33EA5620CF87}.AppStore|x64.Deploy.0 = Release|x64 @@ -298,14 +292,13 @@ Global {ABCC1F26-931D-4729-819E-33EA5620CF87}.AppStore|x86.Build.0 = Release|x86 {ABCC1F26-931D-4729-819E-33EA5620CF87}.AppStore|x86.Deploy.0 = Release|x86 {ABCC1F26-931D-4729-819E-33EA5620CF87}.Debug|Any CPU.ActiveCfg = Debug|x86 + {ABCC1F26-931D-4729-819E-33EA5620CF87}.Debug|Any CPU.Build.0 = Debug|x86 + {ABCC1F26-931D-4729-819E-33EA5620CF87}.Debug|Any CPU.Deploy.0 = Debug|x86 {ABCC1F26-931D-4729-819E-33EA5620CF87}.Debug|ARM.ActiveCfg = Debug|ARM {ABCC1F26-931D-4729-819E-33EA5620CF87}.Debug|ARM.Build.0 = Debug|ARM {ABCC1F26-931D-4729-819E-33EA5620CF87}.Debug|ARM.Deploy.0 = Debug|ARM {ABCC1F26-931D-4729-819E-33EA5620CF87}.Debug|iPhone.ActiveCfg = Debug|x86 {ABCC1F26-931D-4729-819E-33EA5620CF87}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86 - {ABCC1F26-931D-4729-819E-33EA5620CF87}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {ABCC1F26-931D-4729-819E-33EA5620CF87}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {ABCC1F26-931D-4729-819E-33EA5620CF87}.Debug|Mixed Platforms.Deploy.0 = Debug|x86 {ABCC1F26-931D-4729-819E-33EA5620CF87}.Debug|x64.ActiveCfg = Debug|x64 {ABCC1F26-931D-4729-819E-33EA5620CF87}.Debug|x64.Build.0 = Debug|x64 {ABCC1F26-931D-4729-819E-33EA5620CF87}.Debug|x64.Deploy.0 = Debug|x64 @@ -313,14 +306,13 @@ Global {ABCC1F26-931D-4729-819E-33EA5620CF87}.Debug|x86.Build.0 = Debug|x86 {ABCC1F26-931D-4729-819E-33EA5620CF87}.Debug|x86.Deploy.0 = Debug|x86 {ABCC1F26-931D-4729-819E-33EA5620CF87}.Release|Any CPU.ActiveCfg = Release|x86 + {ABCC1F26-931D-4729-819E-33EA5620CF87}.Release|Any CPU.Build.0 = Release|x86 + {ABCC1F26-931D-4729-819E-33EA5620CF87}.Release|Any CPU.Deploy.0 = Release|x86 {ABCC1F26-931D-4729-819E-33EA5620CF87}.Release|ARM.ActiveCfg = Release|ARM {ABCC1F26-931D-4729-819E-33EA5620CF87}.Release|ARM.Build.0 = Release|ARM {ABCC1F26-931D-4729-819E-33EA5620CF87}.Release|ARM.Deploy.0 = Release|ARM {ABCC1F26-931D-4729-819E-33EA5620CF87}.Release|iPhone.ActiveCfg = Release|x86 {ABCC1F26-931D-4729-819E-33EA5620CF87}.Release|iPhoneSimulator.ActiveCfg = Release|x86 - {ABCC1F26-931D-4729-819E-33EA5620CF87}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {ABCC1F26-931D-4729-819E-33EA5620CF87}.Release|Mixed Platforms.Build.0 = Release|x86 - {ABCC1F26-931D-4729-819E-33EA5620CF87}.Release|Mixed Platforms.Deploy.0 = Release|x86 {ABCC1F26-931D-4729-819E-33EA5620CF87}.Release|x64.ActiveCfg = Release|x64 {ABCC1F26-931D-4729-819E-33EA5620CF87}.Release|x64.Build.0 = Release|x64 {ABCC1F26-931D-4729-819E-33EA5620CF87}.Release|x64.Deploy.0 = Release|x64 diff --git a/UserInterface/Xaminals/Xaminals.sln b/UserInterface/Xaminals/Xaminals.sln index abc4fdc170..ffd66791c5 100644 --- a/UserInterface/Xaminals/Xaminals.sln +++ b/UserInterface/Xaminals/Xaminals.sln @@ -6,7 +6,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xaminals.Android", "Xaminal EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xaminals.iOS", "Xaminals.iOS\Xaminals.iOS.csproj", "{2EAAEE32-09F5-4390-9CA5-C67B7CE09BA2}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xaminals", "Xaminals\Xaminals.csproj", "{CD4DE9E8-2721-47F3-BA95-999B6F75FF27}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xaminals", "Xaminals\Xaminals.csproj", "{CD4DE9E8-2721-47F3-BA95-999B6F75FF27}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -42,12 +42,14 @@ Global {DA067342-E7FA-4C40-8809-21401D523D47}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU {DA067342-E7FA-4C40-8809-21401D523D47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {DA067342-E7FA-4C40-8809-21401D523D47}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DA067342-E7FA-4C40-8809-21401D523D47}.Debug|Any CPU.Deploy.0 = Debug|Any CPU {DA067342-E7FA-4C40-8809-21401D523D47}.Debug|iPhone.ActiveCfg = Debug|Any CPU {DA067342-E7FA-4C40-8809-21401D523D47}.Debug|iPhone.Build.0 = Debug|Any CPU {DA067342-E7FA-4C40-8809-21401D523D47}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU {DA067342-E7FA-4C40-8809-21401D523D47}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU {DA067342-E7FA-4C40-8809-21401D523D47}.Release|Any CPU.ActiveCfg = Release|Any CPU {DA067342-E7FA-4C40-8809-21401D523D47}.Release|Any CPU.Build.0 = Release|Any CPU + {DA067342-E7FA-4C40-8809-21401D523D47}.Release|Any CPU.Deploy.0 = Release|Any CPU {DA067342-E7FA-4C40-8809-21401D523D47}.Release|iPhone.ActiveCfg = Release|Any CPU {DA067342-E7FA-4C40-8809-21401D523D47}.Release|iPhone.Build.0 = Release|Any CPU {DA067342-E7FA-4C40-8809-21401D523D47}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU 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