-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPlainLogsToDbConverter.sln
60 lines (60 loc) · 4.1 KB
/
PlainLogsToDbConverter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlainLogsToDbConverter.Console", "PlainLogsToDbConverter.Console\PlainLogsToDbConverter.Console.csproj", "{A9131C85-7898-4C97-8FCC-C2BE35DEC80B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlainLogsToDbConverter.SqlLogger", "PlainLogsToDbConverter.SqlLogger\PlainLogsToDbConverter.SqlLogger.csproj", "{89F51F50-216C-4761-A307-488D22F7D24F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlainLogsToDbConverter.SqlLogger.Interfaces", "PlainLogsToDbConverter.SqlLogger.Interfaces\PlainLogsToDbConverter.SqlLogger.Interfaces.csproj", "{0ACD7ABF-B1EF-4593-ADB4-1F14BD82EE95}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlainLogsToDbConverter.Processing", "PlainLogsToDbConverter.Processing\PlainLogsToDbConverter.Processing.csproj", "{5D1AD333-3B4D-4AF2-9C22-CD7266244363}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlainLogsToDbConverter.Configuration.Interfaces", "PlainLogsToDbConverter.Configuration.Interfaces\PlainLogsToDbConverter.Configuration.Interfaces.csproj", "{86ABCEE9-40DC-4159-B19B-F8A781EF0557}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{A13DD893-D1A8-448F-BB1B-0506B45DA72E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "log-patterns-and-templates-sample", "log-patterns-and-templates-sample", "{FD3F0B4D-CE66-47EF-907B-1F658D6BE569}"
ProjectSection(SolutionItems) = preProject
Samples\log-patterns-and-templates-sample\sample-logs.txt = Samples\log-patterns-and-templates-sample\sample-logs.txt
Samples\log-patterns-and-templates-sample\log-conversion-config.json = Samples\log-patterns-and-templates-sample\log-conversion-config.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A9131C85-7898-4C97-8FCC-C2BE35DEC80B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9131C85-7898-4C97-8FCC-C2BE35DEC80B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9131C85-7898-4C97-8FCC-C2BE35DEC80B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9131C85-7898-4C97-8FCC-C2BE35DEC80B}.Release|Any CPU.Build.0 = Release|Any CPU
{89F51F50-216C-4761-A307-488D22F7D24F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89F51F50-216C-4761-A307-488D22F7D24F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89F51F50-216C-4761-A307-488D22F7D24F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89F51F50-216C-4761-A307-488D22F7D24F}.Release|Any CPU.Build.0 = Release|Any CPU
{0ACD7ABF-B1EF-4593-ADB4-1F14BD82EE95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0ACD7ABF-B1EF-4593-ADB4-1F14BD82EE95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0ACD7ABF-B1EF-4593-ADB4-1F14BD82EE95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0ACD7ABF-B1EF-4593-ADB4-1F14BD82EE95}.Release|Any CPU.Build.0 = Release|Any CPU
{5D1AD333-3B4D-4AF2-9C22-CD7266244363}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D1AD333-3B4D-4AF2-9C22-CD7266244363}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D1AD333-3B4D-4AF2-9C22-CD7266244363}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D1AD333-3B4D-4AF2-9C22-CD7266244363}.Release|Any CPU.Build.0 = Release|Any CPU
{86ABCEE9-40DC-4159-B19B-F8A781EF0557}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86ABCEE9-40DC-4159-B19B-F8A781EF0557}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86ABCEE9-40DC-4159-B19B-F8A781EF0557}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86ABCEE9-40DC-4159-B19B-F8A781EF0557}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FD3F0B4D-CE66-47EF-907B-1F658D6BE569} = {A13DD893-D1A8-448F-BB1B-0506B45DA72E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F0BE3EE4-D6CD-4DE8-8DE4-20F80B7651B1}
EndGlobalSection
EndGlobal