-
Notifications
You must be signed in to change notification settings - Fork 0
/
Atc.LogViewer.sln
72 lines (72 loc) · 4.38 KB
/
Atc.LogViewer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34607.119
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Atc.LogViewer.Wpf.App", "src\Atc.LogViewer.Wpf.App\Atc.LogViewer.Wpf.App.csproj", "{EFE31FB9-AC62-4F0A-99C5-E5488D535CE6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{766854EC-F701-4665-BCB1-28A1407B555C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{A036BC7D-1B2A-45A2-AB65-1290B0217301}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{7B4313B5-B5D9-4A7F-85F0-E8E4D4FEE02F}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Atc.LogCollector", "src\Atc.LogCollector\Atc.LogCollector.csproj", "{E9D38F07-542C-4288-99E9-CAAE64E56CA6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Atc.LogAnalyzer", "src\Atc.LogAnalyzer\Atc.LogAnalyzer.csproj", "{1CB55D7B-A14F-4E3D-9029-41EDA48B1E5F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Atc.LogCollector.Tests", "test\Atc.LogCollector.Tests\Atc.LogCollector.Tests.csproj", "{F2DAEABA-84B0-442E-A3B1-30975161FDD7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Atc.LogAnalyzer.Tests", "test\Atc.LogAnalyzer.Tests\Atc.LogAnalyzer.Tests.csproj", "{098955E6-595F-4CC0-8036-D043980B18FE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample-data", "sample-data", "{7BCB3570-E693-4EAB-B21A-44CAF1EBF661}"
ProjectSection(SolutionItems) = preProject
sample-data\sample-log4net.log = sample-data\sample-log4net.log
sample-data\sample-nlog.log = sample-data\sample-nlog.log
sample-data\sample-serilog.log = sample-data\sample-serilog.log
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EFE31FB9-AC62-4F0A-99C5-E5488D535CE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EFE31FB9-AC62-4F0A-99C5-E5488D535CE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFE31FB9-AC62-4F0A-99C5-E5488D535CE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFE31FB9-AC62-4F0A-99C5-E5488D535CE6}.Release|Any CPU.Build.0 = Release|Any CPU
{E9D38F07-542C-4288-99E9-CAAE64E56CA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9D38F07-542C-4288-99E9-CAAE64E56CA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9D38F07-542C-4288-99E9-CAAE64E56CA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9D38F07-542C-4288-99E9-CAAE64E56CA6}.Release|Any CPU.Build.0 = Release|Any CPU
{1CB55D7B-A14F-4E3D-9029-41EDA48B1E5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CB55D7B-A14F-4E3D-9029-41EDA48B1E5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CB55D7B-A14F-4E3D-9029-41EDA48B1E5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CB55D7B-A14F-4E3D-9029-41EDA48B1E5F}.Release|Any CPU.Build.0 = Release|Any CPU
{F2DAEABA-84B0-442E-A3B1-30975161FDD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2DAEABA-84B0-442E-A3B1-30975161FDD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2DAEABA-84B0-442E-A3B1-30975161FDD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2DAEABA-84B0-442E-A3B1-30975161FDD7}.Release|Any CPU.Build.0 = Release|Any CPU
{098955E6-595F-4CC0-8036-D043980B18FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{098955E6-595F-4CC0-8036-D043980B18FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{098955E6-595F-4CC0-8036-D043980B18FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{098955E6-595F-4CC0-8036-D043980B18FE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EFE31FB9-AC62-4F0A-99C5-E5488D535CE6} = {766854EC-F701-4665-BCB1-28A1407B555C}
{E9D38F07-542C-4288-99E9-CAAE64E56CA6} = {766854EC-F701-4665-BCB1-28A1407B555C}
{1CB55D7B-A14F-4E3D-9029-41EDA48B1E5F} = {766854EC-F701-4665-BCB1-28A1407B555C}
{F2DAEABA-84B0-442E-A3B1-30975161FDD7} = {A036BC7D-1B2A-45A2-AB65-1290B0217301}
{098955E6-595F-4CC0-8036-D043980B18FE} = {A036BC7D-1B2A-45A2-AB65-1290B0217301}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {10A3CC92-528C-4E94-AC84-74B5C0FF9E5D}
EndGlobalSection
EndGlobal