-
Notifications
You must be signed in to change notification settings - Fork 38
/
LightweightApi.sln
52 lines (52 loc) · 3.63 KB
/
LightweightApi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LightweightApi", "01 Lightweight API (no MVC)\LightweightApi\LightweightApi.csproj", "{F0F43AD5-D9CB-48E4-9C0F-84142C7A57E6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LightweightApiWithAuth", "02 Lightweight API with authentication\LightweightApiWithAuth\LightweightApiWithAuth.csproj", "{1569B3B2-FA3E-4032-AB12-817DEC9852F0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MvcCoreApi", "03 MVC Core API\MvcCoreApi\MvcCoreApi.csproj", "{061713B6-5D96-41B5-9C10-85DBB89A87F7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MvcCoreApiWithVersioning", "04 MVC Core API with versioning\MvcCoreApiWithVersioning\MvcCoreApiWithVersioning.csproj", "{1E376FD4-4151-4578-AE3A-D699461DAF5F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MvcCoreApiWithAuthentication", "05 MVC Core API with authentication\MvcCoreApiWithAuthentication\MvcCoreApiWithAuthentication.csproj", "{C7BB45A4-F1E8-44BC-8985-3BF0B4ACE8A1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MvcCoreApiWithDocs", "06 MVC Core API with documentation\MvcCoreApiWithDocs\MvcCoreApiWithDocs.csproj", "{EFB905E0-8122-41A9-8CB1-354E11447501}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F0F43AD5-D9CB-48E4-9C0F-84142C7A57E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0F43AD5-D9CB-48E4-9C0F-84142C7A57E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0F43AD5-D9CB-48E4-9C0F-84142C7A57E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0F43AD5-D9CB-48E4-9C0F-84142C7A57E6}.Release|Any CPU.Build.0 = Release|Any CPU
{1569B3B2-FA3E-4032-AB12-817DEC9852F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1569B3B2-FA3E-4032-AB12-817DEC9852F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1569B3B2-FA3E-4032-AB12-817DEC9852F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1569B3B2-FA3E-4032-AB12-817DEC9852F0}.Release|Any CPU.Build.0 = Release|Any CPU
{061713B6-5D96-41B5-9C10-85DBB89A87F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{061713B6-5D96-41B5-9C10-85DBB89A87F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{061713B6-5D96-41B5-9C10-85DBB89A87F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{061713B6-5D96-41B5-9C10-85DBB89A87F7}.Release|Any CPU.Build.0 = Release|Any CPU
{1E376FD4-4151-4578-AE3A-D699461DAF5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E376FD4-4151-4578-AE3A-D699461DAF5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E376FD4-4151-4578-AE3A-D699461DAF5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E376FD4-4151-4578-AE3A-D699461DAF5F}.Release|Any CPU.Build.0 = Release|Any CPU
{C7BB45A4-F1E8-44BC-8985-3BF0B4ACE8A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7BB45A4-F1E8-44BC-8985-3BF0B4ACE8A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7BB45A4-F1E8-44BC-8985-3BF0B4ACE8A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7BB45A4-F1E8-44BC-8985-3BF0B4ACE8A1}.Release|Any CPU.Build.0 = Release|Any CPU
{EFB905E0-8122-41A9-8CB1-354E11447501}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EFB905E0-8122-41A9-8CB1-354E11447501}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFB905E0-8122-41A9-8CB1-354E11447501}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFB905E0-8122-41A9-8CB1-354E11447501}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal