Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Set deployment options #596

Merged
merged 4 commits into from
Mar 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
52 changes: 42 additions & 10 deletions Behaviors/NumericValidationBehavior/NumericValidationBehaviors.sln
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@

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
Ad-Hoc|Any CPU = Ad-Hoc|Any CPU
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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -335,4 +364,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {528B6496-2CC2-40AF-A377-17C49CB1AFD9}
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
25 changes: 10 additions & 15 deletions ClassHierarchy/ClassHierarchy.sln
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand All @@ -290,39 +287,34 @@ 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
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.AppStore|x86.ActiveCfg = Release|x86
{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
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Debug|x86.ActiveCfg = Debug|x86
{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
Expand All @@ -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
Expand Down
Loading