-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCampusEats.sln
46 lines (46 loc) · 2.58 KB
/
CampusEats.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{EDAE61BD-A3F2-42E2-9275-13A89854254A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "tests\UnitTests\UnitTests.csproj", "{E17305CE-DF99-47A5-B550-4AB7D14C78B4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5F42C424-398C-4059-A18F-73D9D32C0D97}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CampusEats", "src\CampusEats\CampusEats.csproj", "{ED3D845C-7291-4432-A026-1895C19C9E2A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntegrationTests", "tests\IntegrationTests\IntegrationTests.csproj", "{8678FDC7-B88A-44A4-B05A-202DD4CC1F3F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E17305CE-DF99-47A5-B550-4AB7D14C78B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E17305CE-DF99-47A5-B550-4AB7D14C78B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E17305CE-DF99-47A5-B550-4AB7D14C78B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E17305CE-DF99-47A5-B550-4AB7D14C78B4}.Release|Any CPU.Build.0 = Release|Any CPU
{ED3D845C-7291-4432-A026-1895C19C9E2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED3D845C-7291-4432-A026-1895C19C9E2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED3D845C-7291-4432-A026-1895C19C9E2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED3D845C-7291-4432-A026-1895C19C9E2A}.Release|Any CPU.Build.0 = Release|Any CPU
{8678FDC7-B88A-44A4-B05A-202DD4CC1F3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8678FDC7-B88A-44A4-B05A-202DD4CC1F3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8678FDC7-B88A-44A4-B05A-202DD4CC1F3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8678FDC7-B88A-44A4-B05A-202DD4CC1F3F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E17305CE-DF99-47A5-B550-4AB7D14C78B4} = {EDAE61BD-A3F2-42E2-9275-13A89854254A}
{ED3D845C-7291-4432-A026-1895C19C9E2A} = {5F42C424-398C-4059-A18F-73D9D32C0D97}
{8678FDC7-B88A-44A4-B05A-202DD4CC1F3F} = {EDAE61BD-A3F2-42E2-9275-13A89854254A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {59C9ADDA-34AC-4A58-AA89-E22C4208B56F}
EndGlobalSection
EndGlobal