forked from ksu-cis/cowboy-cafe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCowboyCafe.sln
48 lines (48 loc) · 2.68 KB
/
CowboyCafe.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Data", "Data\Data.csproj", "{C3BFDB18-4ACD-495B-9CCE-675B7A8FD8FE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataTests", "DataTests\DataTests.csproj", "{157E0096-37C4-4A66-80B0-337D690719F2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{938FDA09-9346-4837-A3AE-EA1B3485B73F}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PointOfSale", "PointOfSale\PointOfSale.csproj", "{C518C327-D07B-4015-B11B-CA20859F6307}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Website", "Website\Website.csproj", "{ADE02804-E36F-48F9-95EC-6C01BC3B0521}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C3BFDB18-4ACD-495B-9CCE-675B7A8FD8FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3BFDB18-4ACD-495B-9CCE-675B7A8FD8FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3BFDB18-4ACD-495B-9CCE-675B7A8FD8FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3BFDB18-4ACD-495B-9CCE-675B7A8FD8FE}.Release|Any CPU.Build.0 = Release|Any CPU
{157E0096-37C4-4A66-80B0-337D690719F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{157E0096-37C4-4A66-80B0-337D690719F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{157E0096-37C4-4A66-80B0-337D690719F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{157E0096-37C4-4A66-80B0-337D690719F2}.Release|Any CPU.Build.0 = Release|Any CPU
{C518C327-D07B-4015-B11B-CA20859F6307}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C518C327-D07B-4015-B11B-CA20859F6307}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C518C327-D07B-4015-B11B-CA20859F6307}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C518C327-D07B-4015-B11B-CA20859F6307}.Release|Any CPU.Build.0 = Release|Any CPU
{ADE02804-E36F-48F9-95EC-6C01BC3B0521}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ADE02804-E36F-48F9-95EC-6C01BC3B0521}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ADE02804-E36F-48F9-95EC-6C01BC3B0521}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ADE02804-E36F-48F9-95EC-6C01BC3B0521}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EF0ECCFA-B4C0-4862-B136-C797D24E1A41}
EndGlobalSection
EndGlobal