-
Notifications
You must be signed in to change notification settings - Fork 0
/
PizzaLoveApp.sln
43 lines (43 loc) · 2.61 KB
/
PizzaLoveApp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PizzaLoveApp.Entities", "PizzaLoveApp.Entity\PizzaLoveApp.Entities.csproj", "{311C1496-D624-46B8-A8C4-D132D538B53C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PizzaLoveApp.DataAccess", "PizzaLoveApp.DataAccess\PizzaLoveApp.DataAccess.csproj", "{47F0D704-E58C-47A1-9249-C89736C429B0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PizzaLoveApp.Business", "PizzaLoveApp.Business\PizzaLoveApp.Business.csproj", "{BD2EE91E-340E-45E6-BDCC-E09353846824}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PizzaLoveApp.WebUI", "PizzaLoveApp.WebUI\PizzaLoveApp.WebUI.csproj", "{2F0B2851-21B0-486F-8ED0-3BFFB3ABF660}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{311C1496-D624-46B8-A8C4-D132D538B53C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{311C1496-D624-46B8-A8C4-D132D538B53C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{311C1496-D624-46B8-A8C4-D132D538B53C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{311C1496-D624-46B8-A8C4-D132D538B53C}.Release|Any CPU.Build.0 = Release|Any CPU
{47F0D704-E58C-47A1-9249-C89736C429B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47F0D704-E58C-47A1-9249-C89736C429B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47F0D704-E58C-47A1-9249-C89736C429B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47F0D704-E58C-47A1-9249-C89736C429B0}.Release|Any CPU.Build.0 = Release|Any CPU
{BD2EE91E-340E-45E6-BDCC-E09353846824}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD2EE91E-340E-45E6-BDCC-E09353846824}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD2EE91E-340E-45E6-BDCC-E09353846824}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD2EE91E-340E-45E6-BDCC-E09353846824}.Release|Any CPU.Build.0 = Release|Any CPU
{2F0B2851-21B0-486F-8ED0-3BFFB3ABF660}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F0B2851-21B0-486F-8ED0-3BFFB3ABF660}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F0B2851-21B0-486F-8ED0-3BFFB3ABF660}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F0B2851-21B0-486F-8ED0-3BFFB3ABF660}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3A1F296E-D939-4BE6-A80B-5B89008F8A62}
EndGlobalSection
EndGlobal