-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathserilog-settings-xml.sln
More file actions
47 lines (47 loc) · 2.38 KB
/
Copy pathserilog-settings-xml.sln
File metadata and controls
47 lines (47 loc) · 2.38 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
42
43
44
45
46
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{037440DE-440B-4129-9F7A-09B42D00397E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{E9D1B5E1-DEB9-4A04-8BAB-24EC7240ADAF}"
ProjectSection(SolutionItems) = preProject
Build.ps1 = Build.ps1
README.md = README.md
assets\Serilog.snk = assets\Serilog.snk
appveyor.yml = appveyor.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{7B927378-9F16-4F6F-B3F6-156395136646}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Settings.Xml", "src\Serilog.Settings.Xml\Serilog.Settings.Xml.csproj", "{747A1E15-ABD8-4CF9-BA11-2556FB06C59C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Settings.Xml.Tests", "test\Serilog.Settings.Xml.Tests\Serilog.Settings.Xml.Tests.csproj", "{3E92890F-E037-4668-A8C9-1F19B180BD4B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{747A1E15-ABD8-4CF9-BA11-2556FB06C59C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{747A1E15-ABD8-4CF9-BA11-2556FB06C59C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{747A1E15-ABD8-4CF9-BA11-2556FB06C59C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{747A1E15-ABD8-4CF9-BA11-2556FB06C59C}.Release|Any CPU.Build.0 = Release|Any CPU
{3E92890F-E037-4668-A8C9-1F19B180BD4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E92890F-E037-4668-A8C9-1F19B180BD4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E92890F-E037-4668-A8C9-1F19B180BD4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E92890F-E037-4668-A8C9-1F19B180BD4B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{747A1E15-ABD8-4CF9-BA11-2556FB06C59C} = {037440DE-440B-4129-9F7A-09B42D00397E}
{3E92890F-E037-4668-A8C9-1F19B180BD4B} = {7B927378-9F16-4F6F-B3F6-156395136646}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {74E8C860-69EB-4791-AFE3-C6CB038382A4}
EndGlobalSection
EndGlobal