-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPizzaApp.sln
51 lines (51 loc) · 3.15 KB
/
PizzaApp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PizzaApp.Server", "PizzaApp.Server\PizzaApp.Server.csproj", "{F2963674-22FD-4F8C-AC91-7679678CCD50}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PizzaApp", "PizzaApp\PizzaApp.csproj", "{AFE3BE0E-7975-4266-B48B-1B9CFD008AE0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PizzaApp.Web", "PizzaApp.Web\PizzaApp.Web.csproj", "{422484C0-AF61-4F01-802D-09911C7DB08C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PizzaApp.MAUI", "PizzaApp.MAUI\PizzaApp.MAUI.csproj", "{C85AA657-B0C7-414C-B001-FC5145289D62}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PizzaApp.Shared", "PizzaApp.Shared\PizzaApp.Shared.csproj", "{054A8357-A36C-4C26-9FB5-2F713C2D4943}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F2963674-22FD-4F8C-AC91-7679678CCD50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2963674-22FD-4F8C-AC91-7679678CCD50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2963674-22FD-4F8C-AC91-7679678CCD50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2963674-22FD-4F8C-AC91-7679678CCD50}.Release|Any CPU.Build.0 = Release|Any CPU
{AFE3BE0E-7975-4266-B48B-1B9CFD008AE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFE3BE0E-7975-4266-B48B-1B9CFD008AE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFE3BE0E-7975-4266-B48B-1B9CFD008AE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFE3BE0E-7975-4266-B48B-1B9CFD008AE0}.Release|Any CPU.Build.0 = Release|Any CPU
{422484C0-AF61-4F01-802D-09911C7DB08C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{422484C0-AF61-4F01-802D-09911C7DB08C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{422484C0-AF61-4F01-802D-09911C7DB08C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{422484C0-AF61-4F01-802D-09911C7DB08C}.Release|Any CPU.Build.0 = Release|Any CPU
{C85AA657-B0C7-414C-B001-FC5145289D62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C85AA657-B0C7-414C-B001-FC5145289D62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C85AA657-B0C7-414C-B001-FC5145289D62}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{C85AA657-B0C7-414C-B001-FC5145289D62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C85AA657-B0C7-414C-B001-FC5145289D62}.Release|Any CPU.Build.0 = Release|Any CPU
{C85AA657-B0C7-414C-B001-FC5145289D62}.Release|Any CPU.Deploy.0 = Release|Any CPU
{054A8357-A36C-4C26-9FB5-2F713C2D4943}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{054A8357-A36C-4C26-9FB5-2F713C2D4943}.Debug|Any CPU.Build.0 = Debug|Any CPU
{054A8357-A36C-4C26-9FB5-2F713C2D4943}.Release|Any CPU.ActiveCfg = Release|Any CPU
{054A8357-A36C-4C26-9FB5-2F713C2D4943}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A53F5D78-E6A3-4C0B-A431-C0895F9EDC36}
EndGlobalSection
EndGlobal