-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFancyLogger.sln
63 lines (63 loc) · 3.82 KB
/
FancyLogger.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B3CB7FFF-DA61-4C15-865B-ED4F3519C3C9}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
TheXamarinFiles\The-Xamarin-Files.png = TheXamarinFiles\The-Xamarin-Files.png
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FancyLogger", "FancyLogger\FancyLogger.csproj", "{3D760A29-5B04-4F0C-8EB2-BEAC362EBF89}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FancyLogger.Tests.Smoke.Local", "FancyLogger.Tests.Smoke.Local\FancyLogger.Tests.Smoke.Local.csproj", "{3815E5C7-6DB3-4C50-8335-74B9A7A0ADAF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FancyLogger.Tests.Smoke.NuGet", "FancyLogger.Tests.Smoke.NuGet\FancyLogger.Tests.Smoke.NuGet.csproj", "{BB3FD88D-2342-497C-948B-59C29BA1A33B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Testing", "Testing", "{0D47FB16-287A-4E8B-9825-AB757B580921}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Extensions", "Extensions", "{30F264A3-DFDE-45B9-B258-7543EA40CB86}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "FancyLogger.Extensions", "FancyLogger.Extensions\FancyLogger.Extensions.shproj", "{D5C6C37B-DFB7-4237-90EE-BC1F7EC75C22}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Library", "Library", "{A7DAEEE8-A8DB-4F85-99C1-3924969D5866}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3D760A29-5B04-4F0C-8EB2-BEAC362EBF89}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{3D760A29-5B04-4F0C-8EB2-BEAC362EBF89}.Debug|Any CPU.Build.0 = Release|Any CPU
{3D760A29-5B04-4F0C-8EB2-BEAC362EBF89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D760A29-5B04-4F0C-8EB2-BEAC362EBF89}.Release|Any CPU.Build.0 = Release|Any CPU
{3815E5C7-6DB3-4C50-8335-74B9A7A0ADAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3815E5C7-6DB3-4C50-8335-74B9A7A0ADAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3815E5C7-6DB3-4C50-8335-74B9A7A0ADAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3815E5C7-6DB3-4C50-8335-74B9A7A0ADAF}.Release|Any CPU.Build.0 = Release|Any CPU
{BB3FD88D-2342-497C-948B-59C29BA1A33B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB3FD88D-2342-497C-948B-59C29BA1A33B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB3FD88D-2342-497C-948B-59C29BA1A33B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB3FD88D-2342-497C-948B-59C29BA1A33B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3D760A29-5B04-4F0C-8EB2-BEAC362EBF89} = {A7DAEEE8-A8DB-4F85-99C1-3924969D5866}
{3815E5C7-6DB3-4C50-8335-74B9A7A0ADAF} = {0D47FB16-287A-4E8B-9825-AB757B580921}
{BB3FD88D-2342-497C-948B-59C29BA1A33B} = {0D47FB16-287A-4E8B-9825-AB757B580921}
{D5C6C37B-DFB7-4237-90EE-BC1F7EC75C22} = {30F264A3-DFDE-45B9-B258-7543EA40CB86}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A37E6E0F-1FA0-41CD-B115-00A3294D3463}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
FancyLogger.Extensions\FancyLogger.Extensions.projitems*{3815e5c7-6db3-4c50-8335-74b9a7a0adaf}*SharedItemsImports = 5
FancyLogger.Extensions\FancyLogger.Extensions.projitems*{bb3fd88d-2342-497c-948b-59c29ba1a33b}*SharedItemsImports = 5
FancyLogger.Extensions\FancyLogger.Extensions.projitems*{d5c6c37b-dfb7-4237-90ee-bc1f7ec75c22}*SharedItemsImports = 13
EndGlobalSection
EndGlobal