-
Notifications
You must be signed in to change notification settings - Fork 113
/
MyCoffeeApp.sln
124 lines (124 loc) · 8.8 KB
/
MyCoffeeApp.sln
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyCoffeeApp.Android", "MyCoffeeApp\MyCoffeeApp.Android\MyCoffeeApp.Android.csproj", "{60CA8B6A-A9BE-4994-A252-AF48671836E5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyCoffeeApp.iOS", "MyCoffeeApp\MyCoffeeApp.iOS\MyCoffeeApp.iOS.csproj", "{D0CF2A5B-8BD6-4E6F-9FBC-AF984671D5FB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyCoffeeApp", "MyCoffeeApp\MyCoffeeApp\MyCoffeeApp.csproj", "{F26C65BA-26F3-4634-8AB4-A5148AF07A74}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Web", "Web", "{AD5BBCE8-77E8-4125-A662-C9D27DA69AA2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyCoffeeApp.WebAPI", "MyCoffeeApp.WebAPI\MyCoffeeApp.WebAPI.csproj", "{010E5404-AD37-4FC2-8B73-76A0F0AEBA66}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared", "Shared", "{FF248677-3C9E-4555-BEDE-0534616C5570}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyCoffeeApp.Shared", "MyCoffeeApp.Shared\MyCoffeeApp.Shared.csproj", "{AFDFC5AB-C2C2-4F45-8F51-711E3EE9E0A6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0B723FEF-108B-425A-9D62-D74850B61471}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
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
{60CA8B6A-A9BE-4994-A252-AF48671836E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60CA8B6A-A9BE-4994-A252-AF48671836E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60CA8B6A-A9BE-4994-A252-AF48671836E5}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{60CA8B6A-A9BE-4994-A252-AF48671836E5}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{60CA8B6A-A9BE-4994-A252-AF48671836E5}.Debug|iPhone.Build.0 = Debug|Any CPU
{60CA8B6A-A9BE-4994-A252-AF48671836E5}.Debug|iPhone.Deploy.0 = Debug|Any CPU
{60CA8B6A-A9BE-4994-A252-AF48671836E5}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{60CA8B6A-A9BE-4994-A252-AF48671836E5}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{60CA8B6A-A9BE-4994-A252-AF48671836E5}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU
{60CA8B6A-A9BE-4994-A252-AF48671836E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60CA8B6A-A9BE-4994-A252-AF48671836E5}.Release|Any CPU.Build.0 = Release|Any CPU
{60CA8B6A-A9BE-4994-A252-AF48671836E5}.Release|Any CPU.Deploy.0 = Release|Any CPU
{60CA8B6A-A9BE-4994-A252-AF48671836E5}.Release|iPhone.ActiveCfg = Release|Any CPU
{60CA8B6A-A9BE-4994-A252-AF48671836E5}.Release|iPhone.Build.0 = Release|Any CPU
{60CA8B6A-A9BE-4994-A252-AF48671836E5}.Release|iPhone.Deploy.0 = Release|Any CPU
{60CA8B6A-A9BE-4994-A252-AF48671836E5}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{60CA8B6A-A9BE-4994-A252-AF48671836E5}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{60CA8B6A-A9BE-4994-A252-AF48671836E5}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU
{D0CF2A5B-8BD6-4E6F-9FBC-AF984671D5FB}.Debug|Any CPU.ActiveCfg = Debug|iPhone
{D0CF2A5B-8BD6-4E6F-9FBC-AF984671D5FB}.Debug|Any CPU.Build.0 = Debug|iPhone
{D0CF2A5B-8BD6-4E6F-9FBC-AF984671D5FB}.Debug|Any CPU.Deploy.0 = Debug|iPhone
{D0CF2A5B-8BD6-4E6F-9FBC-AF984671D5FB}.Debug|iPhone.ActiveCfg = Debug|iPhone
{D0CF2A5B-8BD6-4E6F-9FBC-AF984671D5FB}.Debug|iPhone.Build.0 = Debug|iPhone
{D0CF2A5B-8BD6-4E6F-9FBC-AF984671D5FB}.Debug|iPhone.Deploy.0 = Debug|iPhone
{D0CF2A5B-8BD6-4E6F-9FBC-AF984671D5FB}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{D0CF2A5B-8BD6-4E6F-9FBC-AF984671D5FB}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{D0CF2A5B-8BD6-4E6F-9FBC-AF984671D5FB}.Debug|iPhoneSimulator.Deploy.0 = Debug|iPhoneSimulator
{D0CF2A5B-8BD6-4E6F-9FBC-AF984671D5FB}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{D0CF2A5B-8BD6-4E6F-9FBC-AF984671D5FB}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{D0CF2A5B-8BD6-4E6F-9FBC-AF984671D5FB}.Release|Any CPU.Deploy.0 = Release|iPhoneSimulator
{D0CF2A5B-8BD6-4E6F-9FBC-AF984671D5FB}.Release|iPhone.ActiveCfg = Release|iPhone
{D0CF2A5B-8BD6-4E6F-9FBC-AF984671D5FB}.Release|iPhone.Build.0 = Release|iPhone
{D0CF2A5B-8BD6-4E6F-9FBC-AF984671D5FB}.Release|iPhone.Deploy.0 = Release|iPhone
{D0CF2A5B-8BD6-4E6F-9FBC-AF984671D5FB}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{D0CF2A5B-8BD6-4E6F-9FBC-AF984671D5FB}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{D0CF2A5B-8BD6-4E6F-9FBC-AF984671D5FB}.Release|iPhoneSimulator.Deploy.0 = Release|iPhoneSimulator
{F26C65BA-26F3-4634-8AB4-A5148AF07A74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F26C65BA-26F3-4634-8AB4-A5148AF07A74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F26C65BA-26F3-4634-8AB4-A5148AF07A74}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{F26C65BA-26F3-4634-8AB4-A5148AF07A74}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{F26C65BA-26F3-4634-8AB4-A5148AF07A74}.Debug|iPhone.Build.0 = Debug|Any CPU
{F26C65BA-26F3-4634-8AB4-A5148AF07A74}.Debug|iPhone.Deploy.0 = Debug|Any CPU
{F26C65BA-26F3-4634-8AB4-A5148AF07A74}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{F26C65BA-26F3-4634-8AB4-A5148AF07A74}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{F26C65BA-26F3-4634-8AB4-A5148AF07A74}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU
{F26C65BA-26F3-4634-8AB4-A5148AF07A74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F26C65BA-26F3-4634-8AB4-A5148AF07A74}.Release|Any CPU.Build.0 = Release|Any CPU
{F26C65BA-26F3-4634-8AB4-A5148AF07A74}.Release|Any CPU.Deploy.0 = Release|Any CPU
{F26C65BA-26F3-4634-8AB4-A5148AF07A74}.Release|iPhone.ActiveCfg = Release|Any CPU
{F26C65BA-26F3-4634-8AB4-A5148AF07A74}.Release|iPhone.Build.0 = Release|Any CPU
{F26C65BA-26F3-4634-8AB4-A5148AF07A74}.Release|iPhone.Deploy.0 = Release|Any CPU
{F26C65BA-26F3-4634-8AB4-A5148AF07A74}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{F26C65BA-26F3-4634-8AB4-A5148AF07A74}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{F26C65BA-26F3-4634-8AB4-A5148AF07A74}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU
{010E5404-AD37-4FC2-8B73-76A0F0AEBA66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{010E5404-AD37-4FC2-8B73-76A0F0AEBA66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{010E5404-AD37-4FC2-8B73-76A0F0AEBA66}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{010E5404-AD37-4FC2-8B73-76A0F0AEBA66}.Debug|iPhone.Build.0 = Debug|Any CPU
{010E5404-AD37-4FC2-8B73-76A0F0AEBA66}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{010E5404-AD37-4FC2-8B73-76A0F0AEBA66}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{010E5404-AD37-4FC2-8B73-76A0F0AEBA66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{010E5404-AD37-4FC2-8B73-76A0F0AEBA66}.Release|Any CPU.Build.0 = Release|Any CPU
{010E5404-AD37-4FC2-8B73-76A0F0AEBA66}.Release|iPhone.ActiveCfg = Release|Any CPU
{010E5404-AD37-4FC2-8B73-76A0F0AEBA66}.Release|iPhone.Build.0 = Release|Any CPU
{010E5404-AD37-4FC2-8B73-76A0F0AEBA66}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{010E5404-AD37-4FC2-8B73-76A0F0AEBA66}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{AFDFC5AB-C2C2-4F45-8F51-711E3EE9E0A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFDFC5AB-C2C2-4F45-8F51-711E3EE9E0A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFDFC5AB-C2C2-4F45-8F51-711E3EE9E0A6}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{AFDFC5AB-C2C2-4F45-8F51-711E3EE9E0A6}.Debug|iPhone.Build.0 = Debug|Any CPU
{AFDFC5AB-C2C2-4F45-8F51-711E3EE9E0A6}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{AFDFC5AB-C2C2-4F45-8F51-711E3EE9E0A6}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{AFDFC5AB-C2C2-4F45-8F51-711E3EE9E0A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFDFC5AB-C2C2-4F45-8F51-711E3EE9E0A6}.Release|Any CPU.Build.0 = Release|Any CPU
{AFDFC5AB-C2C2-4F45-8F51-711E3EE9E0A6}.Release|iPhone.ActiveCfg = Release|Any CPU
{AFDFC5AB-C2C2-4F45-8F51-711E3EE9E0A6}.Release|iPhone.Build.0 = Release|Any CPU
{AFDFC5AB-C2C2-4F45-8F51-711E3EE9E0A6}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{AFDFC5AB-C2C2-4F45-8F51-711E3EE9E0A6}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{010E5404-AD37-4FC2-8B73-76A0F0AEBA66} = {AD5BBCE8-77E8-4125-A662-C9D27DA69AA2}
{AFDFC5AB-C2C2-4F45-8F51-711E3EE9E0A6} = {FF248677-3C9E-4555-BEDE-0534616C5570}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A07EF755-C9FA-49C3-92FF-549D449A8235}
EndGlobalSection
EndGlobal