forked from sharparchitecture/Northwind
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNorthwind.sln
More file actions
77 lines (77 loc) · 5.52 KB
/
Northwind.sln
File metadata and controls
77 lines (77 loc) · 5.52 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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Northwind.Core", "app\Northwind.Core\Northwind.Core.csproj", "{968B265E-AF3B-4153-B996-6EC4E83D9616}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Northwind.Data", "app\Northwind.Data\Northwind.Data.csproj", "{AAB1B13C-653C-4764-9360-4DA67F4CC959}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Northwind.Web", "app\Northwind.Web\Northwind.Web.csproj", "{59301D2D-C3CA-4DAE-BC2A-CD450038738C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Northwind.Tests", "tests\Northwind.Tests\Northwind.Tests.csproj", "{C64AADC4-A54B-484B-A926-3CC425D17A10}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Northwind.TestsUsingDevelopmentDatabase", "tests\Northwind.TestsUsingDevelopmentDatabase\Northwind.TestsUsingDevelopmentDatabase.csproj", "{467AE9B7-4107-4671-B0CA-A876150C69F2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Code Generation", "Code Generation", "{66143917-5D9F-4B23-AD89-C2B0C3C68345}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CrudScaffolding", "tools\CrudScaffolding\CrudScaffolding.csproj", "{F506AAD6-2118-4D9A-967B-71DF003F812A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Northwind.Web.Controllers", "app\Northwind.Web.Controllers\Northwind.Web.Controllers.csproj", "{4278C4DC-E2A8-4FB4-8172-82FB03E7DDF9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Northwind.ApplicationServices", "app\Northwind.ApplicationServices\Northwind.ApplicationServices.csproj", "{DDD17CE0-17DC-4AA3-8CA7-D9B0F8D5E87C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Northwind.Wcf", "app\Northwind.Wcf\Northwind.Wcf.csproj", "{7AB75E1D-30D2-4DF5-A2E6-03916FB24BBA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Northwind.Wcf.Web", "app\Northwind.Wcf.Web\Northwind.Wcf.Web.csproj", "{BEE73053-51E5-413B-9931-A080930E4A69}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{968B265E-AF3B-4153-B996-6EC4E83D9616}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{968B265E-AF3B-4153-B996-6EC4E83D9616}.Debug|Any CPU.Build.0 = Debug|Any CPU
{968B265E-AF3B-4153-B996-6EC4E83D9616}.Release|Any CPU.ActiveCfg = Release|Any CPU
{968B265E-AF3B-4153-B996-6EC4E83D9616}.Release|Any CPU.Build.0 = Release|Any CPU
{AAB1B13C-653C-4764-9360-4DA67F4CC959}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAB1B13C-653C-4764-9360-4DA67F4CC959}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAB1B13C-653C-4764-9360-4DA67F4CC959}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAB1B13C-653C-4764-9360-4DA67F4CC959}.Release|Any CPU.Build.0 = Release|Any CPU
{59301D2D-C3CA-4DAE-BC2A-CD450038738C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59301D2D-C3CA-4DAE-BC2A-CD450038738C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59301D2D-C3CA-4DAE-BC2A-CD450038738C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59301D2D-C3CA-4DAE-BC2A-CD450038738C}.Release|Any CPU.Build.0 = Release|Any CPU
{C64AADC4-A54B-484B-A926-3CC425D17A10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C64AADC4-A54B-484B-A926-3CC425D17A10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C64AADC4-A54B-484B-A926-3CC425D17A10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C64AADC4-A54B-484B-A926-3CC425D17A10}.Release|Any CPU.Build.0 = Release|Any CPU
{467AE9B7-4107-4671-B0CA-A876150C69F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{467AE9B7-4107-4671-B0CA-A876150C69F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{467AE9B7-4107-4671-B0CA-A876150C69F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{467AE9B7-4107-4671-B0CA-A876150C69F2}.Release|Any CPU.Build.0 = Release|Any CPU
{F506AAD6-2118-4D9A-967B-71DF003F812A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F506AAD6-2118-4D9A-967B-71DF003F812A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4278C4DC-E2A8-4FB4-8172-82FB03E7DDF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4278C4DC-E2A8-4FB4-8172-82FB03E7DDF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4278C4DC-E2A8-4FB4-8172-82FB03E7DDF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4278C4DC-E2A8-4FB4-8172-82FB03E7DDF9}.Release|Any CPU.Build.0 = Release|Any CPU
{DDD17CE0-17DC-4AA3-8CA7-D9B0F8D5E87C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDD17CE0-17DC-4AA3-8CA7-D9B0F8D5E87C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDD17CE0-17DC-4AA3-8CA7-D9B0F8D5E87C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDD17CE0-17DC-4AA3-8CA7-D9B0F8D5E87C}.Release|Any CPU.Build.0 = Release|Any CPU
{7AB75E1D-30D2-4DF5-A2E6-03916FB24BBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7AB75E1D-30D2-4DF5-A2E6-03916FB24BBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7AB75E1D-30D2-4DF5-A2E6-03916FB24BBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7AB75E1D-30D2-4DF5-A2E6-03916FB24BBA}.Release|Any CPU.Build.0 = Release|Any CPU
{BEE73053-51E5-413B-9931-A080930E4A69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEE73053-51E5-413B-9931-A080930E4A69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEE73053-51E5-413B-9931-A080930E4A69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEE73053-51E5-413B-9931-A080930E4A69}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F506AAD6-2118-4D9A-967B-71DF003F812A} = {66143917-5D9F-4B23-AD89-C2B0C3C68345}
EndGlobalSection
EndGlobal