-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNorthwind.sln
54 lines (54 loc) · 3.25 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34309.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{736B4B00-64D5-4D3F-AF22-F733042BAFF7}"
ProjectSection(SolutionItems) = preProject
instnwnd.sql = instnwnd.sql
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Northwind.Data", "Northwind.Data\Northwind.Data.csproj", "{238107C4-B4F0-488F-BE5B-755F11436B78}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Northwind.Web", "Northwind.Web\Northwind.Web.csproj", "{DE10D7D2-2F87-48DF-8A0B-E241E18C2643}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Northwind.Service", "Northwind.Service\Northwind.Service.csproj", "{61FF933D-9591-4B2D-989F-830E523294E6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Northwind.Models", "Northwind.Models\Northwind.Models.csproj", "{3CB8166F-95F9-4E67-8B99-0DD285B0259D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Northwind.Api", "Northwind.Api\Northwind.Api.csproj", "{428309F2-4E94-4577-9456-7E41C7BC2AAD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{238107C4-B4F0-488F-BE5B-755F11436B78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{238107C4-B4F0-488F-BE5B-755F11436B78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{238107C4-B4F0-488F-BE5B-755F11436B78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{238107C4-B4F0-488F-BE5B-755F11436B78}.Release|Any CPU.Build.0 = Release|Any CPU
{DE10D7D2-2F87-48DF-8A0B-E241E18C2643}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE10D7D2-2F87-48DF-8A0B-E241E18C2643}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE10D7D2-2F87-48DF-8A0B-E241E18C2643}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE10D7D2-2F87-48DF-8A0B-E241E18C2643}.Release|Any CPU.Build.0 = Release|Any CPU
{61FF933D-9591-4B2D-989F-830E523294E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61FF933D-9591-4B2D-989F-830E523294E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61FF933D-9591-4B2D-989F-830E523294E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61FF933D-9591-4B2D-989F-830E523294E6}.Release|Any CPU.Build.0 = Release|Any CPU
{3CB8166F-95F9-4E67-8B99-0DD285B0259D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CB8166F-95F9-4E67-8B99-0DD285B0259D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CB8166F-95F9-4E67-8B99-0DD285B0259D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CB8166F-95F9-4E67-8B99-0DD285B0259D}.Release|Any CPU.Build.0 = Release|Any CPU
{428309F2-4E94-4577-9456-7E41C7BC2AAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{428309F2-4E94-4577-9456-7E41C7BC2AAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{428309F2-4E94-4577-9456-7E41C7BC2AAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{428309F2-4E94-4577-9456-7E41C7BC2AAD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {947BFED6-8AEF-457C-9C15-6406F29B8473}
EndGlobalSection
EndGlobal