-
Notifications
You must be signed in to change notification settings - Fork 0
/
BeatThisBurger.sln
91 lines (91 loc) · 6 KB
/
BeatThisBurger.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22823.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeatThisBurger.Service", "BeatThisBurger.Service\BeatThisBurger.Service.csproj", "{C7C32286-F560-4CE0-8E00-FF7432F65C44}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "BeatThisBurger.Shared", "BeatThisBurger.Shared\BeatThisBurger.Shared.shproj", "{BA515146-15B9-46A5-A0F1-776485EA5D29}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeatThisBurger.Windows", "BeatThisBurger.Windows\BeatThisBurger.Windows.csproj", "{8FE1C5F9-66C8-4FBC-87BB-3045B65574C2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeatThisBurger.Core", "BeatThisBurger.Core\BeatThisBurger.Core.csproj", "{211C5820-EC9B-4B76-A7B2-7FD2D6FADFD6}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
BeatThisBurger.Shared\BeatThisBurger.Shared.projitems*{211c5820-ec9b-4b76-a7b2-7fd2d6fadfd6}*SharedItemsImports = 4
BeatThisBurger.Shared\BeatThisBurger.Shared.projitems*{c7c32286-f560-4ce0-8e00-ff7432f65c44}*SharedItemsImports = 4
BeatThisBurger.Shared\BeatThisBurger.Shared.projitems*{ba515146-15b9-46a5-a0f1-776485ea5d29}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C7C32286-F560-4CE0-8E00-FF7432F65C44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7C32286-F560-4CE0-8E00-FF7432F65C44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7C32286-F560-4CE0-8E00-FF7432F65C44}.Debug|ARM.ActiveCfg = Debug|Any CPU
{C7C32286-F560-4CE0-8E00-FF7432F65C44}.Debug|ARM.Build.0 = Debug|Any CPU
{C7C32286-F560-4CE0-8E00-FF7432F65C44}.Debug|x64.ActiveCfg = Debug|Any CPU
{C7C32286-F560-4CE0-8E00-FF7432F65C44}.Debug|x64.Build.0 = Debug|Any CPU
{C7C32286-F560-4CE0-8E00-FF7432F65C44}.Debug|x86.ActiveCfg = Debug|Any CPU
{C7C32286-F560-4CE0-8E00-FF7432F65C44}.Debug|x86.Build.0 = Debug|Any CPU
{C7C32286-F560-4CE0-8E00-FF7432F65C44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7C32286-F560-4CE0-8E00-FF7432F65C44}.Release|Any CPU.Build.0 = Release|Any CPU
{C7C32286-F560-4CE0-8E00-FF7432F65C44}.Release|ARM.ActiveCfg = Release|Any CPU
{C7C32286-F560-4CE0-8E00-FF7432F65C44}.Release|ARM.Build.0 = Release|Any CPU
{C7C32286-F560-4CE0-8E00-FF7432F65C44}.Release|x64.ActiveCfg = Release|Any CPU
{C7C32286-F560-4CE0-8E00-FF7432F65C44}.Release|x64.Build.0 = Release|Any CPU
{C7C32286-F560-4CE0-8E00-FF7432F65C44}.Release|x86.ActiveCfg = Release|Any CPU
{C7C32286-F560-4CE0-8E00-FF7432F65C44}.Release|x86.Build.0 = Release|Any CPU
{8FE1C5F9-66C8-4FBC-87BB-3045B65574C2}.Debug|Any CPU.ActiveCfg = Debug|x86
{8FE1C5F9-66C8-4FBC-87BB-3045B65574C2}.Debug|Any CPU.Build.0 = Debug|x86
{8FE1C5F9-66C8-4FBC-87BB-3045B65574C2}.Debug|Any CPU.Deploy.0 = Debug|x86
{8FE1C5F9-66C8-4FBC-87BB-3045B65574C2}.Debug|ARM.ActiveCfg = Debug|ARM
{8FE1C5F9-66C8-4FBC-87BB-3045B65574C2}.Debug|ARM.Build.0 = Debug|ARM
{8FE1C5F9-66C8-4FBC-87BB-3045B65574C2}.Debug|ARM.Deploy.0 = Debug|ARM
{8FE1C5F9-66C8-4FBC-87BB-3045B65574C2}.Debug|x64.ActiveCfg = Debug|x64
{8FE1C5F9-66C8-4FBC-87BB-3045B65574C2}.Debug|x64.Build.0 = Debug|x64
{8FE1C5F9-66C8-4FBC-87BB-3045B65574C2}.Debug|x64.Deploy.0 = Debug|x64
{8FE1C5F9-66C8-4FBC-87BB-3045B65574C2}.Debug|x86.ActiveCfg = Debug|x86
{8FE1C5F9-66C8-4FBC-87BB-3045B65574C2}.Debug|x86.Build.0 = Debug|x86
{8FE1C5F9-66C8-4FBC-87BB-3045B65574C2}.Debug|x86.Deploy.0 = Debug|x86
{8FE1C5F9-66C8-4FBC-87BB-3045B65574C2}.Release|Any CPU.ActiveCfg = Release|x86
{8FE1C5F9-66C8-4FBC-87BB-3045B65574C2}.Release|Any CPU.Build.0 = Release|x86
{8FE1C5F9-66C8-4FBC-87BB-3045B65574C2}.Release|Any CPU.Deploy.0 = Release|x86
{8FE1C5F9-66C8-4FBC-87BB-3045B65574C2}.Release|ARM.ActiveCfg = Release|ARM
{8FE1C5F9-66C8-4FBC-87BB-3045B65574C2}.Release|ARM.Build.0 = Release|ARM
{8FE1C5F9-66C8-4FBC-87BB-3045B65574C2}.Release|ARM.Deploy.0 = Release|ARM
{8FE1C5F9-66C8-4FBC-87BB-3045B65574C2}.Release|x64.ActiveCfg = Release|x64
{8FE1C5F9-66C8-4FBC-87BB-3045B65574C2}.Release|x64.Build.0 = Release|x64
{8FE1C5F9-66C8-4FBC-87BB-3045B65574C2}.Release|x64.Deploy.0 = Release|x64
{8FE1C5F9-66C8-4FBC-87BB-3045B65574C2}.Release|x86.ActiveCfg = Release|x86
{8FE1C5F9-66C8-4FBC-87BB-3045B65574C2}.Release|x86.Build.0 = Release|x86
{8FE1C5F9-66C8-4FBC-87BB-3045B65574C2}.Release|x86.Deploy.0 = Release|x86
{211C5820-EC9B-4B76-A7B2-7FD2D6FADFD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{211C5820-EC9B-4B76-A7B2-7FD2D6FADFD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{211C5820-EC9B-4B76-A7B2-7FD2D6FADFD6}.Debug|ARM.ActiveCfg = Debug|Any CPU
{211C5820-EC9B-4B76-A7B2-7FD2D6FADFD6}.Debug|ARM.Build.0 = Debug|Any CPU
{211C5820-EC9B-4B76-A7B2-7FD2D6FADFD6}.Debug|x64.ActiveCfg = Debug|Any CPU
{211C5820-EC9B-4B76-A7B2-7FD2D6FADFD6}.Debug|x64.Build.0 = Debug|Any CPU
{211C5820-EC9B-4B76-A7B2-7FD2D6FADFD6}.Debug|x86.ActiveCfg = Debug|Any CPU
{211C5820-EC9B-4B76-A7B2-7FD2D6FADFD6}.Debug|x86.Build.0 = Debug|Any CPU
{211C5820-EC9B-4B76-A7B2-7FD2D6FADFD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{211C5820-EC9B-4B76-A7B2-7FD2D6FADFD6}.Release|Any CPU.Build.0 = Release|Any CPU
{211C5820-EC9B-4B76-A7B2-7FD2D6FADFD6}.Release|ARM.ActiveCfg = Release|Any CPU
{211C5820-EC9B-4B76-A7B2-7FD2D6FADFD6}.Release|ARM.Build.0 = Release|Any CPU
{211C5820-EC9B-4B76-A7B2-7FD2D6FADFD6}.Release|x64.ActiveCfg = Release|Any CPU
{211C5820-EC9B-4B76-A7B2-7FD2D6FADFD6}.Release|x64.Build.0 = Release|Any CPU
{211C5820-EC9B-4B76-A7B2-7FD2D6FADFD6}.Release|x86.ActiveCfg = Release|Any CPU
{211C5820-EC9B-4B76-A7B2-7FD2D6FADFD6}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal