forked from ServiceStackApps/Northwind
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathNorthwind.sln
34 lines (33 loc) · 1.96 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26114.2
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Northwind", "Northwind\Northwind.csproj", "{52FE5A01-2BD2-4B5D-BA8C-3E9350A276CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Northwind.ServiceInterface", "Northwind.ServiceInterface\Northwind.ServiceInterface.csproj", "{81DEDD6C-FA7A-4456-9D24-6F93384BB465}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Northwind.ServiceModel", "Northwind.ServiceModel\Northwind.ServiceModel.csproj", "{A8219848-ABAA-4718-A2C5-B81105E6B1F8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{52FE5A01-2BD2-4B5D-BA8C-3E9350A276CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52FE5A01-2BD2-4B5D-BA8C-3E9350A276CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52FE5A01-2BD2-4B5D-BA8C-3E9350A276CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52FE5A01-2BD2-4B5D-BA8C-3E9350A276CB}.Release|Any CPU.Build.0 = Release|Any CPU
{81DEDD6C-FA7A-4456-9D24-6F93384BB465}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81DEDD6C-FA7A-4456-9D24-6F93384BB465}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81DEDD6C-FA7A-4456-9D24-6F93384BB465}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81DEDD6C-FA7A-4456-9D24-6F93384BB465}.Release|Any CPU.Build.0 = Release|Any CPU
{A8219848-ABAA-4718-A2C5-B81105E6B1F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8219848-ABAA-4718-A2C5-B81105E6B1F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8219848-ABAA-4718-A2C5-B81105E6B1F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8219848-ABAA-4718-A2C5-B81105E6B1F8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal