@@ -5,12 +5,18 @@ VisualStudioVersion = 17.3.32825.248
55MinimumVisualStudioVersion = 10.0.40219.1
66Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "MQTTnet.AspNetCore.Routing" , "Source\MQTTnet.AspNetCore.Routing.csproj" , "{B1CFA8BF-FEBA-4978-86A6-D052C4C44BA8}"
77EndProject
8- Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "MQTTnet.AspNetCore.AttributeRouting.Tests" , "Tests\MQTTnetA.AspNetCore.AttributeRouting.Tests\MQTTnet.AspNetCore.AttributeRouting.Tests.csproj" , "{BF9B933B-6EE0-4CEA-ACAF-DF425DF0B862}"
9- EndProject
108Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "ExampleServer" , "ExampleServer\ExampleServer.csproj" , "{3B9BD1C8-FDEC-4BFF-A8DC-E1F6B6C539A9}"
119EndProject
1210Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "ExampleClient" , "ExampleClient\ExampleClient.csproj" , "{C832D7F0-C0DA-403A-84DD-1682D44A3A3A}"
1311EndProject
12+ 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}"
13+ EndProject
14+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "解决方案项" , "解决方案项" , "{FD2DC4B7-6850-4448-A80A-2DB349B0C099}"
15+ Project Section (SolutionItems ) = preProject
16+ LICENSE = LICENSE
17+ README .md = README .md
18+ EndProject Section
19+ EndProject
1420Global
1521 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
1622 Debug| Any CPU = Debug| Any CPU
@@ -21,10 +27,6 @@ Global
2127 {B1CFA8BF-FEBA-4978-86A6-D052C4C44BA8} .Debug| Any CPU .Build .0 = Debug| Any CPU
2228 {B1CFA8BF-FEBA-4978-86A6-D052C4C44BA8} .Release| Any CPU .ActiveCfg = Release| Any CPU
2329 {B1CFA8BF-FEBA-4978-86A6-D052C4C44BA8} .Release| Any CPU .Build .0 = Release| Any CPU
24- {BF9B933B-6EE0-4CEA-ACAF-DF425DF0B862} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
25- {BF9B933B-6EE0-4CEA-ACAF-DF425DF0B862} .Debug| Any CPU .Build .0 = Debug| Any CPU
26- {BF9B933B-6EE0-4CEA-ACAF-DF425DF0B862} .Release| Any CPU .ActiveCfg = Release| Any CPU
27- {BF9B933B-6EE0-4CEA-ACAF-DF425DF0B862} .Release| Any CPU .Build .0 = Release| Any CPU
2830 {3B9BD1C8-FDEC-4BFF-A8DC-E1F6B6C539A9} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
2931 {3B9BD1C8-FDEC-4BFF-A8DC-E1F6B6C539A9} .Debug| Any CPU .Build .0 = Debug| Any CPU
3032 {3B9BD1C8-FDEC-4BFF-A8DC-E1F6B6C539A9} .Release| Any CPU .ActiveCfg = Release| Any CPU
@@ -33,6 +35,10 @@ Global
3335 {C832D7F0-C0DA-403A-84DD-1682D44A3A3A} .Debug| Any CPU .Build .0 = Debug| Any CPU
3436 {C832D7F0-C0DA-403A-84DD-1682D44A3A3A} .Release| Any CPU .ActiveCfg = Release| Any CPU
3537 {C832D7F0-C0DA-403A-84DD-1682D44A3A3A} .Release| Any CPU .Build .0 = Release| Any CPU
38+ {2CCF4E69-E59E-470B-866D-156099731473} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
39+ {2CCF4E69-E59E-470B-866D-156099731473} .Debug| Any CPU .Build .0 = Debug| Any CPU
40+ {2CCF4E69-E59E-470B-866D-156099731473} .Release| Any CPU .ActiveCfg = Release| Any CPU
41+ {2CCF4E69-E59E-470B-866D-156099731473} .Release| Any CPU .Build .0 = Release| Any CPU
3642 EndGlobalSection
3743 GlobalSection (SolutionProperties ) = preSolution
3844 HideSolutionNode = FALSE
0 commit comments