From 16fe8474c740e9f2a497854d4291c48ea7a62878 Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期五, 25 四月 2025 11:53:36 +0800
Subject: [PATCH] 1.增加CJobDataB, CJobDataC, CJobDataS
---
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 f44aa10..5944a3f 100644
--- a/SourceCode/Bond/Servo/Servo.vcxproj
+++ b/SourceCode/Bond/Servo/Servo.vcxproj
@@ -228,6 +228,9 @@
<ClInclude Include="CHMPropertyDlg.h" />
<ClInclude Include="CHMPropertyPage.h" />
<ClInclude Include="CJobDataA.h" />
+ <ClInclude Include="CJobDataB.h" />
+ <ClInclude Include="CJobDataC.h" />
+ <ClInclude Include="CJobDataS.h" />
<ClInclude Include="CLoadPort.h" />
<ClInclude Include="CMeasurement.h" />
<ClInclude Include="ColorTransfer.h" />
@@ -308,6 +311,9 @@
<ClCompile Include="CHMPropertyDlg.cpp" />
<ClCompile Include="CHMPropertyPage.cpp" />
<ClCompile Include="CJobDataA.cpp" />
+ <ClCompile Include="CJobDataB.cpp" />
+ <ClCompile Include="CJobDataC.cpp" />
+ <ClCompile Include="CJobDataS.cpp" />
<ClCompile Include="CLoadPort.cpp" />
<ClCompile Include="CMeasurement.cpp" />
<ClCompile Include="ColorTransfer.cpp" />
--
Gitblit v1.9.3