-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathcoffeeshop-aspire.sln
executable file
·85 lines (85 loc) · 5.5 KB
/
coffeeshop-aspire.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoffeeShop.BaristaApi", "barista-api\CoffeeShop.BaristaApi.csproj", "{1E1B0C85-DB1F-485E-8B5A-CE03E9977029}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoffeeShop.ProductApi", "product-api\CoffeeShop.ProductApi.csproj", "{605A641D-F5E3-4B6F-9092-591F0A7DEE9D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoffeeShop.AppHost", "app-host\CoffeeShop.AppHost.csproj", "{EB61218A-CF80-4389-9C6A-D6AA5C205E95}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoffeeShop.KitchenApi", "kitchen-api\CoffeeShop.KitchenApi.csproj", "{16CC8BE1-3E21-46FB-813D-CF37C7079EC4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoffeeShop.CounterApi", "counter-api\CoffeeShop.CounterApi.csproj", "{6A163558-FB94-449A-817A-8D8FD08D5E22}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{140D0842-3BBC-4339-9C75-331FD9CB50F8}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
aspire-manifest.json = aspire-manifest.json
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
global.json = global.json
NuGet.config = NuGet.config
README.md = README.md
tests.runsettings = tests.runsettings
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoffeeShop.Shared", "shared\CoffeeShop.Shared\CoffeeShop.Shared.csproj", "{46796FD1-9AC2-498D-8535-D9E57286AA2F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoffeeShop.OrderSummary", "order-summary\CoffeeShop.OrderSummary.csproj", "{FE457D2C-ABB3-464C-8C6D-16D09C77FFB0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoffeeShop.CounterApi.IntegrationTests", "counter-api-tests\CoffeeShop.CounterApi.IntegrationTests.csproj", "{5DB71E8E-BF52-4918-895D-CD3BB373D6A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoffeeShop.Yarp", "yarp\CoffeeShop.Yarp\CoffeeShop.Yarp.csproj", "{B64CA4AA-AE04-4C84-AADE-704FDA69F06E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1E1B0C85-DB1F-485E-8B5A-CE03E9977029}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E1B0C85-DB1F-485E-8B5A-CE03E9977029}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E1B0C85-DB1F-485E-8B5A-CE03E9977029}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E1B0C85-DB1F-485E-8B5A-CE03E9977029}.Release|Any CPU.Build.0 = Release|Any CPU
{605A641D-F5E3-4B6F-9092-591F0A7DEE9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{605A641D-F5E3-4B6F-9092-591F0A7DEE9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{605A641D-F5E3-4B6F-9092-591F0A7DEE9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{605A641D-F5E3-4B6F-9092-591F0A7DEE9D}.Release|Any CPU.Build.0 = Release|Any CPU
{EB61218A-CF80-4389-9C6A-D6AA5C205E95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB61218A-CF80-4389-9C6A-D6AA5C205E95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB61218A-CF80-4389-9C6A-D6AA5C205E95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB61218A-CF80-4389-9C6A-D6AA5C205E95}.Release|Any CPU.Build.0 = Release|Any CPU
{16CC8BE1-3E21-46FB-813D-CF37C7079EC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16CC8BE1-3E21-46FB-813D-CF37C7079EC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16CC8BE1-3E21-46FB-813D-CF37C7079EC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16CC8BE1-3E21-46FB-813D-CF37C7079EC4}.Release|Any CPU.Build.0 = Release|Any CPU
{6A163558-FB94-449A-817A-8D8FD08D5E22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A163558-FB94-449A-817A-8D8FD08D5E22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A163558-FB94-449A-817A-8D8FD08D5E22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A163558-FB94-449A-817A-8D8FD08D5E22}.Release|Any CPU.Build.0 = Release|Any CPU
{46796FD1-9AC2-498D-8535-D9E57286AA2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46796FD1-9AC2-498D-8535-D9E57286AA2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46796FD1-9AC2-498D-8535-D9E57286AA2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46796FD1-9AC2-498D-8535-D9E57286AA2F}.Release|Any CPU.Build.0 = Release|Any CPU
{FE457D2C-ABB3-464C-8C6D-16D09C77FFB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE457D2C-ABB3-464C-8C6D-16D09C77FFB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE457D2C-ABB3-464C-8C6D-16D09C77FFB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE457D2C-ABB3-464C-8C6D-16D09C77FFB0}.Release|Any CPU.Build.0 = Release|Any CPU
{5DB71E8E-BF52-4918-895D-CD3BB373D6A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DB71E8E-BF52-4918-895D-CD3BB373D6A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DB71E8E-BF52-4918-895D-CD3BB373D6A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DB71E8E-BF52-4918-895D-CD3BB373D6A0}.Release|Any CPU.Build.0 = Release|Any CPU
{B64CA4AA-AE04-4C84-AADE-704FDA69F06E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B64CA4AA-AE04-4C84-AADE-704FDA69F06E}.Release|Any CPU.ActiveCfg = Release|AnyCPU
{B64CA4AA-AE04-4C84-AADE-704FDA69F06E}.Release|Any CPU.Build.0 = Release|AnyCPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C3003BB3-31B7-4AFA-80BD-E3FB6FBC2CAD}
EndGlobalSection
EndGlobal