-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSimpleLog.sln
37 lines (37 loc) · 2.08 KB
/
SimpleLog.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleLog", "SimpleLog\SimpleLog.csproj", "{CD024044-2C9F-47D1-927C-3050BE2006CB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleLog.xUnitTests", "SimpleLog.xUnitTests\SimpleLog.xUnitTests.csproj", "{16ECC6C1-95D6-466E-B425-ED110687586E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleLog.Abstractions", "SimpleLog.Abstractions\SimpleLog.Abstractions.csproj", "{6A1B4998-4C03-4783-B612-7BC3030E673B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CD024044-2C9F-47D1-927C-3050BE2006CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD024044-2C9F-47D1-927C-3050BE2006CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD024044-2C9F-47D1-927C-3050BE2006CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD024044-2C9F-47D1-927C-3050BE2006CB}.Release|Any CPU.Build.0 = Release|Any CPU
{16ECC6C1-95D6-466E-B425-ED110687586E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16ECC6C1-95D6-466E-B425-ED110687586E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16ECC6C1-95D6-466E-B425-ED110687586E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16ECC6C1-95D6-466E-B425-ED110687586E}.Release|Any CPU.Build.0 = Release|Any CPU
{6A1B4998-4C03-4783-B612-7BC3030E673B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A1B4998-4C03-4783-B612-7BC3030E673B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A1B4998-4C03-4783-B612-7BC3030E673B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A1B4998-4C03-4783-B612-7BC3030E673B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CE754BCB-23AC-4B76-81FD-39A19EFDC1BB}
EndGlobalSection
EndGlobal