-
Notifications
You must be signed in to change notification settings - Fork 0
/
DotNet.Guides.sln
93 lines (93 loc) · 6.71 KB
/
DotNet.Guides.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31005.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3B62E386-AB57-4402-BF61-401831778ED3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "guides", "guides", "{6410E6D8-ED29-4B0A-B123-81E0F50B08A7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ambient-data", "ambient-data", "{07E4361E-76E2-4E03-A84E-55E9C919BB95}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "generic-host", "generic-host", "{0F685E18-26A6-4DC1-AE7C-BEE91DA311C3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AmbientDataDemo", "AmbientDataDemo", "{31896A4B-B1C6-4C71-B453-20BD5B0E9231}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AmbientDataDemo", "src\guides\ambient-data\AmbientDataDemo\AmbientDataDemo\AmbientDataDemo.csproj", "{FC800AF3-9FC9-4626-81E5-6A28B9B8037C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GenericHostDemos", "GenericHostDemos", "{CC362EDF-E578-4334-B079-0E9D652B2C42}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AWSLambdaWithGenericHost", "src\guides\generic-host\GenericHostDemos\AWSLambdaWithGenericHost\AWSLambdaWithGenericHost.csproj", "{5D773F88-6E2E-4EEB-B727-A466A1BC6F93}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AWSLambdaWithGenericHost2", "src\guides\generic-host\GenericHostDemos\AWSLambdaWithGenericHost2\AWSLambdaWithGenericHost2.csproj", "{53A44003-0CCA-436B-B66B-A1193C48D16A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleAppWithGenericHost", "src\guides\generic-host\GenericHostDemos\ConsoleAppWithGenericHost\ConsoleAppWithGenericHost.csproj", "{26198CD6-56D3-46D2-B2A7-2FB56BB85469}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleAppWithGenericHost2", "src\guides\generic-host\GenericHostDemos\ConsoleAppWithGenericHost2\ConsoleAppWithGenericHost2.csproj", "{1AFE2BC7-F510-4F88-A043-7AC9F3C8432C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "serilog", "serilog", "{4D19C71B-7D7B-4EA8-8004-440E4E34C104}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestingLogsWithSerilog", "TestingLogsWithSerilog", "{CF497D77-3B7A-4708-8E19-6362F05DD49C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestingLogsWithSerilogDemo", "src\guides\serilog\TestingLogsWithSerilog\TestingLogsWithSerilogDemo\TestingLogsWithSerilogDemo.csproj", "{48AACA7D-A68E-4FF4-B5C2-98C1412BD94F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestingLogsWithSerilogDemo.Tests", "src\guides\serilog\TestingLogsWithSerilog\TestingLogsWithSerilogDemo.Tests\TestingLogsWithSerilogDemo.Tests.csproj", "{6D328F28-9A6F-427F-AD6F-E699EB4A8D3F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FC800AF3-9FC9-4626-81E5-6A28B9B8037C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC800AF3-9FC9-4626-81E5-6A28B9B8037C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC800AF3-9FC9-4626-81E5-6A28B9B8037C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC800AF3-9FC9-4626-81E5-6A28B9B8037C}.Release|Any CPU.Build.0 = Release|Any CPU
{5D773F88-6E2E-4EEB-B727-A466A1BC6F93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D773F88-6E2E-4EEB-B727-A466A1BC6F93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D773F88-6E2E-4EEB-B727-A466A1BC6F93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D773F88-6E2E-4EEB-B727-A466A1BC6F93}.Release|Any CPU.Build.0 = Release|Any CPU
{53A44003-0CCA-436B-B66B-A1193C48D16A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53A44003-0CCA-436B-B66B-A1193C48D16A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53A44003-0CCA-436B-B66B-A1193C48D16A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53A44003-0CCA-436B-B66B-A1193C48D16A}.Release|Any CPU.Build.0 = Release|Any CPU
{26198CD6-56D3-46D2-B2A7-2FB56BB85469}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26198CD6-56D3-46D2-B2A7-2FB56BB85469}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26198CD6-56D3-46D2-B2A7-2FB56BB85469}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26198CD6-56D3-46D2-B2A7-2FB56BB85469}.Release|Any CPU.Build.0 = Release|Any CPU
{1AFE2BC7-F510-4F88-A043-7AC9F3C8432C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AFE2BC7-F510-4F88-A043-7AC9F3C8432C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AFE2BC7-F510-4F88-A043-7AC9F3C8432C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AFE2BC7-F510-4F88-A043-7AC9F3C8432C}.Release|Any CPU.Build.0 = Release|Any CPU
{48AACA7D-A68E-4FF4-B5C2-98C1412BD94F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48AACA7D-A68E-4FF4-B5C2-98C1412BD94F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48AACA7D-A68E-4FF4-B5C2-98C1412BD94F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48AACA7D-A68E-4FF4-B5C2-98C1412BD94F}.Release|Any CPU.Build.0 = Release|Any CPU
{6D328F28-9A6F-427F-AD6F-E699EB4A8D3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D328F28-9A6F-427F-AD6F-E699EB4A8D3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D328F28-9A6F-427F-AD6F-E699EB4A8D3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D328F28-9A6F-427F-AD6F-E699EB4A8D3F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6410E6D8-ED29-4B0A-B123-81E0F50B08A7} = {3B62E386-AB57-4402-BF61-401831778ED3}
{07E4361E-76E2-4E03-A84E-55E9C919BB95} = {6410E6D8-ED29-4B0A-B123-81E0F50B08A7}
{0F685E18-26A6-4DC1-AE7C-BEE91DA311C3} = {6410E6D8-ED29-4B0A-B123-81E0F50B08A7}
{31896A4B-B1C6-4C71-B453-20BD5B0E9231} = {07E4361E-76E2-4E03-A84E-55E9C919BB95}
{FC800AF3-9FC9-4626-81E5-6A28B9B8037C} = {31896A4B-B1C6-4C71-B453-20BD5B0E9231}
{CC362EDF-E578-4334-B079-0E9D652B2C42} = {0F685E18-26A6-4DC1-AE7C-BEE91DA311C3}
{5D773F88-6E2E-4EEB-B727-A466A1BC6F93} = {CC362EDF-E578-4334-B079-0E9D652B2C42}
{53A44003-0CCA-436B-B66B-A1193C48D16A} = {CC362EDF-E578-4334-B079-0E9D652B2C42}
{26198CD6-56D3-46D2-B2A7-2FB56BB85469} = {CC362EDF-E578-4334-B079-0E9D652B2C42}
{1AFE2BC7-F510-4F88-A043-7AC9F3C8432C} = {CC362EDF-E578-4334-B079-0E9D652B2C42}
{4D19C71B-7D7B-4EA8-8004-440E4E34C104} = {6410E6D8-ED29-4B0A-B123-81E0F50B08A7}
{CF497D77-3B7A-4708-8E19-6362F05DD49C} = {4D19C71B-7D7B-4EA8-8004-440E4E34C104}
{48AACA7D-A68E-4FF4-B5C2-98C1412BD94F} = {CF497D77-3B7A-4708-8E19-6362F05DD49C}
{6D328F28-9A6F-427F-AD6F-E699EB4A8D3F} = {CF497D77-3B7A-4708-8E19-6362F05DD49C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {30D7160D-5F70-4D4F-A5E4-A84A049A4A7D}
EndGlobalSection
EndGlobal