forked from jkowalski/NLogViewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NLogViewer.sln
31 lines (31 loc) · 1.95 KB
/
NLogViewer.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
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLogViewer", "src\NLogViewer\NLogViewer.csproj", "{E82961D7-4727-4330-913B-576C55E0A102}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLogViewer.Interfaces", "src\NLogViewer.Interfaces\NLogViewer.Interfaces.csproj", "{0EC214BD-71C7-47A8-900A-2909265FD164}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLogViewer.NDumbsterSmtpReceiver", "src\NLogViewer.NDumbsterSmtpReceiver\NLogViewer.NDumbsterSmtpReceiver.csproj", "{DF3699DA-0D87-4EEF-803A-72678C231D92}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E82961D7-4727-4330-913B-576C55E0A102}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E82961D7-4727-4330-913B-576C55E0A102}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E82961D7-4727-4330-913B-576C55E0A102}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E82961D7-4727-4330-913B-576C55E0A102}.Release|Any CPU.Build.0 = Release|Any CPU
{0EC214BD-71C7-47A8-900A-2909265FD164}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EC214BD-71C7-47A8-900A-2909265FD164}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EC214BD-71C7-47A8-900A-2909265FD164}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EC214BD-71C7-47A8-900A-2909265FD164}.Release|Any CPU.Build.0 = Release|Any CPU
{DF3699DA-0D87-4EEF-803A-72678C231D92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF3699DA-0D87-4EEF-803A-72678C231D92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF3699DA-0D87-4EEF-803A-72678C231D92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF3699DA-0D87-4EEF-803A-72678C231D92}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal