-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLog73.sln
More file actions
49 lines (49 loc) · 3.11 KB
/
Log73.sln
File metadata and controls
49 lines (49 loc) · 3.11 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Log73", "src\Log73\Log73.csproj", "{13786234-F6AD-4E03-AB4B-A7574C869943}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Log73Testing", "src\Log73Testing\Log73Testing.csproj", "{5ACF4507-7554-475C-8A24-00224FCBC215}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Log73.Extensions.Logging", "src\Log73.Extensions.Logging\Log73.Extensions.Logging.csproj", "{5745AC84-04C3-47C1-B831-18F1876E4C64}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Log73.Extensions.NewtonsoftJson", "src\Log73.Extensions.NewtonsoftJson\Log73.Extensions.NewtonsoftJson.csproj", "{589B9050-6129-4E38-BC3D-42BB62AF0C15}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Log73.Extensions.YamlDotNet", "src\Log73.Extensions.YamlDotNet\Log73.Extensions.YamlDotNet.csproj", "{17C6117B-DFED-4619-B90E-7414A7EA6C30}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{13786234-F6AD-4E03-AB4B-A7574C869943}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13786234-F6AD-4E03-AB4B-A7574C869943}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13786234-F6AD-4E03-AB4B-A7574C869943}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13786234-F6AD-4E03-AB4B-A7574C869943}.Release|Any CPU.Build.0 = Release|Any CPU
{5ACF4507-7554-475C-8A24-00224FCBC215}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5ACF4507-7554-475C-8A24-00224FCBC215}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5ACF4507-7554-475C-8A24-00224FCBC215}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5ACF4507-7554-475C-8A24-00224FCBC215}.Release|Any CPU.Build.0 = Release|Any CPU
{5745AC84-04C3-47C1-B831-18F1876E4C64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5745AC84-04C3-47C1-B831-18F1876E4C64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5745AC84-04C3-47C1-B831-18F1876E4C64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5745AC84-04C3-47C1-B831-18F1876E4C64}.Release|Any CPU.Build.0 = Release|Any CPU
{589B9050-6129-4E38-BC3D-42BB62AF0C15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{589B9050-6129-4E38-BC3D-42BB62AF0C15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{589B9050-6129-4E38-BC3D-42BB62AF0C15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{589B9050-6129-4E38-BC3D-42BB62AF0C15}.Release|Any CPU.Build.0 = Release|Any CPU
{17C6117B-DFED-4619-B90E-7414A7EA6C30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17C6117B-DFED-4619-B90E-7414A7EA6C30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17C6117B-DFED-4619-B90E-7414A7EA6C30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17C6117B-DFED-4619-B90E-7414A7EA6C30}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FC290B54-89ED-4EAC-8639-D230D5AAD49E}
EndGlobalSection
EndGlobal