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

Commit 251de71

Browse files
authored
Merge pull request #596 from xamarin/dabritch-android-deploy
Set deployment options
2 parents e360089 + 1845ee7 commit 251de71

File tree

74 files changed

+2505
-1723
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+2505
-1723
lines changed

Behaviors/AttachedNumericValidationBehavior/AttachedNumericValidationBehavior.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ Global
177177
{96FF0CE3-8105-4D76-AB6B-AD9A8B44DAE4}.Debug|iPhoneSimulator.Deploy.0 = Debug|iPhoneSimulator
178178
{96FF0CE3-8105-4D76-AB6B-AD9A8B44DAE4}.Debug|Mixed Platforms.ActiveCfg = Debug|iPhone
179179
{96FF0CE3-8105-4D76-AB6B-AD9A8B44DAE4}.Debug|Mixed Platforms.Build.0 = Debug|iPhone
180+
{96FF0CE3-8105-4D76-AB6B-AD9A8B44DAE4}.Debug|Mixed Platforms.Deploy.0 = Debug|iPhone
180181
{96FF0CE3-8105-4D76-AB6B-AD9A8B44DAE4}.Debug|x64.ActiveCfg = Debug|iPhone
181182
{96FF0CE3-8105-4D76-AB6B-AD9A8B44DAE4}.Debug|x64.Build.0 = Debug|iPhone
182183
{96FF0CE3-8105-4D76-AB6B-AD9A8B44DAE4}.Debug|x64.Deploy.0 = Debug|iPhone

Behaviors/NumericValidationBehavior/NumericValidationBehaviors.sln

Lines changed: 42 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 14
4-
VisualStudioVersion = 14.0.24720.0
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.29920.165
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NumericValidationBehavior", "WorkingWithBehaviors\NumericValidationBehavior.csproj", "{2924F263-59B7-40B3-88C6-41EC997E01ED}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NumericValidationBehavior", "WorkingWithBehaviors\NumericValidationBehavior.csproj", "{2924F263-59B7-40B3-88C6-41EC997E01ED}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkingWithBehaviors.iOS", "WorkingWithBehaviors.iOS\NumericValidationBehavior.iOS.csproj", "{D0A465E5-0A88-442A-A029-690FD8642591}"
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NumericValidationBehavior.iOS", "WorkingWithBehaviors.iOS\NumericValidationBehavior.iOS.csproj", "{D0A465E5-0A88-442A-A029-690FD8642591}"
99
EndProject
10-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkingWithBehaviors.Android", "WorkingWithBehaviors.Android\NumericValidationBehavior.Android.csproj", "{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}"
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NumericValidationBehavior.Android", "WorkingWithBehaviors.Android\NumericValidationBehavior.Android.csproj", "{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}"
1111
EndProject
12-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkingWithBehaviors.UWP", "WorkingWithBehaviors.UWP\NumericValidationBehavior.UWP.csproj", "{39AA1CB8-6E43-4836-BF24-71A6742490C1}"
12+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NumericValidationBehavior.UWP", "WorkingWithBehaviors.UWP\NumericValidationBehavior.UWP.csproj", "{39AA1CB8-6E43-4836-BF24-71A6742490C1}"
1313
EndProject
1414
Global
1515
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1616
Ad-Hoc|Any CPU = Ad-Hoc|Any CPU
1717
Ad-Hoc|ARM = Ad-Hoc|ARM
1818
Ad-Hoc|iPhone = Ad-Hoc|iPhone
1919
Ad-Hoc|iPhoneSimulator = Ad-Hoc|iPhoneSimulator
20+
Ad-Hoc|Mixed Platforms = Ad-Hoc|Mixed Platforms
2021
Ad-Hoc|x64 = Ad-Hoc|x64
2122
Ad-Hoc|x86 = Ad-Hoc|x86
2223
AppStore|Any CPU = AppStore|Any CPU
2324
AppStore|ARM = AppStore|ARM
2425
AppStore|iPhone = AppStore|iPhone
2526
AppStore|iPhoneSimulator = AppStore|iPhoneSimulator
27+
AppStore|Mixed Platforms = AppStore|Mixed Platforms
2628
AppStore|x64 = AppStore|x64
2729
AppStore|x86 = AppStore|x86
2830
Debug|Any CPU = Debug|Any CPU
2931
Debug|ARM = Debug|ARM
3032
Debug|iPhone = Debug|iPhone
3133
Debug|iPhoneSimulator = Debug|iPhoneSimulator
34+
Debug|Mixed Platforms = Debug|Mixed Platforms
3235
Debug|x64 = Debug|x64
3336
Debug|x86 = Debug|x86
3437
Release|Any CPU = Release|Any CPU
3538
Release|ARM = Release|ARM
3639
Release|iPhone = Release|iPhone
3740
Release|iPhoneSimulator = Release|iPhoneSimulator
41+
Release|Mixed Platforms = Release|Mixed Platforms
3842
Release|x64 = Release|x64
3943
Release|x86 = Release|x86
40-
Ad-Hoc|Mixed Platforms = Ad-Hoc|Mixed Platforms
41-
AppStore|Mixed Platforms = AppStore|Mixed Platforms
42-
Debug|Mixed Platforms = Debug|Mixed Platforms
43-
Release|Mixed Platforms = Release|Mixed Platforms
4444
EndGlobalSection
4545
GlobalSection(ProjectConfigurationPlatforms) = postSolution
4646
{2924F263-59B7-40B3-88C6-41EC997E01ED}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
@@ -55,6 +55,8 @@ Global
5555
{2924F263-59B7-40B3-88C6-41EC997E01ED}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
5656
{2924F263-59B7-40B3-88C6-41EC997E01ED}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
5757
{2924F263-59B7-40B3-88C6-41EC997E01ED}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Debug|Any CPU
58+
{2924F263-59B7-40B3-88C6-41EC997E01ED}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|Any CPU
59+
{2924F263-59B7-40B3-88C6-41EC997E01ED}.Ad-Hoc|Mixed Platforms.Build.0 = Release|Any CPU
5860
{2924F263-59B7-40B3-88C6-41EC997E01ED}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
5961
{2924F263-59B7-40B3-88C6-41EC997E01ED}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
6062
{2924F263-59B7-40B3-88C6-41EC997E01ED}.Ad-Hoc|x64.Deploy.0 = Debug|Any CPU
@@ -73,6 +75,8 @@ Global
7375
{2924F263-59B7-40B3-88C6-41EC997E01ED}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
7476
{2924F263-59B7-40B3-88C6-41EC997E01ED}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
7577
{2924F263-59B7-40B3-88C6-41EC997E01ED}.AppStore|iPhoneSimulator.Deploy.0 = Debug|Any CPU
78+
{2924F263-59B7-40B3-88C6-41EC997E01ED}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
79+
{2924F263-59B7-40B3-88C6-41EC997E01ED}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
7680
{2924F263-59B7-40B3-88C6-41EC997E01ED}.AppStore|x64.ActiveCfg = Debug|Any CPU
7781
{2924F263-59B7-40B3-88C6-41EC997E01ED}.AppStore|x64.Build.0 = Debug|Any CPU
7882
{2924F263-59B7-40B3-88C6-41EC997E01ED}.AppStore|x64.Deploy.0 = Debug|Any CPU
@@ -91,6 +95,8 @@ Global
9195
{2924F263-59B7-40B3-88C6-41EC997E01ED}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
9296
{2924F263-59B7-40B3-88C6-41EC997E01ED}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
9397
{2924F263-59B7-40B3-88C6-41EC997E01ED}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU
98+
{2924F263-59B7-40B3-88C6-41EC997E01ED}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
99+
{2924F263-59B7-40B3-88C6-41EC997E01ED}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
94100
{2924F263-59B7-40B3-88C6-41EC997E01ED}.Debug|x64.ActiveCfg = Debug|Any CPU
95101
{2924F263-59B7-40B3-88C6-41EC997E01ED}.Debug|x64.Build.0 = Debug|Any CPU
96102
{2924F263-59B7-40B3-88C6-41EC997E01ED}.Debug|x64.Deploy.0 = Debug|Any CPU
@@ -109,6 +115,8 @@ Global
109115
{2924F263-59B7-40B3-88C6-41EC997E01ED}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
110116
{2924F263-59B7-40B3-88C6-41EC997E01ED}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
111117
{2924F263-59B7-40B3-88C6-41EC997E01ED}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU
118+
{2924F263-59B7-40B3-88C6-41EC997E01ED}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
119+
{2924F263-59B7-40B3-88C6-41EC997E01ED}.Release|Mixed Platforms.Build.0 = Release|Any CPU
112120
{2924F263-59B7-40B3-88C6-41EC997E01ED}.Release|x64.ActiveCfg = Release|Any CPU
113121
{2924F263-59B7-40B3-88C6-41EC997E01ED}.Release|x64.Build.0 = Release|Any CPU
114122
{2924F263-59B7-40B3-88C6-41EC997E01ED}.Release|x64.Deploy.0 = Release|Any CPU
@@ -127,6 +135,8 @@ Global
127135
{D0A465E5-0A88-442A-A029-690FD8642591}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator
128136
{D0A465E5-0A88-442A-A029-690FD8642591}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator
129137
{D0A465E5-0A88-442A-A029-690FD8642591}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Ad-Hoc|iPhoneSimulator
138+
{D0A465E5-0A88-442A-A029-690FD8642591}.Ad-Hoc|Mixed Platforms.ActiveCfg = Ad-Hoc|iPhoneSimulator
139+
{D0A465E5-0A88-442A-A029-690FD8642591}.Ad-Hoc|Mixed Platforms.Build.0 = Ad-Hoc|iPhoneSimulator
130140
{D0A465E5-0A88-442A-A029-690FD8642591}.Ad-Hoc|x64.ActiveCfg = Ad-Hoc|iPhone
131141
{D0A465E5-0A88-442A-A029-690FD8642591}.Ad-Hoc|x64.Build.0 = Ad-Hoc|iPhone
132142
{D0A465E5-0A88-442A-A029-690FD8642591}.Ad-Hoc|x64.Deploy.0 = Ad-Hoc|iPhone
@@ -145,6 +155,8 @@ Global
145155
{D0A465E5-0A88-442A-A029-690FD8642591}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator
146156
{D0A465E5-0A88-442A-A029-690FD8642591}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator
147157
{D0A465E5-0A88-442A-A029-690FD8642591}.AppStore|iPhoneSimulator.Deploy.0 = AppStore|iPhoneSimulator
158+
{D0A465E5-0A88-442A-A029-690FD8642591}.AppStore|Mixed Platforms.ActiveCfg = AppStore|iPhoneSimulator
159+
{D0A465E5-0A88-442A-A029-690FD8642591}.AppStore|Mixed Platforms.Build.0 = AppStore|iPhoneSimulator
148160
{D0A465E5-0A88-442A-A029-690FD8642591}.AppStore|x64.ActiveCfg = AppStore|iPhone
149161
{D0A465E5-0A88-442A-A029-690FD8642591}.AppStore|x64.Build.0 = AppStore|iPhone
150162
{D0A465E5-0A88-442A-A029-690FD8642591}.AppStore|x64.Deploy.0 = AppStore|iPhone
@@ -163,6 +175,9 @@ Global
163175
{D0A465E5-0A88-442A-A029-690FD8642591}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
164176
{D0A465E5-0A88-442A-A029-690FD8642591}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
165177
{D0A465E5-0A88-442A-A029-690FD8642591}.Debug|iPhoneSimulator.Deploy.0 = Debug|iPhoneSimulator
178+
{D0A465E5-0A88-442A-A029-690FD8642591}.Debug|Mixed Platforms.ActiveCfg = Debug|iPhone
179+
{D0A465E5-0A88-442A-A029-690FD8642591}.Debug|Mixed Platforms.Build.0 = Debug|iPhone
180+
{D0A465E5-0A88-442A-A029-690FD8642591}.Debug|Mixed Platforms.Deploy.0 = Debug|iPhone
166181
{D0A465E5-0A88-442A-A029-690FD8642591}.Debug|x64.ActiveCfg = Debug|iPhone
167182
{D0A465E5-0A88-442A-A029-690FD8642591}.Debug|x64.Build.0 = Debug|iPhone
168183
{D0A465E5-0A88-442A-A029-690FD8642591}.Debug|x64.Deploy.0 = Debug|iPhone
@@ -181,6 +196,8 @@ Global
181196
{D0A465E5-0A88-442A-A029-690FD8642591}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
182197
{D0A465E5-0A88-442A-A029-690FD8642591}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
183198
{D0A465E5-0A88-442A-A029-690FD8642591}.Release|iPhoneSimulator.Deploy.0 = Release|iPhoneSimulator
199+
{D0A465E5-0A88-442A-A029-690FD8642591}.Release|Mixed Platforms.ActiveCfg = Release|iPhoneSimulator
200+
{D0A465E5-0A88-442A-A029-690FD8642591}.Release|Mixed Platforms.Build.0 = Release|iPhoneSimulator
184201
{D0A465E5-0A88-442A-A029-690FD8642591}.Release|x64.ActiveCfg = Release|iPhone
185202
{D0A465E5-0A88-442A-A029-690FD8642591}.Release|x64.Build.0 = Release|iPhone
186203
{D0A465E5-0A88-442A-A029-690FD8642591}.Release|x64.Deploy.0 = Release|iPhone
@@ -199,6 +216,9 @@ Global
199216
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
200217
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
201218
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU
219+
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Ad-Hoc|Mixed Platforms.ActiveCfg = Debug|Any CPU
220+
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Ad-Hoc|Mixed Platforms.Build.0 = Debug|Any CPU
221+
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Ad-Hoc|Mixed Platforms.Deploy.0 = Debug|Any CPU
202222
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
203223
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Ad-Hoc|x64.Build.0 = Release|Any CPU
204224
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Ad-Hoc|x64.Deploy.0 = Release|Any CPU
@@ -217,6 +237,9 @@ Global
217237
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
218238
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
219239
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU
240+
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.AppStore|Mixed Platforms.ActiveCfg = Debug|Any CPU
241+
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.AppStore|Mixed Platforms.Build.0 = Debug|Any CPU
242+
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.AppStore|Mixed Platforms.Deploy.0 = Debug|Any CPU
220243
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.AppStore|x64.ActiveCfg = Release|Any CPU
221244
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.AppStore|x64.Build.0 = Release|Any CPU
222245
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.AppStore|x64.Deploy.0 = Release|Any CPU
@@ -235,6 +258,9 @@ Global
235258
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
236259
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
237260
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU
261+
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
262+
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
263+
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Debug|Mixed Platforms.Deploy.0 = Debug|Any CPU
238264
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Debug|x64.ActiveCfg = Debug|Any CPU
239265
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Debug|x64.Build.0 = Debug|Any CPU
240266
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Debug|x64.Deploy.0 = Debug|Any CPU
@@ -253,6 +279,9 @@ Global
253279
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
254280
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
255281
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU
282+
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
283+
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Release|Mixed Platforms.Build.0 = Release|Any CPU
284+
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Release|Mixed Platforms.Deploy.0 = Release|Any CPU
256285
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Release|x64.ActiveCfg = Release|Any CPU
257286
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Release|x64.Build.0 = Release|Any CPU
258287
{7EC5EBDD-20EC-48D5-9665-6B61406FF43A}.Release|x64.Deploy.0 = Release|Any CPU
@@ -335,4 +364,7 @@ Global
335364
GlobalSection(SolutionProperties) = preSolution
336365
HideSolutionNode = FALSE
337366
EndGlobalSection
367+
GlobalSection(ExtensibilityGlobals) = postSolution
368+
SolutionGuid = {528B6496-2CC2-40AF-A377-17C49CB1AFD9}
369+
EndGlobalSection
338370
EndGlobal

