-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNorthwind.sln
More file actions
79 lines (79 loc) · 5.78 KB
/
Northwind.sln
File metadata and controls
79 lines (79 loc) · 5.78 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2015
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Northwind.Services.Product", "Northwind.Services.Product\Northwind.Services.Product.csproj", "{346806C8-39EF-4300-A8B7-EA0AA840F836}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{9D05B203-0BB9-48C3-BC65-45E9FAC206B2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Northwind.Services.Order", "Northwind.Services.Order\Northwind.Services.Order.csproj", "{8433EFE2-E331-40EF-8245-CDC51201F517}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Northwind.Services.Address", "Northwind.Services.Address\Northwind.Services.Address.csproj", "{E4EC9301-B445-4E33-8A19-C33A2AE049EE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Northwind.Services.Address.v2", "Northwind.Services.Address.v2\Northwind.Services.Address.v2.csproj", "{85F90023-6469-424A-BBD9-3F064686E67A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Northwind.Services.Payment", "Northwind.Services.Payment\Northwind.Services.Payment.csproj", "{4C8B3186-94C8-464E-AB25-15B1D53BEEC7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Northwind.Services.Payment.v2", "Northwind.Services.Payment.v2\Northwind.Services.Payment.v2.csproj", "{5DE489CA-A980-4E8C-9AC9-D2C5FBCFE449}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Northwind.Services.Address.v3", "Northwind.Services.Address.v3\Northwind.Services.Address.v3.csproj", "{B285FEED-B604-4F81-AF0F-FBE21B1E7859}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Northwind.Operations", "Northwind.Operations\Northwind.Operations.csproj", "{B1BD9FC1-C4B4-4FAB-8AB7-C86B227EC990}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Northwind.Services.Shared", "Northwind.Services.Shared\Northwind.Services.Shared.csproj", "{69779CF9-7B3D-4343-81C8-84B483AD3DD8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{346806C8-39EF-4300-A8B7-EA0AA840F836}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{346806C8-39EF-4300-A8B7-EA0AA840F836}.Debug|Any CPU.Build.0 = Debug|Any CPU
{346806C8-39EF-4300-A8B7-EA0AA840F836}.Release|Any CPU.ActiveCfg = Release|Any CPU
{346806C8-39EF-4300-A8B7-EA0AA840F836}.Release|Any CPU.Build.0 = Release|Any CPU
{9D05B203-0BB9-48C3-BC65-45E9FAC206B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D05B203-0BB9-48C3-BC65-45E9FAC206B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D05B203-0BB9-48C3-BC65-45E9FAC206B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D05B203-0BB9-48C3-BC65-45E9FAC206B2}.Release|Any CPU.Build.0 = Release|Any CPU
{8433EFE2-E331-40EF-8245-CDC51201F517}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8433EFE2-E331-40EF-8245-CDC51201F517}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8433EFE2-E331-40EF-8245-CDC51201F517}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8433EFE2-E331-40EF-8245-CDC51201F517}.Release|Any CPU.Build.0 = Release|Any CPU
{E4EC9301-B445-4E33-8A19-C33A2AE049EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4EC9301-B445-4E33-8A19-C33A2AE049EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4EC9301-B445-4E33-8A19-C33A2AE049EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4EC9301-B445-4E33-8A19-C33A2AE049EE}.Release|Any CPU.Build.0 = Release|Any CPU
{85F90023-6469-424A-BBD9-3F064686E67A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85F90023-6469-424A-BBD9-3F064686E67A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85F90023-6469-424A-BBD9-3F064686E67A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85F90023-6469-424A-BBD9-3F064686E67A}.Release|Any CPU.Build.0 = Release|Any CPU
{4C8B3186-94C8-464E-AB25-15B1D53BEEC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C8B3186-94C8-464E-AB25-15B1D53BEEC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C8B3186-94C8-464E-AB25-15B1D53BEEC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C8B3186-94C8-464E-AB25-15B1D53BEEC7}.Release|Any CPU.Build.0 = Release|Any CPU
{5DE489CA-A980-4E8C-9AC9-D2C5FBCFE449}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DE489CA-A980-4E8C-9AC9-D2C5FBCFE449}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DE489CA-A980-4E8C-9AC9-D2C5FBCFE449}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DE489CA-A980-4E8C-9AC9-D2C5FBCFE449}.Release|Any CPU.Build.0 = Release|Any CPU
{B285FEED-B604-4F81-AF0F-FBE21B1E7859}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B285FEED-B604-4F81-AF0F-FBE21B1E7859}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B285FEED-B604-4F81-AF0F-FBE21B1E7859}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B285FEED-B604-4F81-AF0F-FBE21B1E7859}.Release|Any CPU.Build.0 = Release|Any CPU
{B1BD9FC1-C4B4-4FAB-8AB7-C86B227EC990}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1BD9FC1-C4B4-4FAB-8AB7-C86B227EC990}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1BD9FC1-C4B4-4FAB-8AB7-C86B227EC990}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1BD9FC1-C4B4-4FAB-8AB7-C86B227EC990}.Release|Any CPU.Build.0 = Release|Any CPU
{69779CF9-7B3D-4343-81C8-84B483AD3DD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69779CF9-7B3D-4343-81C8-84B483AD3DD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69779CF9-7B3D-4343-81C8-84B483AD3DD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69779CF9-7B3D-4343-81C8-84B483AD3DD8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FB8FDAB0-C757-4547-B0AC-5D8A078F487D}
EndGlobalSection
EndGlobal