From 6a060ef008003a6ab7bef50fb36450164e8736ed Mon Sep 17 00:00:00 2001 From: guoqingwang Date: Wed, 22 Oct 2025 15:30:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MQTT-Winform.sln | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 MQTT-Winform.sln diff --git a/MQTT-Winform.sln b/MQTT-Winform.sln new file mode 100644 index 0000000..99d9a84 --- /dev/null +++ b/MQTT-Winform.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.14.36518.9 d17.14 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MQTT-WinformV1", "MQTT-WinformV1\MQTT-WinformV1.csproj", "{63E20B1E-AA08-4594-986A-58FF509E940D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {63E20B1E-AA08-4594-986A-58FF509E940D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {63E20B1E-AA08-4594-986A-58FF509E940D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {63E20B1E-AA08-4594-986A-58FF509E940D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {63E20B1E-AA08-4594-986A-58FF509E940D}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {EB523C85-26B7-4CF7-9DA0-F68EECB2E616} + EndGlobalSection +EndGlobal