-
Notifications
You must be signed in to change notification settings - Fork 1
/
NLog.MSMQ.sln
37 lines (37 loc) · 1.82 KB
/
NLog.MSMQ.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.MSMQ", "src\NLog.MSMQ\NLog.MSMQ.csproj", "{F698F7AD-3C71-4444-9779-392B3C5EBDFE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLog.MSMQ.Tests", "tests\NLog.MSMQ.Tests\NLog.MSMQ.Tests.csproj", "{F00B7BD7-C461-493C-A242-EC4C67F31B4D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F42D9381-E5AE-4251-BAAB-2DC62BC24183}"
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
{F698F7AD-3C71-4444-9779-392B3C5EBDFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F698F7AD-3C71-4444-9779-392B3C5EBDFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F698F7AD-3C71-4444-9779-392B3C5EBDFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F698F7AD-3C71-4444-9779-392B3C5EBDFE}.Release|Any CPU.Build.0 = Release|Any CPU
{F00B7BD7-C461-493C-A242-EC4C67F31B4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F00B7BD7-C461-493C-A242-EC4C67F31B4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F00B7BD7-C461-493C-A242-EC4C67F31B4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F00B7BD7-C461-493C-A242-EC4C67F31B4D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A5ECEAB8-09B4-4218-A2D4-B10C5104E205}
EndGlobalSection
EndGlobal