-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLayeredCraft.StructuredLogging.sln
More file actions
51 lines (51 loc) · 2.72 KB
/
Copy pathLayeredCraft.StructuredLogging.sln
File metadata and controls
51 lines (51 loc) · 2.72 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
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{1BF6691E-696C-42E0-B42C-C7274F1234A4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{6FFCCE67-D59F-4089-B3EE-822E5CDD0253}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LayeredCraft.StructuredLogging.Tests", "test\LayeredCraft.StructuredLogging.Tests\LayeredCraft.StructuredLogging.Tests.csproj", "{378ED5C6-96C6-418F-860E-CF48A53E20FD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LayeredCraft.StructuredLogging", "src\LayeredCraft.StructuredLogging\LayeredCraft.StructuredLogging.csproj", "{236B0640-4113-4D3F-AF03-D3EBAE3ABA96}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "git", "git", "{86A57C7D-5E4C-4472-9937-CEB5506632E1}"
ProjectSection(SolutionItems) = preProject
.github\dependabot.yml = .github\dependabot.yml
.github\workflows\build.yaml = .github\workflows\build.yaml
.github\workflows\pr-build.yaml = .github\workflows\pr-build.yaml
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CC807B14-C3E2-4149-87CE-680148C97D15}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{378ED5C6-96C6-418F-860E-CF48A53E20FD} = {6FFCCE67-D59F-4089-B3EE-822E5CDD0253}
{236B0640-4113-4D3F-AF03-D3EBAE3ABA96} = {1BF6691E-696C-42E0-B42C-C7274F1234A4}
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{378ED5C6-96C6-418F-860E-CF48A53E20FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{378ED5C6-96C6-418F-860E-CF48A53E20FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{378ED5C6-96C6-418F-860E-CF48A53E20FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{378ED5C6-96C6-418F-860E-CF48A53E20FD}.Release|Any CPU.Build.0 = Release|Any CPU
{236B0640-4113-4D3F-AF03-D3EBAE3ABA96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{236B0640-4113-4D3F-AF03-D3EBAE3ABA96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{236B0640-4113-4D3F-AF03-D3EBAE3ABA96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{236B0640-4113-4D3F-AF03-D3EBAE3ABA96}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal