-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCountrysRestApiExam.sln
More file actions
97 lines (97 loc) · 6.94 KB
/
Copy pathCountrysRestApiExam.sln
File metadata and controls
97 lines (97 loc) · 6.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CountrysRestApi", "CountrysRestApi\CountrysRestApi.csproj", "{1D031B93-B20C-4C91-AC73-1E261E34D409}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ModelsCountrysRestApi", "ModelsCountrysRestApi\ModelsCountrysRestApi.csproj", "{8226698A-5095-40C1-9900-25C42E8442BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppCountrys.Android", "AppCountrys\AppCountrys.Android\AppCountrys.Android.csproj", "{9F4CA4C1-11B2-4F90-B8FC-B312A342B097}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppCountrys.iOS", "AppCountrys\AppCountrys.iOS\AppCountrys.iOS.csproj", "{DA8EF830-0062-4AA6-8C85-6595302F0A0C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppCountrys", "AppCountrys\AppCountrys\AppCountrys.csproj", "{951D122F-148D-4607-89C5-BED2B00C5C0B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
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
{1D031B93-B20C-4C91-AC73-1E261E34D409}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D031B93-B20C-4C91-AC73-1E261E34D409}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D031B93-B20C-4C91-AC73-1E261E34D409}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{1D031B93-B20C-4C91-AC73-1E261E34D409}.Debug|iPhone.Build.0 = Debug|Any CPU
{1D031B93-B20C-4C91-AC73-1E261E34D409}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{1D031B93-B20C-4C91-AC73-1E261E34D409}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{1D031B93-B20C-4C91-AC73-1E261E34D409}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D031B93-B20C-4C91-AC73-1E261E34D409}.Release|Any CPU.Build.0 = Release|Any CPU
{1D031B93-B20C-4C91-AC73-1E261E34D409}.Release|iPhone.ActiveCfg = Release|Any CPU
{1D031B93-B20C-4C91-AC73-1E261E34D409}.Release|iPhone.Build.0 = Release|Any CPU
{1D031B93-B20C-4C91-AC73-1E261E34D409}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{1D031B93-B20C-4C91-AC73-1E261E34D409}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{8226698A-5095-40C1-9900-25C42E8442BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8226698A-5095-40C1-9900-25C42E8442BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8226698A-5095-40C1-9900-25C42E8442BF}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{8226698A-5095-40C1-9900-25C42E8442BF}.Debug|iPhone.Build.0 = Debug|Any CPU
{8226698A-5095-40C1-9900-25C42E8442BF}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{8226698A-5095-40C1-9900-25C42E8442BF}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{8226698A-5095-40C1-9900-25C42E8442BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8226698A-5095-40C1-9900-25C42E8442BF}.Release|Any CPU.Build.0 = Release|Any CPU
{8226698A-5095-40C1-9900-25C42E8442BF}.Release|iPhone.ActiveCfg = Release|Any CPU
{8226698A-5095-40C1-9900-25C42E8442BF}.Release|iPhone.Build.0 = Release|Any CPU
{8226698A-5095-40C1-9900-25C42E8442BF}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{8226698A-5095-40C1-9900-25C42E8442BF}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{9F4CA4C1-11B2-4F90-B8FC-B312A342B097}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F4CA4C1-11B2-4F90-B8FC-B312A342B097}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F4CA4C1-11B2-4F90-B8FC-B312A342B097}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{9F4CA4C1-11B2-4F90-B8FC-B312A342B097}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{9F4CA4C1-11B2-4F90-B8FC-B312A342B097}.Debug|iPhone.Build.0 = Debug|Any CPU
{9F4CA4C1-11B2-4F90-B8FC-B312A342B097}.Debug|iPhone.Deploy.0 = Debug|Any CPU
{9F4CA4C1-11B2-4F90-B8FC-B312A342B097}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{9F4CA4C1-11B2-4F90-B8FC-B312A342B097}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{9F4CA4C1-11B2-4F90-B8FC-B312A342B097}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU
{9F4CA4C1-11B2-4F90-B8FC-B312A342B097}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F4CA4C1-11B2-4F90-B8FC-B312A342B097}.Release|Any CPU.Build.0 = Release|Any CPU
{9F4CA4C1-11B2-4F90-B8FC-B312A342B097}.Release|Any CPU.Deploy.0 = Release|Any CPU
{9F4CA4C1-11B2-4F90-B8FC-B312A342B097}.Release|iPhone.ActiveCfg = Release|Any CPU
{9F4CA4C1-11B2-4F90-B8FC-B312A342B097}.Release|iPhone.Build.0 = Release|Any CPU
{9F4CA4C1-11B2-4F90-B8FC-B312A342B097}.Release|iPhone.Deploy.0 = Release|Any CPU
{9F4CA4C1-11B2-4F90-B8FC-B312A342B097}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{9F4CA4C1-11B2-4F90-B8FC-B312A342B097}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{9F4CA4C1-11B2-4F90-B8FC-B312A342B097}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU
{DA8EF830-0062-4AA6-8C85-6595302F0A0C}.Debug|Any CPU.ActiveCfg = Debug|iPhone
{DA8EF830-0062-4AA6-8C85-6595302F0A0C}.Debug|iPhone.ActiveCfg = Debug|iPhone
{DA8EF830-0062-4AA6-8C85-6595302F0A0C}.Debug|iPhone.Build.0 = Debug|iPhone
{DA8EF830-0062-4AA6-8C85-6595302F0A0C}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{DA8EF830-0062-4AA6-8C85-6595302F0A0C}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{DA8EF830-0062-4AA6-8C85-6595302F0A0C}.Release|Any CPU.ActiveCfg = Release|iPhone
{DA8EF830-0062-4AA6-8C85-6595302F0A0C}.Release|iPhone.ActiveCfg = Release|iPhone
{DA8EF830-0062-4AA6-8C85-6595302F0A0C}.Release|iPhone.Build.0 = Release|iPhone
{DA8EF830-0062-4AA6-8C85-6595302F0A0C}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{DA8EF830-0062-4AA6-8C85-6595302F0A0C}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{951D122F-148D-4607-89C5-BED2B00C5C0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{951D122F-148D-4607-89C5-BED2B00C5C0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{951D122F-148D-4607-89C5-BED2B00C5C0B}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{951D122F-148D-4607-89C5-BED2B00C5C0B}.Debug|iPhone.Build.0 = Debug|Any CPU
{951D122F-148D-4607-89C5-BED2B00C5C0B}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{951D122F-148D-4607-89C5-BED2B00C5C0B}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{951D122F-148D-4607-89C5-BED2B00C5C0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{951D122F-148D-4607-89C5-BED2B00C5C0B}.Release|Any CPU.Build.0 = Release|Any CPU
{951D122F-148D-4607-89C5-BED2B00C5C0B}.Release|iPhone.ActiveCfg = Release|Any CPU
{951D122F-148D-4607-89C5-BED2B00C5C0B}.Release|iPhone.Build.0 = Release|Any CPU
{951D122F-148D-4607-89C5-BED2B00C5C0B}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{951D122F-148D-4607-89C5-BED2B00C5C0B}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9B6C8D5C-FD0A-498B-AAFE-649164C5F13F}
EndGlobalSection
EndGlobal