Behaviors/NumericValidationBehaviorStyle/NumericValidationBehaviorStyle.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ Global
177177
{4F295408-E739-4A50-B3BE-48F4913C0759}.Debug|iPhoneSimulator.Deploy.0 = Debug|iPhoneSimulator
178178
{4F295408-E739-4A50-B3BE-48F4913C0759}.Debug|Mixed Platforms.ActiveCfg = Debug|iPhone
179179
{4F295408-E739-4A50-B3BE-48F4913C0759}.Debug|Mixed Platforms.Build.0 = Debug|iPhone
180+
{4F295408-E739-4A50-B3BE-48F4913C0759}.Debug|Mixed Platforms.Deploy.0 = Debug|iPhone
180181
{4F295408-E739-4A50-B3BE-48F4913C0759}.Debug|x64.ActiveCfg = Debug|iPhone
181182
{4F295408-E739-4A50-B3BE-48F4913C0759}.Debug|x64.Build.0 = Debug|iPhone
182183
{4F295408-E739-4A50-B3BE-48F4913C0759}.Debug|x64.Deploy.0 = Debug|iPhone

ClassHierarchy/ClassHierarchy.sln

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 14
4-
VisualStudioVersion = 14.0.23107.0
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.29920.165
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassHierarchy", "ClassHierarchy\ClassHierarchy\ClassHierarchy.csproj", "{00570287-CC14-409A-B72F-E5E7BA1F4AA0}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClassHierarchy", "ClassHierarchy\ClassHierarchy\ClassHierarchy.csproj", "{00570287-CC14-409A-B72F-E5E7BA1F4AA0}"
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Platforms", "Platforms", "{A045CB65-DBD6-4D93-B8ED-D89D9531229D}"
99
EndProject
@@ -269,9 +269,6 @@ Global
269269
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x86
270270
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x86
271271
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|x86
272-
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|x86
273-
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Ad-Hoc|Mixed Platforms.Build.0 = Release|x86
274-
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Ad-Hoc|Mixed Platforms.Deploy.0 = Release|x86
275272
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Ad-Hoc|x64.ActiveCfg = Release|x64
276273
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Ad-Hoc|x64.Build.0 = Release|x64
277274
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Ad-Hoc|x64.Deploy.0 = Release|x64
@@ -290,39 +287,34 @@ Global
290287
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.AppStore|iPhoneSimulator.ActiveCfg = Release|x86
291288
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.AppStore|iPhoneSimulator.Build.0 = Release|x86
292289
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.AppStore|iPhoneSimulator.Deploy.0 = Release|x86
293-
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.AppStore|Mixed Platforms.ActiveCfg = Release|x86
294-
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.AppStore|Mixed Platforms.Build.0 = Release|x86
295-
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.AppStore|Mixed Platforms.Deploy.0 = Release|x86
296290
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.AppStore|x64.ActiveCfg = Release|x64
297291
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.AppStore|x64.Build.0 = Release|x64
298292
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.AppStore|x64.Deploy.0 = Release|x64
299293
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.AppStore|x86.ActiveCfg = Release|x86
300294
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.AppStore|x86.Build.0 = Release|x86
301295
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.AppStore|x86.Deploy.0 = Release|x86
302296
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Debug|Any CPU.ActiveCfg = Debug|x86
297+
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Debug|Any CPU.Build.0 = Debug|x86
298+
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Debug|Any CPU.Deploy.0 = Debug|x86
303299
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Debug|ARM.ActiveCfg = Debug|ARM
304300
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Debug|ARM.Build.0 = Debug|ARM
305301
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Debug|ARM.Deploy.0 = Debug|ARM
306302
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Debug|iPhone.ActiveCfg = Debug|x86
307303
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86
308-
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
309-
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Debug|Mixed Platforms.Build.0 = Debug|x86
310-
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Debug|Mixed Platforms.Deploy.0 = Debug|x86
311304
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Debug|x64.ActiveCfg = Debug|x64
312305
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Debug|x64.Build.0 = Debug|x64
313306
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Debug|x64.Deploy.0 = Debug|x64
314307
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Debug|x86.ActiveCfg = Debug|x86
315308
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Debug|x86.Build.0 = Debug|x86
316309
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Debug|x86.Deploy.0 = Debug|x86
317310
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Release|Any CPU.ActiveCfg = Release|x86
311+
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Release|Any CPU.Build.0 = Release|x86
312+
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Release|Any CPU.Deploy.0 = Release|x86
318313
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Release|ARM.ActiveCfg = Release|ARM
319314
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Release|ARM.Build.0 = Release|ARM
320315
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Release|ARM.Deploy.0 = Release|ARM
321316
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Release|iPhone.ActiveCfg = Release|x86
322317
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Release|iPhoneSimulator.ActiveCfg = Release|x86
323-
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Release|Mixed Platforms.ActiveCfg = Release|x86
324-
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Release|Mixed Platforms.Build.0 = Release|x86
325-
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Release|Mixed Platforms.Deploy.0 = Release|x86
326318
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Release|x64.ActiveCfg = Release|x64
327319
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Release|x64.Build.0 = Release|x64
328320
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83}.Release|x64.Deploy.0 = Release|x64
@@ -338,6 +330,9 @@ Global
338330
{35B151D0-9072-464D-9D65-B9D9D6A63DFD} = {A045CB65-DBD6-4D93-B8ED-D89D9531229D}
339331
{D7BE8ADF-DCD1-4EB5-84D6-264FCD733C83} = {A045CB65-DBD6-4D93-B8ED-D89D9531229D}
340332
EndGlobalSection
333+
GlobalSection(ExtensibilityGlobals) = postSolution
334+
SolutionGuid = {56CA4762-C54E-4A0E-8437-02BE17182104}
335+
EndGlobalSection
341336
GlobalSection(MonoDevelopProperties) = preSolution
342337
StartupItem = ClassHierarchy\ClassHierarchy.iOS\ClassHierarchy.iOS.csproj
343338
EndGlobalSection

0 commit comments

Comments
 (0)