-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathSmartCoffeeMachine.sln
49 lines (49 loc) · 3.08 KB
/
SmartCoffeeMachine.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31105.61
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmartCoffeeMachine.WebAPI", "src\SmartCoffeeMachine.WebAPI\SmartCoffeeMachine.WebAPI.csproj", "{1FF27127-AEA1-4E0F-A2B6-4119D1BBD7F8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8A66E3A5-C04B-4CE2-B938-EB134CB36E21}"
ProjectSection(SolutionItems) = preProject
Solution Items\NetworkTopology.png = Solution Items\NetworkTopology.png
Solution Items\System Diagram.png = Solution Items\System Diagram.png
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmartCoffeeMachine.MessageContracts", "src\SmartCoffeeMachine.MessageContracts\SmartCoffeeMachine.MessageContracts.csproj", "{8219FA2F-D377-4F85-B08C-9630D4EED115}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmartCoffeeMachine.MessageComponents", "src\SmartCoffeeMachine.MessageComponents\SmartCoffeeMachine.MessageComponents.csproj", "{1E2C2526-5713-4189-A426-35E4DA1FB397}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmartCoffeeMachine.Services", "src\SmartCoffeeMachine.Services\SmartCoffeeMachine.Services.csproj", "{B0CEEF2B-9C75-4EC0-A0EC-01E3957FFA9C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1FF27127-AEA1-4E0F-A2B6-4119D1BBD7F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FF27127-AEA1-4E0F-A2B6-4119D1BBD7F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FF27127-AEA1-4E0F-A2B6-4119D1BBD7F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FF27127-AEA1-4E0F-A2B6-4119D1BBD7F8}.Release|Any CPU.Build.0 = Release|Any CPU
{8219FA2F-D377-4F85-B08C-9630D4EED115}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8219FA2F-D377-4F85-B08C-9630D4EED115}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8219FA2F-D377-4F85-B08C-9630D4EED115}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8219FA2F-D377-4F85-B08C-9630D4EED115}.Release|Any CPU.Build.0 = Release|Any CPU
{1E2C2526-5713-4189-A426-35E4DA1FB397}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E2C2526-5713-4189-A426-35E4DA1FB397}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E2C2526-5713-4189-A426-35E4DA1FB397}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E2C2526-5713-4189-A426-35E4DA1FB397}.Release|Any CPU.Build.0 = Release|Any CPU
{B0CEEF2B-9C75-4EC0-A0EC-01E3957FFA9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0CEEF2B-9C75-4EC0-A0EC-01E3957FFA9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0CEEF2B-9C75-4EC0-A0EC-01E3957FFA9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0CEEF2B-9C75-4EC0-A0EC-01E3957FFA9C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {194B143F-8068-4375-970C-90850FA92E33}
EndGlobalSection
EndGlobal