-
Notifications
You must be signed in to change notification settings - Fork 10
/
MQTTnet.AspNetCore.Routing.sln
49 lines (49 loc) · 2.84 KB
/
MQTTnet.AspNetCore.Routing.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
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MQTTnet.AspNetCore.Routing", "Source\MQTTnet.AspNetCore.Routing.csproj", "{B1CFA8BF-FEBA-4978-86A6-D052C4C44BA8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleServer", "ExampleServer\ExampleServer.csproj", "{3B9BD1C8-FDEC-4BFF-A8DC-E1F6B6C539A9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleClient", "ExampleClient\ExampleClient.csproj", "{C832D7F0-C0DA-403A-84DD-1682D44A3A3A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MQTTnet.AspNetCore.Routing.Tests", "Tests\MQTTnet.AspNetCore.Routing.Tests\MQTTnet.AspNetCore.Routing.Tests.csproj", "{2CCF4E69-E59E-470B-866D-156099731473}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "解决方案项", "解决方案项", "{FD2DC4B7-6850-4448-A80A-2DB349B0C099}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
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
{B1CFA8BF-FEBA-4978-86A6-D052C4C44BA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1CFA8BF-FEBA-4978-86A6-D052C4C44BA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1CFA8BF-FEBA-4978-86A6-D052C4C44BA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1CFA8BF-FEBA-4978-86A6-D052C4C44BA8}.Release|Any CPU.Build.0 = Release|Any CPU
{3B9BD1C8-FDEC-4BFF-A8DC-E1F6B6C539A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B9BD1C8-FDEC-4BFF-A8DC-E1F6B6C539A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B9BD1C8-FDEC-4BFF-A8DC-E1F6B6C539A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B9BD1C8-FDEC-4BFF-A8DC-E1F6B6C539A9}.Release|Any CPU.Build.0 = Release|Any CPU
{C832D7F0-C0DA-403A-84DD-1682D44A3A3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C832D7F0-C0DA-403A-84DD-1682D44A3A3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C832D7F0-C0DA-403A-84DD-1682D44A3A3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C832D7F0-C0DA-403A-84DD-1682D44A3A3A}.Release|Any CPU.Build.0 = Release|Any CPU
{2CCF4E69-E59E-470B-866D-156099731473}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CCF4E69-E59E-470B-866D-156099731473}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CCF4E69-E59E-470B-866D-156099731473}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CCF4E69-E59E-470B-866D-156099731473}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F05C9180-6F3D-4C3B-8B68-441DB87B2EEE}
EndGlobalSection
EndGlobal