From 4656e074123feced4aa1691c53a4aff85514cffa Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期四, 09 一月 2025 11:00:26 +0800
Subject: [PATCH] 1.日志窗口的显示和隐藏(菜单操作);

---
 SourceCode/Bond/Servo/Servo.vcxproj |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/SourceCode/Bond/Servo/Servo.vcxproj b/SourceCode/Bond/Servo/Servo.vcxproj
index 6fc02ae..8b45150 100644
--- a/SourceCode/Bond/Servo/Servo.vcxproj
+++ b/SourceCode/Bond/Servo/Servo.vcxproj
@@ -193,6 +193,9 @@
     <ClInclude Include="BlButton.h" />
     <ClInclude Include="Common.h" />
     <ClInclude Include="Configuration.h" />
+    <ClInclude Include="Context.h" />
+    <ClInclude Include="HsmsAction.h" />
+    <ClInclude Include="HsmsPassive.h" />
     <ClInclude Include="Log.h" />
     <ClInclude Include="LogDlg.h" />
     <ClInclude Include="LogEdit.h" />
@@ -207,6 +210,9 @@
   <ItemGroup>
     <ClCompile Include="BlButton.cpp" />
     <ClCompile Include="Configuration.cpp" />
+    <ClCompile Include="Context.cpp" />
+    <ClCompile Include="HsmsAction.cpp" />
+    <ClCompile Include="HsmsPassive.cpp" />
     <ClCompile Include="Log.cpp" />
     <ClCompile Include="LogDlg.cpp" />
     <ClCompile Include="LogEdit.cpp" />

--
Gitblit v1.9.3