-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDigipolis.Serilog.sln
45 lines (45 loc) · 2.35 KB
/
Digipolis.Serilog.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0869A6B7-8248-9102-BC06-E9F7DC3D142B}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
nuget.config = nuget.config
README.md = README.md
EndProjectSection
ProjectSection(FolderGlobals) = preProject
global_1json__JSONSchema = http://json.schemastore.org/global
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{077A8D89-1287-8313-B035-36740EA93C0E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{6F04A96A-0335-EC81-7780-AF7DFE9931A9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Digipolis.Serilog", "src\Digipolis.Serilog\Digipolis.Serilog.csproj", "{813D15A7-2FA8-B758-6149-8C4BEE7703C1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Digipolis.Serilog.UnitTests", "test\Digipolis.Serilog.UnitTests\Digipolis.Serilog.UnitTests.csproj", "{FB3C1015-9836-14BF-90A8-16E34196E564}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{813D15A7-2FA8-B758-6149-8C4BEE7703C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{813D15A7-2FA8-B758-6149-8C4BEE7703C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{813D15A7-2FA8-B758-6149-8C4BEE7703C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{813D15A7-2FA8-B758-6149-8C4BEE7703C1}.Release|Any CPU.Build.0 = Release|Any CPU
{FB3C1015-9836-14BF-90A8-16E34196E564}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB3C1015-9836-14BF-90A8-16E34196E564}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB3C1015-9836-14BF-90A8-16E34196E564}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB3C1015-9836-14BF-90A8-16E34196E564}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{813D15A7-2FA8-B758-6149-8C4BEE7703C1} = {077A8D89-1287-8313-B035-36740EA93C0E}
{FB3C1015-9836-14BF-90A8-16E34196E564} = {6F04A96A-0335-EC81-7780-AF7DFE9931A9}
EndGlobalSection
EndGlobal