-
Notifications
You must be signed in to change notification settings - Fork 0
/
NLog.RestTarget.sln
43 lines (43 loc) · 2.43 KB
/
NLog.RestTarget.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLog.RestTarget", "NLog.RestTarget\NLog.RestTarget.csproj", "{DD0DF35A-4A4F-4C2B-B20F-7E00DEADFC11}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{7EB1DF43-6BB8-4270-9FF0-893FF0AE4F00}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLog.Console", "examples\NLog.Console\NLog.Console.csproj", "{25955EE1-FA3A-439D-9903-27230148967A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLog.RestApiTargetServer", "examples\NLog.RestApiTargetServer\NLog.RestApiTargetServer.csproj", "{AF926718-1DED-44F8-AF0D-59CBA959027A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DD0DF35A-4A4F-4C2B-B20F-7E00DEADFC11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD0DF35A-4A4F-4C2B-B20F-7E00DEADFC11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD0DF35A-4A4F-4C2B-B20F-7E00DEADFC11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD0DF35A-4A4F-4C2B-B20F-7E00DEADFC11}.Release|Any CPU.Build.0 = Release|Any CPU
{25955EE1-FA3A-439D-9903-27230148967A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25955EE1-FA3A-439D-9903-27230148967A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25955EE1-FA3A-439D-9903-27230148967A}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{25955EE1-FA3A-439D-9903-27230148967A}.Release|Any CPU.Build.0 = Debug|Any CPU
{AF926718-1DED-44F8-AF0D-59CBA959027A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF926718-1DED-44F8-AF0D-59CBA959027A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF926718-1DED-44F8-AF0D-59CBA959027A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF926718-1DED-44F8-AF0D-59CBA959027A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{25955EE1-FA3A-439D-9903-27230148967A} = {7EB1DF43-6BB8-4270-9FF0-893FF0AE4F00}
{AF926718-1DED-44F8-AF0D-59CBA959027A} = {7EB1DF43-6BB8-4270-9FF0-893FF0AE4F00}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3991270F-42EA-41FF-8545-17FEFC1C3729}
EndGlobalSection
EndGlobal