-
Notifications
You must be signed in to change notification settings - Fork 2
/
ReflectInsight.Extensions.Logging.sln
56 lines (56 loc) · 3.19 KB
/
ReflectInsight.Extensions.Logging.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
47
48
49
50
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{BFA64C32-4422-4AF9-8ECF-D2ECF2E0230B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{D94023CF-59CC-4D69-B30B-991C7D52F49A}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
build.ps1 = build.ps1
LICENSE.txt = LICENSE.txt
README.md = README.md
header\ReflectSoftware.licenseheader = header\ReflectSoftware.licenseheader
header\VersionInfo.cs = header\VersionInfo.cs
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sample", "Sample", "{0A6739C6-1BDC-4359-9339-CAA735531E0C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReflectInsight.Extensions.Logging", "src\ReflectInsight.Extensions.Logging\ReflectInsight.Extensions.Logging.csproj", "{E1B8B885-436F-480D-851A-C466E07DD6C8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Console.ReflectInsightSample", "samples\LoggingReflectInsight\Console.ReflectInsightSample\Console.ReflectInsightSample.csproj", "{77B97056-6AFC-4450-93AE-9DA1664C5FFB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi.ReflectInsightSample", "samples\LoggingReflectInsight\WebApi.ReflectInsightSample\WebApi.ReflectInsightSample.csproj", "{390BA242-1AE3-4E7B-9E55-21AE86E17458}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E1B8B885-436F-480D-851A-C466E07DD6C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1B8B885-436F-480D-851A-C466E07DD6C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1B8B885-436F-480D-851A-C466E07DD6C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1B8B885-436F-480D-851A-C466E07DD6C8}.Release|Any CPU.Build.0 = Release|Any CPU
{77B97056-6AFC-4450-93AE-9DA1664C5FFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77B97056-6AFC-4450-93AE-9DA1664C5FFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77B97056-6AFC-4450-93AE-9DA1664C5FFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77B97056-6AFC-4450-93AE-9DA1664C5FFB}.Release|Any CPU.Build.0 = Release|Any CPU
{390BA242-1AE3-4E7B-9E55-21AE86E17458}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{390BA242-1AE3-4E7B-9E55-21AE86E17458}.Debug|Any CPU.Build.0 = Debug|Any CPU
{390BA242-1AE3-4E7B-9E55-21AE86E17458}.Release|Any CPU.ActiveCfg = Release|Any CPU
{390BA242-1AE3-4E7B-9E55-21AE86E17458}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E1B8B885-436F-480D-851A-C466E07DD6C8} = {BFA64C32-4422-4AF9-8ECF-D2ECF2E0230B}
{77B97056-6AFC-4450-93AE-9DA1664C5FFB} = {0A6739C6-1BDC-4359-9339-CAA735531E0C}
{390BA242-1AE3-4E7B-9E55-21AE86E17458} = {0A6739C6-1BDC-4359-9339-CAA735531E0C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0DD14300-E114-4CA6-A2E3-2A9775B282DF}
EndGlobalSection
EndGlobal