-
Notifications
You must be signed in to change notification settings - Fork 0
/
LearningFromYT.sln
49 lines (49 loc) · 3.06 KB
/
LearningFromYT.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31729.503
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Learn.Middleware", "Learn.Middleware\Learn.Middleware.csproj", "{12552863-E3BA-4AE4-BA38-2CD1F9433D55}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Learn.DependencyInjection", "Learn.DipendencyInjection\Learn.DependencyInjection.csproj", "{A217B79D-4D53-4A40-B583-D4CC856D01D9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Learn.Configuration", "Learn.Configuration\Learn.Configuration.csproj", "{A724E792-3967-4639-AE18-D90D1D1F289A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Learn.Logging", "Learn.Logging\Learn.Logging.csproj", "{505DF1CF-58C0-43CA-AFDF-1BEE9D4C78D3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Learn.Routing", "Learn.Routing\Learn.Routing.csproj", "{2872522D-3BD7-407B-ABEC-D2B543761A97}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{12552863-E3BA-4AE4-BA38-2CD1F9433D55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12552863-E3BA-4AE4-BA38-2CD1F9433D55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12552863-E3BA-4AE4-BA38-2CD1F9433D55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12552863-E3BA-4AE4-BA38-2CD1F9433D55}.Release|Any CPU.Build.0 = Release|Any CPU
{A217B79D-4D53-4A40-B583-D4CC856D01D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A217B79D-4D53-4A40-B583-D4CC856D01D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A217B79D-4D53-4A40-B583-D4CC856D01D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A217B79D-4D53-4A40-B583-D4CC856D01D9}.Release|Any CPU.Build.0 = Release|Any CPU
{A724E792-3967-4639-AE18-D90D1D1F289A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A724E792-3967-4639-AE18-D90D1D1F289A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A724E792-3967-4639-AE18-D90D1D1F289A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A724E792-3967-4639-AE18-D90D1D1F289A}.Release|Any CPU.Build.0 = Release|Any CPU
{505DF1CF-58C0-43CA-AFDF-1BEE9D4C78D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{505DF1CF-58C0-43CA-AFDF-1BEE9D4C78D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{505DF1CF-58C0-43CA-AFDF-1BEE9D4C78D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{505DF1CF-58C0-43CA-AFDF-1BEE9D4C78D3}.Release|Any CPU.Build.0 = Release|Any CPU
{2872522D-3BD7-407B-ABEC-D2B543761A97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2872522D-3BD7-407B-ABEC-D2B543761A97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2872522D-3BD7-407B-ABEC-D2B543761A97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2872522D-3BD7-407B-ABEC-D2B543761A97}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A0E14798-5571-4F79-A582-B6F48B1772E5}
EndGlobalSection
EndGlobal