This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
serilog-web-classic-mvc.sln
46 lines (46 loc) · 2.37 KB
/
serilog-web-classic-mvc.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
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}") = "test", "test", "{7200D5BF-DCA7-417F-9778-94AAD8E48118}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C7074751-68E8-4C27-A8D0-A8EC67259F32}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SerilogWeb.Classic.Mvc", "src\SerilogWeb.Classic.Mvc\SerilogWeb.Classic.Mvc.csproj", "{DA75EBD3-B536-4BFA-B285-65A2A2E0FB6A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SerilogWeb.Classic.Mvc.Test", "test\SerilogWeb.Classic.Mvc.Test\SerilogWeb.Classic.Mvc.Test.csproj", "{CEC13A76-3C48-4F59-952B-721CC0302288}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{80ED734B-2733-4C74-A96E-7C20C60710D7}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
Build.ps1 = Build.ps1
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DA75EBD3-B536-4BFA-B285-65A2A2E0FB6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA75EBD3-B536-4BFA-B285-65A2A2E0FB6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA75EBD3-B536-4BFA-B285-65A2A2E0FB6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA75EBD3-B536-4BFA-B285-65A2A2E0FB6A}.Release|Any CPU.Build.0 = Release|Any CPU
{CEC13A76-3C48-4F59-952B-721CC0302288}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEC13A76-3C48-4F59-952B-721CC0302288}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEC13A76-3C48-4F59-952B-721CC0302288}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEC13A76-3C48-4F59-952B-721CC0302288}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DA75EBD3-B536-4BFA-B285-65A2A2E0FB6A} = {C7074751-68E8-4C27-A8D0-A8EC67259F32}
{CEC13A76-3C48-4F59-952B-721CC0302288} = {7200D5BF-DCA7-417F-9778-94AAD8E48118}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {936D4944-DDE6-4ED1-BC75-422B6674B242}
EndGlobalSection
EndGlobal