This repository was archived by the owner on Oct 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathserilog-web-classic-webapi.sln
47 lines (47 loc) · 2.41 KB
/
serilog-web-classic-webapi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{06F15C5E-4564-4257-9E40-C1FBD5A26CB8}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
Build.ps1 = Build.ps1
CHANGES.md = CHANGES.md
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SerilogWeb.Classic.WebApi", "src\SerilogWeb.Classic.WebApi\SerilogWeb.Classic.WebApi.csproj", "{A0C38DC7-1D9F-4D0C-8EFA-CEEE34FCA188}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SerilogWeb.Classic.WebApi.Test", "test\SerilogWeb.Classic.WebApi.Test\SerilogWeb.Classic.WebApi.Test.csproj", "{F6EA68EE-432C-414D-8451-67B274FEA5F3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{AF1B47E8-4D83-4DD6-8D10-69A791F886F0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{20BE9067-F8FD-47C3-9016-43A4690FA825}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A0C38DC7-1D9F-4D0C-8EFA-CEEE34FCA188}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0C38DC7-1D9F-4D0C-8EFA-CEEE34FCA188}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0C38DC7-1D9F-4D0C-8EFA-CEEE34FCA188}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0C38DC7-1D9F-4D0C-8EFA-CEEE34FCA188}.Release|Any CPU.Build.0 = Release|Any CPU
{F6EA68EE-432C-414D-8451-67B274FEA5F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6EA68EE-432C-414D-8451-67B274FEA5F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6EA68EE-432C-414D-8451-67B274FEA5F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6EA68EE-432C-414D-8451-67B274FEA5F3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A0C38DC7-1D9F-4D0C-8EFA-CEEE34FCA188} = {AF1B47E8-4D83-4DD6-8D10-69A791F886F0}
{F6EA68EE-432C-414D-8451-67B274FEA5F3} = {20BE9067-F8FD-47C3-9016-43A4690FA825}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CE15C6CE-BD16-4386-B728-F00B26AC6005}
EndGlobalSection
EndGlobal