-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathReflectSoftware.Insight.Extensions.Log4Net 4.5.sln
53 lines (53 loc) · 2.81 KB
/
ReflectSoftware.Insight.Extensions.Log4Net 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReflectSoftware.Insight.Extensions.Log4net 4.5", "src\ReflectSoftware.Insight.Extensions.Log4net 4.5.csproj", "{2CFB2E87-1C47-4E78-ADDC-99F246471FC1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{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("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F4B1F5B9-2992-4AF1-B675-FDA0E1A1ACF5}"
ProjectSection(SolutionItems) = preProject
src\ReflectSoftware.Insight.Extensions.Log4net.nuspec = src\ReflectSoftware.Insight.Extensions.Log4net.nuspec
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sample", "Sample", "{243A6E95-6CA0-4A77-8324-66B9DE160466}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{4E25032C-D770-4050-948B-4083EF8BD1E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReflectInsight.Extensions.Log4net.Sample", "Sample\ReflectInsight.Extensions.Log4Net.Sample\ReflectInsight.Extensions.Log4net.Sample.csproj", "{DDCB1251-AC79-45B3-96E4-27B5B995B196}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2CFB2E87-1C47-4E78-ADDC-99F246471FC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CFB2E87-1C47-4E78-ADDC-99F246471FC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CFB2E87-1C47-4E78-ADDC-99F246471FC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CFB2E87-1C47-4E78-ADDC-99F246471FC1}.Release|Any CPU.Build.0 = Release|Any CPU
{DDCB1251-AC79-45B3-96E4-27B5B995B196}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDCB1251-AC79-45B3-96E4-27B5B995B196}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDCB1251-AC79-45B3-96E4-27B5B995B196}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDCB1251-AC79-45B3-96E4-27B5B995B196}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2CFB2E87-1C47-4E78-ADDC-99F246471FC1} = {4E25032C-D770-4050-948B-4083EF8BD1E1}
{F4B1F5B9-2992-4AF1-B675-FDA0E1A1ACF5} = {5083DB16-D99D-48E4-8B72-90F9AFD54F7C}
{DDCB1251-AC79-45B3-96E4-27B5B995B196} = {243A6E95-6CA0-4A77-8324-66B9DE160466}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2B090A81-0209-4592-9DC0-EB85A0A79D8B}
EndGlobalSection
EndGlobal