-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLoggerLite.sln
89 lines (89 loc) · 5.89 KB
/
LoggerLite.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28714.193
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LoggerLite", "LoggerLite\LoggerLite.csproj", "{5E8C9006-06D0-45D5-9FEE-F32F9CA376C5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LoggerLite.xTest", "LoggerLite.xTest\LoggerLite.xTest.csproj", "{02F55669-31B5-4C10-AA27-FEB7C000007F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleLoggerTestHarness", "ConsoleLoggerTestHarness\ConsoleLoggerTestHarness.csproj", "{DC9DAD9C-86FA-4068-B135-3625D5594F56}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HtmlLoggerTestHarness", "HtmlLoggerTestHarness\HtmlLoggerTestHarness.csproj", "{4C454313-C86E-4E9D-8EB4-E8BABE251B75}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PassiveDebouncerTestHarness", "PassiveDebouncerTestHarness\PassiveDebouncerTestHarness.csproj", "{4D95B2D8-091A-46C4-B3DE-1D43322D2871}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ActiveDebouncerTestHarness", "ActiveDebouncerTestHarness\ActiveDebouncerTestHarness.csproj", "{5B01A458-C030-4A85-A323-A08E044BB8A1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Integration Tests", "Integration Tests", "{BFBFE8D0-5562-4F99-9B5B-CF86E37E8847}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Unit Tests", "Unit Tests", "{8F816E36-2E01-4D78-8B88-5513738740C1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JsonFileLoggerTestHarness", "JsonFileLoggerTestHarness\JsonFileLoggerTestHarness.csproj", "{8CFBAA84-51F6-49FE-A14F-000F8E78EB76}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IntegrationTests", "IntegrationTests\IntegrationTests.csproj", "{B5DCF2DD-F7A2-42BE-BF13-BDD0B01CC5BF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CEF75860-34EC-48E5-B56B-F035ECD137BA}"
ProjectSection(SolutionItems) = preProject
ConsoleExampleOutput.PNG = ConsoleExampleOutput.PNG
HtmlLoggerExampleOutput.PNG = HtmlLoggerExampleOutput.PNG
License.txt = License.txt
master-CI.yml = master-CI.yml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5E8C9006-06D0-45D5-9FEE-F32F9CA376C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E8C9006-06D0-45D5-9FEE-F32F9CA376C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E8C9006-06D0-45D5-9FEE-F32F9CA376C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E8C9006-06D0-45D5-9FEE-F32F9CA376C5}.Release|Any CPU.Build.0 = Release|Any CPU
{02F55669-31B5-4C10-AA27-FEB7C000007F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02F55669-31B5-4C10-AA27-FEB7C000007F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02F55669-31B5-4C10-AA27-FEB7C000007F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02F55669-31B5-4C10-AA27-FEB7C000007F}.Release|Any CPU.Build.0 = Release|Any CPU
{DC9DAD9C-86FA-4068-B135-3625D5594F56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC9DAD9C-86FA-4068-B135-3625D5594F56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC9DAD9C-86FA-4068-B135-3625D5594F56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC9DAD9C-86FA-4068-B135-3625D5594F56}.Release|Any CPU.Build.0 = Release|Any CPU
{4C454313-C86E-4E9D-8EB4-E8BABE251B75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C454313-C86E-4E9D-8EB4-E8BABE251B75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C454313-C86E-4E9D-8EB4-E8BABE251B75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C454313-C86E-4E9D-8EB4-E8BABE251B75}.Release|Any CPU.Build.0 = Release|Any CPU
{4D95B2D8-091A-46C4-B3DE-1D43322D2871}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D95B2D8-091A-46C4-B3DE-1D43322D2871}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D95B2D8-091A-46C4-B3DE-1D43322D2871}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D95B2D8-091A-46C4-B3DE-1D43322D2871}.Release|Any CPU.Build.0 = Release|Any CPU
{5B01A458-C030-4A85-A323-A08E044BB8A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B01A458-C030-4A85-A323-A08E044BB8A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B01A458-C030-4A85-A323-A08E044BB8A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B01A458-C030-4A85-A323-A08E044BB8A1}.Release|Any CPU.Build.0 = Release|Any CPU
{8CFBAA84-51F6-49FE-A14F-000F8E78EB76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CFBAA84-51F6-49FE-A14F-000F8E78EB76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CFBAA84-51F6-49FE-A14F-000F8E78EB76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CFBAA84-51F6-49FE-A14F-000F8E78EB76}.Release|Any CPU.Build.0 = Release|Any CPU
{B5DCF2DD-F7A2-42BE-BF13-BDD0B01CC5BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5DCF2DD-F7A2-42BE-BF13-BDD0B01CC5BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5DCF2DD-F7A2-42BE-BF13-BDD0B01CC5BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5DCF2DD-F7A2-42BE-BF13-BDD0B01CC5BF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{02F55669-31B5-4C10-AA27-FEB7C000007F} = {8F816E36-2E01-4D78-8B88-5513738740C1}
{DC9DAD9C-86FA-4068-B135-3625D5594F56} = {BFBFE8D0-5562-4F99-9B5B-CF86E37E8847}
{4C454313-C86E-4E9D-8EB4-E8BABE251B75} = {BFBFE8D0-5562-4F99-9B5B-CF86E37E8847}
{4D95B2D8-091A-46C4-B3DE-1D43322D2871} = {BFBFE8D0-5562-4F99-9B5B-CF86E37E8847}
{5B01A458-C030-4A85-A323-A08E044BB8A1} = {BFBFE8D0-5562-4F99-9B5B-CF86E37E8847}
{8CFBAA84-51F6-49FE-A14F-000F8E78EB76} = {BFBFE8D0-5562-4F99-9B5B-CF86E37E8847}
{B5DCF2DD-F7A2-42BE-BF13-BDD0B01CC5BF} = {BFBFE8D0-5562-4F99-9B5B-CF86E37E8847}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1DAFFE2D-569E-4C98-B8E7-EEF85C3F2961}
EndGlobalSection
EndGlobal