forked from NLog/NLog.Elmah
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NLog.Elmah.sln
37 lines (37 loc) · 2.06 KB
/
NLog.Elmah.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.29001.49
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLog.Elmah", "NLog.Elmah\NLog.Elmah.csproj", "{AE2191A9-BFA1-414A-A5BC-4DECF236E1C6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLog.Elmah.Tests", "NLog.Elmah.Tests\NLog.Elmah.Tests.csproj", "{793C0518-52FC-4CDD-A6F2-6B04DA784EA6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLog.Elmah.Example", "NLog.Elmah.Example\NLog.Elmah.Example.csproj", "{A41F7452-BBC7-43A4-ADE1-E0439EF6B515}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AE2191A9-BFA1-414A-A5BC-4DECF236E1C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE2191A9-BFA1-414A-A5BC-4DECF236E1C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE2191A9-BFA1-414A-A5BC-4DECF236E1C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE2191A9-BFA1-414A-A5BC-4DECF236E1C6}.Release|Any CPU.Build.0 = Release|Any CPU
{793C0518-52FC-4CDD-A6F2-6B04DA784EA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{793C0518-52FC-4CDD-A6F2-6B04DA784EA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{793C0518-52FC-4CDD-A6F2-6B04DA784EA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{793C0518-52FC-4CDD-A6F2-6B04DA784EA6}.Release|Any CPU.Build.0 = Release|Any CPU
{A41F7452-BBC7-43A4-ADE1-E0439EF6B515}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A41F7452-BBC7-43A4-ADE1-E0439EF6B515}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A41F7452-BBC7-43A4-ADE1-E0439EF6B515}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A41F7452-BBC7-43A4-ADE1-E0439EF6B515}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {16BB7A88-D4A1-44B0-9C5B-7E53C44CE56D}
EndGlobalSection
EndGlobal