-
Notifications
You must be signed in to change notification settings - Fork 0
/
SerilogTest.sln
37 lines (37 loc) · 2.01 KB
/
SerilogTest.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30611.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SerilogTest", "SerilogTest\SerilogTest.csproj", "{E0723D52-F29B-443B-B67C-6DF9ACDD05AC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Library", "Library\Library.csproj", "{D2A46FA0-FC25-40B7-AC1A-57FE3303EA91}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibrarySdk", "LibrarySdk\LibrarySdk.csproj", "{BCE2F531-AE55-4E53-9C42-B7EA11145CC7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E0723D52-F29B-443B-B67C-6DF9ACDD05AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0723D52-F29B-443B-B67C-6DF9ACDD05AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0723D52-F29B-443B-B67C-6DF9ACDD05AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0723D52-F29B-443B-B67C-6DF9ACDD05AC}.Release|Any CPU.Build.0 = Release|Any CPU
{D2A46FA0-FC25-40B7-AC1A-57FE3303EA91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2A46FA0-FC25-40B7-AC1A-57FE3303EA91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2A46FA0-FC25-40B7-AC1A-57FE3303EA91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2A46FA0-FC25-40B7-AC1A-57FE3303EA91}.Release|Any CPU.Build.0 = Release|Any CPU
{BCE2F531-AE55-4E53-9C42-B7EA11145CC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCE2F531-AE55-4E53-9C42-B7EA11145CC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCE2F531-AE55-4E53-9C42-B7EA11145CC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCE2F531-AE55-4E53-9C42-B7EA11145CC7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {35CA27E7-247E-4CDA-BB15-A97ABE23C39D}
EndGlobalSection
EndGlobal