-
Notifications
You must be signed in to change notification settings - Fork 0
/
VtlSoftware.LoggingWithStringHandler.sln
42 lines (42 loc) · 2.34 KB
/
VtlSoftware.LoggingWithStringHandler.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33712.159
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VtlSoftware.LoggingConsoleApp", "VtlSoftware.LoggingConsoleApp\VtlSoftware.LoggingConsoleApp.csproj", "{CC2E9765-63FF-4788-ADD4-A4F71AE0373D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "general", "general", "{742E1A1A-3DDD-470E-BF78-76CD9C969A7D}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProofOfConceptApp", "ProofOfConceptApp\ProofOfConceptApp.csproj", "{A559D358-1B0D-42E4-89D5-52EC7A795CDF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VtlSoftware.Logging.Net6", "VtlSoftware.Logging.Net6\VtlSoftware.Logging.Net6.csproj", "{449FBA37-2BB2-4115-9455-9C290644436C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CC2E9765-63FF-4788-ADD4-A4F71AE0373D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC2E9765-63FF-4788-ADD4-A4F71AE0373D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC2E9765-63FF-4788-ADD4-A4F71AE0373D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC2E9765-63FF-4788-ADD4-A4F71AE0373D}.Release|Any CPU.Build.0 = Release|Any CPU
{A559D358-1B0D-42E4-89D5-52EC7A795CDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A559D358-1B0D-42E4-89D5-52EC7A795CDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A559D358-1B0D-42E4-89D5-52EC7A795CDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A559D358-1B0D-42E4-89D5-52EC7A795CDF}.Release|Any CPU.Build.0 = Release|Any CPU
{449FBA37-2BB2-4115-9455-9C290644436C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{449FBA37-2BB2-4115-9455-9C290644436C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{449FBA37-2BB2-4115-9455-9C290644436C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{449FBA37-2BB2-4115-9455-9C290644436C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5ED38F2B-9D02-42C1-9E1E-42A1A42756B7}
EndGlobalSection
EndGlobal