-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathObvs.Logging.sln
More file actions
41 lines (41 loc) · 2.07 KB
/
Obvs.Logging.sln
File metadata and controls
41 lines (41 loc) · 2.07 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29411.108
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Obvs.Logging.NLog", "Obvs.Logging.NLog\Obvs.Logging.NLog.csproj", "{66CAB382-FF32-49DB-A103-3F6837B0FB0E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Obvs.Logging.Tests", "Obvs.Logging.Tests\Obvs.Logging.Tests.csproj", "{BC611C7A-C186-438D-92EB-488B607065B8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{CA58ABB1-E39F-433F-A5AE-DF61554A346A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{7A4E01EA-9B89-4CC0-9785-1E823B840EFB}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{66CAB382-FF32-49DB-A103-3F6837B0FB0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66CAB382-FF32-49DB-A103-3F6837B0FB0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66CAB382-FF32-49DB-A103-3F6837B0FB0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66CAB382-FF32-49DB-A103-3F6837B0FB0E}.Release|Any CPU.Build.0 = Release|Any CPU
{BC611C7A-C186-438D-92EB-488B607065B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC611C7A-C186-438D-92EB-488B607065B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC611C7A-C186-438D-92EB-488B607065B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC611C7A-C186-438D-92EB-488B607065B8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BC611C7A-C186-438D-92EB-488B607065B8} = {CA58ABB1-E39F-433F-A5AE-DF61554A346A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1A891E3F-2C47-4AEE-B7C1-2C9F94070DA3}
EndGlobalSection
EndGlobal