-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcms-mqtt-broker.sln
42 lines (42 loc) · 2.18 KB
/
cms-mqtt-broker.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.808.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".tests", ".tests", "{DAF732BA-C7A6-4410-9376-0511B8EB849A}"
ProjectSection(SolutionItems) = preProject
Tests\WebSocketTest.html = Tests\WebSocketTest.html
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLog.Targets.Gelf", "NLog.Targets.Gelf\NLog.Targets.Gelf.csproj", "{56CADC1F-EF83-4487-9751-69B5259678DF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MirroringMqttBroker", "MirroringMqttBroker\MirroringMqttBroker.csproj", "{7ADD96B7-C8E0-463E-8E0E-DF621DF631FD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D390388D-C95B-49C7-BB85-B2EF8C2DD2F3}"
ProjectSection(SolutionItems) = preProject
Setup Scripts\MirroringMqttBrokerSetup.iss = Setup Scripts\MirroringMqttBrokerSetup.iss
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
{56CADC1F-EF83-4487-9751-69B5259678DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56CADC1F-EF83-4487-9751-69B5259678DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56CADC1F-EF83-4487-9751-69B5259678DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56CADC1F-EF83-4487-9751-69B5259678DF}.Release|Any CPU.Build.0 = Release|Any CPU
{7ADD96B7-C8E0-463E-8E0E-DF621DF631FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7ADD96B7-C8E0-463E-8E0E-DF621DF631FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7ADD96B7-C8E0-463E-8E0E-DF621DF631FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7ADD96B7-C8E0-463E-8E0E-DF621DF631FD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {346EDF32-0094-4FB8-8C43-29CE4792F3ED}
EndGlobalSection
EndGlobal