-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJ4JLogging.sln
55 lines (55 loc) · 3.41 KB
/
J4JLogging.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "J4JLogging", "J4JLogging\J4JLogging.csproj", "{7D5D621A-4A53-4E2B-8620-F90C3CCBE54B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{39A87B0A-7DBC-4F49-B619-6E9D8A6CE3F4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleFileExample", "examples\SimpleFileExample\SimpleFileExample.csproj", "{AEF43022-2DBC-4888-94D0-7C4A345CD147}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "J4JLoggingTests", "J4JLoggingTests\J4JLoggingTests.csproj", "{E724D950-8108-4B98-8063-1C30CEEDE432}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "J4JLoggingTwilio", "J4JLoggingTwilio\J4JLoggingTwilio.csproj", "{C21270BA-083B-4054-8143-8FA17520D918}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConfigurationBasedExample", "examples\ConfigurationBasedExample\ConfigurationBasedExample.csproj", "{1180D07F-EC2A-406A-B8E2-A76D67F5B0F3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7D5D621A-4A53-4E2B-8620-F90C3CCBE54B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D5D621A-4A53-4E2B-8620-F90C3CCBE54B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D5D621A-4A53-4E2B-8620-F90C3CCBE54B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D5D621A-4A53-4E2B-8620-F90C3CCBE54B}.Release|Any CPU.Build.0 = Release|Any CPU
{AEF43022-2DBC-4888-94D0-7C4A345CD147}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AEF43022-2DBC-4888-94D0-7C4A345CD147}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AEF43022-2DBC-4888-94D0-7C4A345CD147}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AEF43022-2DBC-4888-94D0-7C4A345CD147}.Release|Any CPU.Build.0 = Release|Any CPU
{E724D950-8108-4B98-8063-1C30CEEDE432}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E724D950-8108-4B98-8063-1C30CEEDE432}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E724D950-8108-4B98-8063-1C30CEEDE432}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E724D950-8108-4B98-8063-1C30CEEDE432}.Release|Any CPU.Build.0 = Release|Any CPU
{C21270BA-083B-4054-8143-8FA17520D918}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C21270BA-083B-4054-8143-8FA17520D918}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C21270BA-083B-4054-8143-8FA17520D918}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C21270BA-083B-4054-8143-8FA17520D918}.Release|Any CPU.Build.0 = Release|Any CPU
{1180D07F-EC2A-406A-B8E2-A76D67F5B0F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1180D07F-EC2A-406A-B8E2-A76D67F5B0F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1180D07F-EC2A-406A-B8E2-A76D67F5B0F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1180D07F-EC2A-406A-B8E2-A76D67F5B0F3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AEF43022-2DBC-4888-94D0-7C4A345CD147} = {39A87B0A-7DBC-4F49-B619-6E9D8A6CE3F4}
{1180D07F-EC2A-406A-B8E2-A76D67F5B0F3} = {39A87B0A-7DBC-4F49-B619-6E9D8A6CE3F4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {747AE797-C094-4597-9FA9-0DAD20A77C44}
EndGlobalSection
EndGlobal