-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNorthwind.sln
67 lines (67 loc) · 4.66 KB
/
Northwind.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Northwind.Blazor", "Northwind.Blazor\Northwind.Blazor.csproj", "{57247CD0-FD9A-4B97-9905-51F63409F6E9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Northwind.Core", "Northwind.Core\Northwind.Core.csproj", "{3202E7CE-F213-42FB-867C-A56E33005605}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Northwind.Common", "Northwind.Common\Northwind.Common.csproj", "{C566DFE4-C977-4EAE-9BCA-DF62C7566B50}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Northwind.Core.UnitTests", "Northwind.Core.UnitTests\Northwind.Core.UnitTests.csproj", "{92034291-19C6-4779-B059-945306F1378F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Northwind.Common.UnitTests", "Northwind.Common.UnitTests\Northwind.Common.UnitTests.csproj", "{C77C4CE9-8BE2-4838-AF3C-B3B4B6273E3F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Northwind.Data.Postgresql", "Northwind.Data.Postgresql\Northwind.Data.Postgresql.csproj", "{753CB8C4-D9C0-4EA2-97A1-56A2BDC25C75}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Northwind.Infrastructure.IntegrationTests", "Northwind.Infrastructure.IntegrationTests\Northwind.Infrastructure.IntegrationTests.csproj", "{AA829CE3-D8B1-43CC-8B19-F53A998F6C01}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Northwind.Infrastructure", "Northwind.Infrastructure\Northwind.Infrastructure.csproj", "{C863695B-AC62-4468-8334-164FF60A50E7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{57247CD0-FD9A-4B97-9905-51F63409F6E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57247CD0-FD9A-4B97-9905-51F63409F6E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57247CD0-FD9A-4B97-9905-51F63409F6E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57247CD0-FD9A-4B97-9905-51F63409F6E9}.Release|Any CPU.Build.0 = Release|Any CPU
{3202E7CE-F213-42FB-867C-A56E33005605}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3202E7CE-F213-42FB-867C-A56E33005605}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3202E7CE-F213-42FB-867C-A56E33005605}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3202E7CE-F213-42FB-867C-A56E33005605}.Release|Any CPU.Build.0 = Release|Any CPU
{C566DFE4-C977-4EAE-9BCA-DF62C7566B50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C566DFE4-C977-4EAE-9BCA-DF62C7566B50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C566DFE4-C977-4EAE-9BCA-DF62C7566B50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C566DFE4-C977-4EAE-9BCA-DF62C7566B50}.Release|Any CPU.Build.0 = Release|Any CPU
{92034291-19C6-4779-B059-945306F1378F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92034291-19C6-4779-B059-945306F1378F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92034291-19C6-4779-B059-945306F1378F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92034291-19C6-4779-B059-945306F1378F}.Release|Any CPU.Build.0 = Release|Any CPU
{C77C4CE9-8BE2-4838-AF3C-B3B4B6273E3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C77C4CE9-8BE2-4838-AF3C-B3B4B6273E3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C77C4CE9-8BE2-4838-AF3C-B3B4B6273E3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C77C4CE9-8BE2-4838-AF3C-B3B4B6273E3F}.Release|Any CPU.Build.0 = Release|Any CPU
{753CB8C4-D9C0-4EA2-97A1-56A2BDC25C75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{753CB8C4-D9C0-4EA2-97A1-56A2BDC25C75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{753CB8C4-D9C0-4EA2-97A1-56A2BDC25C75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{753CB8C4-D9C0-4EA2-97A1-56A2BDC25C75}.Release|Any CPU.Build.0 = Release|Any CPU
{AA829CE3-D8B1-43CC-8B19-F53A998F6C01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA829CE3-D8B1-43CC-8B19-F53A998F6C01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA829CE3-D8B1-43CC-8B19-F53A998F6C01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA829CE3-D8B1-43CC-8B19-F53A998F6C01}.Release|Any CPU.Build.0 = Release|Any CPU
{C863695B-AC62-4468-8334-164FF60A50E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C863695B-AC62-4468-8334-164FF60A50E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C863695B-AC62-4468-8334-164FF60A50E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C863695B-AC62-4468-8334-164FF60A50E7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AC2A0186-0342-45FF-BA49-2FB9DBA2AE57}
EndGlobalSection
EndGlobal