forked from DarekDan/NLog.Targets.HTTP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NLog.Targets.Http.sln
58 lines (58 loc) · 3.5 KB
/
NLog.Targets.Http.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
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLog.Targets.Http", "NLog.Targets.Http\NLog.Targets.Http.csproj", "{849E3E42-2824-482A-8A81-1315BB128514}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests-Coded", "UnitTests-Coded\UnitTests-Coded.csproj", "{FB7E1B2C-AB36-4A08-A1A9-4F156704BF4A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests-ConfigurationAndLayout", "UnitTests-ConfigurationAndLayout\UnitTests-ConfigurationAndLayout.csproj", "{01800BEB-E723-49C5-8DEF-05FAB90A6128}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FE630AC2-DD99-4812-B65A-CF9BBB956611}"
ProjectSection(SolutionItems) = preProject
build-nuget-packages.cmd = build-nuget-packages.cmd
build-nuget-packages.ps1 = build-nuget-packages.ps1
LICENSE = LICENSE
nlog-http.png = nlog-http.png
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLog.Target.Http.ProfilerShell", "NLog.Target.Http.ProfilerShell\NLog.Target.Http.ProfilerShell.csproj", "{37DCF74C-0CFE-417D-80FE-D1C40B56B3CF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests-Core", "UnitTests-Core\UnitTests-Core.csproj", "{0EC87A47-0FD8-48ED-BA35-3DC645AD3688}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{849E3E42-2824-482A-8A81-1315BB128514}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{849E3E42-2824-482A-8A81-1315BB128514}.Debug|Any CPU.Build.0 = Debug|Any CPU
{849E3E42-2824-482A-8A81-1315BB128514}.Release|Any CPU.ActiveCfg = Release|Any CPU
{849E3E42-2824-482A-8A81-1315BB128514}.Release|Any CPU.Build.0 = Release|Any CPU
{FB7E1B2C-AB36-4A08-A1A9-4F156704BF4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB7E1B2C-AB36-4A08-A1A9-4F156704BF4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB7E1B2C-AB36-4A08-A1A9-4F156704BF4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB7E1B2C-AB36-4A08-A1A9-4F156704BF4A}.Release|Any CPU.Build.0 = Release|Any CPU
{01800BEB-E723-49C5-8DEF-05FAB90A6128}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01800BEB-E723-49C5-8DEF-05FAB90A6128}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01800BEB-E723-49C5-8DEF-05FAB90A6128}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01800BEB-E723-49C5-8DEF-05FAB90A6128}.Release|Any CPU.Build.0 = Release|Any CPU
{37DCF74C-0CFE-417D-80FE-D1C40B56B3CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37DCF74C-0CFE-417D-80FE-D1C40B56B3CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37DCF74C-0CFE-417D-80FE-D1C40B56B3CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37DCF74C-0CFE-417D-80FE-D1C40B56B3CF}.Release|Any CPU.Build.0 = Release|Any CPU
{0EC87A47-0FD8-48ED-BA35-3DC645AD3688}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EC87A47-0FD8-48ED-BA35-3DC645AD3688}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EC87A47-0FD8-48ED-BA35-3DC645AD3688}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EC87A47-0FD8-48ED-BA35-3DC645AD3688}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0F9680CE-7AC5-40D1-9185-95618F4F8DB2}
EndGlobalSection
EndGlobal