-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReflectSoftware.Insight.Extensions.NLog 4.5.sln
53 lines (53 loc) · 2.79 KB
/
ReflectSoftware.Insight.Extensions.NLog 4.5.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assests", "assests", "{5083DB16-D99D-48E4-8B72-90F9AFD54F7C}"
ProjectSection(SolutionItems) = preProject
Build.ps1 = Build.ps1
CHANGES.md = CHANGES.md
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReflectSoftware.Insight.Extensions.NLog 4.5", "src\ReflectSoftware.Insight.Extensions.NLog 4.5.csproj", "{2955A8B1-7872-4D04-8C11-5B95214BFAC0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{090EFB50-1C65-4644-8275-D2E9C4E463BE}"
ProjectSection(SolutionItems) = preProject
src\ReflectSoftware.Insight.Extensions.NLog.nuspec = src\ReflectSoftware.Insight.Extensions.NLog.nuspec
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sample", "Sample", "{6EFFA1B1-A77F-4FC7-B929-C6334E957132}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{ECBA0108-C303-4346-8330-B8931FFF0255}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReflectInsight.Extensions.NLog.Sample", "Sample\ReflectInsight.Extensions.NLlog.Sample\ReflectInsight.Extensions.NLog.Sample.csproj", "{BE9BC0D1-B2C8-4EC9-8CAC-CB0557DBD008}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2955A8B1-7872-4D04-8C11-5B95214BFAC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2955A8B1-7872-4D04-8C11-5B95214BFAC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2955A8B1-7872-4D04-8C11-5B95214BFAC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2955A8B1-7872-4D04-8C11-5B95214BFAC0}.Release|Any CPU.Build.0 = Release|Any CPU
{BE9BC0D1-B2C8-4EC9-8CAC-CB0557DBD008}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE9BC0D1-B2C8-4EC9-8CAC-CB0557DBD008}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE9BC0D1-B2C8-4EC9-8CAC-CB0557DBD008}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE9BC0D1-B2C8-4EC9-8CAC-CB0557DBD008}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2955A8B1-7872-4D04-8C11-5B95214BFAC0} = {ECBA0108-C303-4346-8330-B8931FFF0255}
{090EFB50-1C65-4644-8275-D2E9C4E463BE} = {5083DB16-D99D-48E4-8B72-90F9AFD54F7C}
{BE9BC0D1-B2C8-4EC9-8CAC-CB0557DBD008} = {6EFFA1B1-A77F-4FC7-B929-C6334E957132}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BD3214D7-2C8E-41B3-90AE-64440074DCA3}
EndGlobalSection
EndGlobal