-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtRD.Library.Logging.sln
86 lines (86 loc) · 5.41 KB
/
tRD.Library.Logging.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{AE1C9820-5962-42AC-BD24-0E5767CDCE2E}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "theRightDirection.Library.Logging", "theRightDirection.Library.Logging\theRightDirection.Library.Logging.csproj", "{302E3909-04AF-4064-A533-6FAA5E6593CF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "theRightDirection.Library.Logging.UnitTests", "theRightDirection.Library.Logging.UnitTests\theRightDirection.Library.Logging.UnitTests.csproj", "{A73CBD74-97DD-4165-B873-4EC37FDB94D9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "theRightDirection.Library.Logging.UWP", "theRightDirection.Library.Logging.UWP\theRightDirection.Library.Logging.UWP.csproj", "{51B192EF-003C-4536-972C-9D316B98CE5E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{302E3909-04AF-4064-A533-6FAA5E6593CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{302E3909-04AF-4064-A533-6FAA5E6593CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{302E3909-04AF-4064-A533-6FAA5E6593CF}.Debug|ARM.ActiveCfg = Debug|Any CPU
{302E3909-04AF-4064-A533-6FAA5E6593CF}.Debug|ARM.Build.0 = Debug|Any CPU
{302E3909-04AF-4064-A533-6FAA5E6593CF}.Debug|x64.ActiveCfg = Debug|Any CPU
{302E3909-04AF-4064-A533-6FAA5E6593CF}.Debug|x64.Build.0 = Debug|Any CPU
{302E3909-04AF-4064-A533-6FAA5E6593CF}.Debug|x86.ActiveCfg = Debug|Any CPU
{302E3909-04AF-4064-A533-6FAA5E6593CF}.Debug|x86.Build.0 = Debug|Any CPU
{302E3909-04AF-4064-A533-6FAA5E6593CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{302E3909-04AF-4064-A533-6FAA5E6593CF}.Release|Any CPU.Build.0 = Release|Any CPU
{302E3909-04AF-4064-A533-6FAA5E6593CF}.Release|ARM.ActiveCfg = Release|Any CPU
{302E3909-04AF-4064-A533-6FAA5E6593CF}.Release|ARM.Build.0 = Release|Any CPU
{302E3909-04AF-4064-A533-6FAA5E6593CF}.Release|x64.ActiveCfg = Release|Any CPU
{302E3909-04AF-4064-A533-6FAA5E6593CF}.Release|x64.Build.0 = Release|Any CPU
{302E3909-04AF-4064-A533-6FAA5E6593CF}.Release|x86.ActiveCfg = Release|Any CPU
{302E3909-04AF-4064-A533-6FAA5E6593CF}.Release|x86.Build.0 = Release|Any CPU
{A73CBD74-97DD-4165-B873-4EC37FDB94D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A73CBD74-97DD-4165-B873-4EC37FDB94D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A73CBD74-97DD-4165-B873-4EC37FDB94D9}.Debug|ARM.ActiveCfg = Debug|Any CPU
{A73CBD74-97DD-4165-B873-4EC37FDB94D9}.Debug|ARM.Build.0 = Debug|Any CPU
{A73CBD74-97DD-4165-B873-4EC37FDB94D9}.Debug|x64.ActiveCfg = Debug|Any CPU
{A73CBD74-97DD-4165-B873-4EC37FDB94D9}.Debug|x64.Build.0 = Debug|Any CPU
{A73CBD74-97DD-4165-B873-4EC37FDB94D9}.Debug|x86.ActiveCfg = Debug|Any CPU
{A73CBD74-97DD-4165-B873-4EC37FDB94D9}.Debug|x86.Build.0 = Debug|Any CPU
{A73CBD74-97DD-4165-B873-4EC37FDB94D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A73CBD74-97DD-4165-B873-4EC37FDB94D9}.Release|Any CPU.Build.0 = Release|Any CPU
{A73CBD74-97DD-4165-B873-4EC37FDB94D9}.Release|ARM.ActiveCfg = Release|Any CPU
{A73CBD74-97DD-4165-B873-4EC37FDB94D9}.Release|ARM.Build.0 = Release|Any CPU
{A73CBD74-97DD-4165-B873-4EC37FDB94D9}.Release|x64.ActiveCfg = Release|Any CPU
{A73CBD74-97DD-4165-B873-4EC37FDB94D9}.Release|x64.Build.0 = Release|Any CPU
{A73CBD74-97DD-4165-B873-4EC37FDB94D9}.Release|x86.ActiveCfg = Release|Any CPU
{A73CBD74-97DD-4165-B873-4EC37FDB94D9}.Release|x86.Build.0 = Release|Any CPU
{51B192EF-003C-4536-972C-9D316B98CE5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51B192EF-003C-4536-972C-9D316B98CE5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51B192EF-003C-4536-972C-9D316B98CE5E}.Debug|ARM.ActiveCfg = Debug|ARM
{51B192EF-003C-4536-972C-9D316B98CE5E}.Debug|ARM.Build.0 = Debug|ARM
{51B192EF-003C-4536-972C-9D316B98CE5E}.Debug|x64.ActiveCfg = Debug|x64
{51B192EF-003C-4536-972C-9D316B98CE5E}.Debug|x64.Build.0 = Debug|x64
{51B192EF-003C-4536-972C-9D316B98CE5E}.Debug|x86.ActiveCfg = Debug|x86
{51B192EF-003C-4536-972C-9D316B98CE5E}.Debug|x86.Build.0 = Debug|x86
{51B192EF-003C-4536-972C-9D316B98CE5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51B192EF-003C-4536-972C-9D316B98CE5E}.Release|Any CPU.Build.0 = Release|Any CPU
{51B192EF-003C-4536-972C-9D316B98CE5E}.Release|ARM.ActiveCfg = Release|ARM
{51B192EF-003C-4536-972C-9D316B98CE5E}.Release|ARM.Build.0 = Release|ARM
{51B192EF-003C-4536-972C-9D316B98CE5E}.Release|x64.ActiveCfg = Release|x64
{51B192EF-003C-4536-972C-9D316B98CE5E}.Release|x64.Build.0 = Release|x64
{51B192EF-003C-4536-972C-9D316B98CE5E}.Release|x86.ActiveCfg = Release|x86
{51B192EF-003C-4536-972C-9D316B98CE5E}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FCF4E22B-5D05-4F04-A78A-0716D07341BF}
EndGlobalSection
EndGlobal