-
Notifications
You must be signed in to change notification settings - Fork 2
/
reflectInsight.extensions.logging.core.sln
45 lines (45 loc) · 2.49 KB
/
reflectInsight.extensions.logging.core.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "01. ReflectInsight.Extensions.Logging", "01. ReflectInsight.Extensions.Logging", "{BFA64C32-4422-4AF9-8ECF-D2ECF2E0230B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00. Solution Items", "00. Solution Items", "{D94023CF-59CC-4D69-B30B-991C7D52F49A}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
src\ReflectSoftware.licenseheader = src\ReflectSoftware.licenseheader
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "reflectInsight.extensions.logging.core", "src\reflectInsight.extensions.logging.core\reflectInsight.extensions.logging.core.csproj", "{B75D093D-3976-4B05-8611-BA9200C9A82F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "02. Test Harness", "02. Test Harness", "{5A82CA0A-54C2-4D1B-805F-E5784922AAA4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebTestHarness", "src\WebTestHarness\WebTestHarness.csproj", "{0A7A41E6-831F-408E-B6C4-97566FABB45A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B75D093D-3976-4B05-8611-BA9200C9A82F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B75D093D-3976-4B05-8611-BA9200C9A82F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B75D093D-3976-4B05-8611-BA9200C9A82F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B75D093D-3976-4B05-8611-BA9200C9A82F}.Release|Any CPU.Build.0 = Release|Any CPU
{0A7A41E6-831F-408E-B6C4-97566FABB45A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A7A41E6-831F-408E-B6C4-97566FABB45A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A7A41E6-831F-408E-B6C4-97566FABB45A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A7A41E6-831F-408E-B6C4-97566FABB45A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B75D093D-3976-4B05-8611-BA9200C9A82F} = {BFA64C32-4422-4AF9-8ECF-D2ECF2E0230B}
{0A7A41E6-831F-408E-B6C4-97566FABB45A} = {5A82CA0A-54C2-4D1B-805F-E5784922AAA4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0DD14300-E114-4CA6-A2E3-2A9775B282DF}
EndGlobalSection
EndGlobal