forked from damienbod/AspNetCoreNlog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAspNetCoreNlog.sln
92 lines (92 loc) · 5.91 KB
/
AspNetCoreNlog.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29609.76
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D82C9880-2134-41A3-B428-24AC5318F17E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{50E0080F-878A-4A06-A4E0-6840F751EF9F}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCoreNlog", "src\AspNetCoreNlog\AspNetCoreNlog.csproj", "{697DEC29-7B76-4B02-9533-FC131647034E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleNLog", "src\ConsoleNLog\ConsoleNLog.csproj", "{1012D69F-4831-4009-9600-7D347334B9DD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleNLogMySQL", "src\ConsoleNLogMySQL\ConsoleNLogMySQL.csproj", "{E0455B9C-9EEF-421E-9658-4182574195CC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleNLogPostgreSQL", "src\ConsoleNLogPostgreSQL\ConsoleNLogPostgreSQL.csproj", "{51704BC7-BF0C-4403-950D-61BE77156F1C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{697DEC29-7B76-4B02-9533-FC131647034E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{697DEC29-7B76-4B02-9533-FC131647034E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{697DEC29-7B76-4B02-9533-FC131647034E}.Debug|x64.ActiveCfg = Debug|Any CPU
{697DEC29-7B76-4B02-9533-FC131647034E}.Debug|x64.Build.0 = Debug|Any CPU
{697DEC29-7B76-4B02-9533-FC131647034E}.Debug|x86.ActiveCfg = Debug|Any CPU
{697DEC29-7B76-4B02-9533-FC131647034E}.Debug|x86.Build.0 = Debug|Any CPU
{697DEC29-7B76-4B02-9533-FC131647034E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{697DEC29-7B76-4B02-9533-FC131647034E}.Release|Any CPU.Build.0 = Release|Any CPU
{697DEC29-7B76-4B02-9533-FC131647034E}.Release|x64.ActiveCfg = Release|Any CPU
{697DEC29-7B76-4B02-9533-FC131647034E}.Release|x64.Build.0 = Release|Any CPU
{697DEC29-7B76-4B02-9533-FC131647034E}.Release|x86.ActiveCfg = Release|Any CPU
{697DEC29-7B76-4B02-9533-FC131647034E}.Release|x86.Build.0 = Release|Any CPU
{1012D69F-4831-4009-9600-7D347334B9DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1012D69F-4831-4009-9600-7D347334B9DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1012D69F-4831-4009-9600-7D347334B9DD}.Debug|x64.ActiveCfg = Debug|Any CPU
{1012D69F-4831-4009-9600-7D347334B9DD}.Debug|x64.Build.0 = Debug|Any CPU
{1012D69F-4831-4009-9600-7D347334B9DD}.Debug|x86.ActiveCfg = Debug|Any CPU
{1012D69F-4831-4009-9600-7D347334B9DD}.Debug|x86.Build.0 = Debug|Any CPU
{1012D69F-4831-4009-9600-7D347334B9DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1012D69F-4831-4009-9600-7D347334B9DD}.Release|Any CPU.Build.0 = Release|Any CPU
{1012D69F-4831-4009-9600-7D347334B9DD}.Release|x64.ActiveCfg = Release|Any CPU
{1012D69F-4831-4009-9600-7D347334B9DD}.Release|x64.Build.0 = Release|Any CPU
{1012D69F-4831-4009-9600-7D347334B9DD}.Release|x86.ActiveCfg = Release|Any CPU
{1012D69F-4831-4009-9600-7D347334B9DD}.Release|x86.Build.0 = Release|Any CPU
{E0455B9C-9EEF-421E-9658-4182574195CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0455B9C-9EEF-421E-9658-4182574195CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0455B9C-9EEF-421E-9658-4182574195CC}.Debug|x64.ActiveCfg = Debug|Any CPU
{E0455B9C-9EEF-421E-9658-4182574195CC}.Debug|x64.Build.0 = Debug|Any CPU
{E0455B9C-9EEF-421E-9658-4182574195CC}.Debug|x86.ActiveCfg = Debug|Any CPU
{E0455B9C-9EEF-421E-9658-4182574195CC}.Debug|x86.Build.0 = Debug|Any CPU
{E0455B9C-9EEF-421E-9658-4182574195CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0455B9C-9EEF-421E-9658-4182574195CC}.Release|Any CPU.Build.0 = Release|Any CPU
{E0455B9C-9EEF-421E-9658-4182574195CC}.Release|x64.ActiveCfg = Release|Any CPU
{E0455B9C-9EEF-421E-9658-4182574195CC}.Release|x64.Build.0 = Release|Any CPU
{E0455B9C-9EEF-421E-9658-4182574195CC}.Release|x86.ActiveCfg = Release|Any CPU
{E0455B9C-9EEF-421E-9658-4182574195CC}.Release|x86.Build.0 = Release|Any CPU
{51704BC7-BF0C-4403-950D-61BE77156F1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51704BC7-BF0C-4403-950D-61BE77156F1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51704BC7-BF0C-4403-950D-61BE77156F1C}.Debug|x64.ActiveCfg = Debug|Any CPU
{51704BC7-BF0C-4403-950D-61BE77156F1C}.Debug|x64.Build.0 = Debug|Any CPU
{51704BC7-BF0C-4403-950D-61BE77156F1C}.Debug|x86.ActiveCfg = Debug|Any CPU
{51704BC7-BF0C-4403-950D-61BE77156F1C}.Debug|x86.Build.0 = Debug|Any CPU
{51704BC7-BF0C-4403-950D-61BE77156F1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51704BC7-BF0C-4403-950D-61BE77156F1C}.Release|Any CPU.Build.0 = Release|Any CPU
{51704BC7-BF0C-4403-950D-61BE77156F1C}.Release|x64.ActiveCfg = Release|Any CPU
{51704BC7-BF0C-4403-950D-61BE77156F1C}.Release|x64.Build.0 = Release|Any CPU
{51704BC7-BF0C-4403-950D-61BE77156F1C}.Release|x86.ActiveCfg = Release|Any CPU
{51704BC7-BF0C-4403-950D-61BE77156F1C}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{697DEC29-7B76-4B02-9533-FC131647034E} = {D82C9880-2134-41A3-B428-24AC5318F17E}
{1012D69F-4831-4009-9600-7D347334B9DD} = {D82C9880-2134-41A3-B428-24AC5318F17E}
{E0455B9C-9EEF-421E-9658-4182574195CC} = {D82C9880-2134-41A3-B428-24AC5318F17E}
{51704BC7-BF0C-4403-950D-61BE77156F1C} = {D82C9880-2134-41A3-B428-24AC5318F17E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7F80634F-BE68-4D3F-AC1B-BCC9DB70251B}
EndGlobalSection
EndGlobal