-
Notifications
You must be signed in to change notification settings - Fork 1
/
NLog.Wcf.sln
37 lines (37 loc) · 1.82 KB
/
NLog.Wcf.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32407.337
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLog.Wcf", "src\NLog.Wcf\NLog.Wcf.csproj", "{077E0C70-430D-42F7-AE11-67D2DE888227}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLog.Wcf.Tests", "tests\NLog.Wcf.Tests\NLog.Wcf.Tests.csproj", "{632C3685-D2AA-4567-949B-A0A1BB88C8BB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{075058A8-80FF-4E3E-BDEF-4622F79DB6E4}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{077E0C70-430D-42F7-AE11-67D2DE888227}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{077E0C70-430D-42F7-AE11-67D2DE888227}.Debug|Any CPU.Build.0 = Debug|Any CPU
{077E0C70-430D-42F7-AE11-67D2DE888227}.Release|Any CPU.ActiveCfg = Release|Any CPU
{077E0C70-430D-42F7-AE11-67D2DE888227}.Release|Any CPU.Build.0 = Release|Any CPU
{632C3685-D2AA-4567-949B-A0A1BB88C8BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{632C3685-D2AA-4567-949B-A0A1BB88C8BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{632C3685-D2AA-4567-949B-A0A1BB88C8BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{632C3685-D2AA-4567-949B-A0A1BB88C8BB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F1766FF1-8F62-446E-A674-0CCD45AFF7C7}
EndGlobalSection
EndGlobal