forked from cloudacademy/Store2018
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStore2018.sln
59 lines (58 loc) · 3.74 KB
/
Store2018.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Store2018", "Store2018\Store2018.csproj", "{901C9F61-0A7E-4DB3-A4C3-698E80C40934}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Services", "Services", "{A5827C95-DAE2-401D-AC38-9E56D59E0D6F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AccountService", "Services\AccountService\AccountService.csproj", "{31638CB0-439F-4D4A-8D6C-2EC66D8B81D2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InventoryService", "Services\InventoryService\InventoryService.csproj", "{4FF8822E-95D8-4CE0-A441-00C5DACD5A3C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShoppingService", "Services\ShoppingService\ShoppingService.csproj", "{56B392D2-351A-4D69-8FA2-3170FE5191A0}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{3FA8D6D1-B035-44AE-AD80-E26EA691D050}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BuildScripts", "BuildScripts", "{9C90AC8D-A11C-47DE-A71C-DFE8AE7C732E}"
ProjectSection(SolutionItems) = preProject
BuildScripts\Dockerfile = BuildScripts\Dockerfile
BuildScripts\build.sh = BuildScripts\build.sh
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7D2034A8-CF73-4C79-84B1-50A94C38ECD9}"
ProjectSection(SolutionItems) = preProject
bitbucket-pipelines.yml = bitbucket-pipelines.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{901C9F61-0A7E-4DB3-A4C3-698E80C40934}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{901C9F61-0A7E-4DB3-A4C3-698E80C40934}.Debug|Any CPU.Build.0 = Debug|Any CPU
{901C9F61-0A7E-4DB3-A4C3-698E80C40934}.Release|Any CPU.ActiveCfg = Release|Any CPU
{901C9F61-0A7E-4DB3-A4C3-698E80C40934}.Release|Any CPU.Build.0 = Release|Any CPU
{31638CB0-439F-4D4A-8D6C-2EC66D8B81D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31638CB0-439F-4D4A-8D6C-2EC66D8B81D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31638CB0-439F-4D4A-8D6C-2EC66D8B81D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31638CB0-439F-4D4A-8D6C-2EC66D8B81D2}.Release|Any CPU.Build.0 = Release|Any CPU
{4FF8822E-95D8-4CE0-A441-00C5DACD5A3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FF8822E-95D8-4CE0-A441-00C5DACD5A3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FF8822E-95D8-4CE0-A441-00C5DACD5A3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FF8822E-95D8-4CE0-A441-00C5DACD5A3C}.Release|Any CPU.Build.0 = Release|Any CPU
{56B392D2-351A-4D69-8FA2-3170FE5191A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56B392D2-351A-4D69-8FA2-3170FE5191A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56B392D2-351A-4D69-8FA2-3170FE5191A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56B392D2-351A-4D69-8FA2-3170FE5191A0}.Release|Any CPU.Build.0 = Release|Any CPU
{3FA8D6D1-B035-44AE-AD80-E26EA691D050}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FA8D6D1-B035-44AE-AD80-E26EA691D050}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FA8D6D1-B035-44AE-AD80-E26EA691D050}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FA8D6D1-B035-44AE-AD80-E26EA691D050}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{31638CB0-439F-4D4A-8D6C-2EC66D8B81D2} = {A5827C95-DAE2-401D-AC38-9E56D59E0D6F}
{4FF8822E-95D8-4CE0-A441-00C5DACD5A3C} = {A5827C95-DAE2-401D-AC38-9E56D59E0D6F}
{56B392D2-351A-4D69-8FA2-3170FE5191A0} = {A5827C95-DAE2-401D-AC38-9E56D59E0D6F}
EndGlobalSection
EndGlobal