From 61deef5cdf96cbfdd6ad45be49e80d597c00ca65 Mon Sep 17 00:00:00 2001
From: QuakeGod <QuakeGod@sina.com>
Date: 星期二, 24 十二月 2024 08:37:21 +0800
Subject: [PATCH] 2024-12-24

---
 MTerm1/MTerm1.vcxproj |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/MTerm1/MTerm1.vcxproj b/MTerm1/MTerm1.vcxproj
index 63af3cb..c6d8693 100644
--- a/MTerm1/MTerm1.vcxproj
+++ b/MTerm1/MTerm1.vcxproj
@@ -45,17 +45,17 @@
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
     <UseDebugLibraries>true</UseDebugLibraries>
-    <PlatformToolset>v143</PlatformToolset>
     <CharacterSet>Unicode</CharacterSet>
     <UseOfMfc>Dynamic</UseOfMfc>
+    <PlatformToolset>v142</PlatformToolset>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
     <UseDebugLibraries>false</UseDebugLibraries>
-    <PlatformToolset>v143</PlatformToolset>
     <WholeProgramOptimization>true</WholeProgramOptimization>
     <CharacterSet>Unicode</CharacterSet>
     <UseOfMfc>Dynamic</UseOfMfc>
+    <PlatformToolset>v142</PlatformToolset>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
   <ImportGroup Label="ExtensionSettings">
@@ -191,9 +191,11 @@
   </ItemDefinitionGroup>
   <ItemGroup>
     <ClInclude Include="AnsiParser.h" />
+    <ClInclude Include="CChidSysCfg1.h" />
     <ClInclude Include="CMyFuncKeyToolBar.h" />
     <ClInclude Include="CMyPaneInputShow.h" />
     <ClInclude Include="CMyPropPage.h" />
+    <ClInclude Include="ConfigToolView.h" />
     <ClInclude Include="DataParser1.h" />
     <ClInclude Include="DialogCoilMon.h" />
     <ClInclude Include="DialogCommSet1.h" />
@@ -214,6 +216,8 @@
     <ClInclude Include="DialogStatusShow.h" />
     <ClInclude Include="DialogSysRegSet.h" />
     <ClInclude Include="ChildFrm.h" />
+    <ClInclude Include="MyChildFrm.h" />
+    <ClInclude Include="MyChildFrmConfig.h" />
     <ClInclude Include="MyDlgBarFuncKey.h" />
     <ClInclude Include="MyDlgBarInputShow.h" />
     <ClInclude Include="MyFormInputShow.h" />
@@ -249,9 +253,11 @@
   <ItemGroup>
     <ClCompile Include="..\MyLib\StaticEx.cpp" />
     <ClCompile Include="AnsiParser.cpp" />
+    <ClCompile Include="CChidSysCfg1.cpp" />
     <ClCompile Include="CMyFuncKeyToolBar.cpp" />
     <ClCompile Include="CMyPaneInputShow.cpp" />
     <ClCompile Include="CMyPropPage.cpp" />
+    <ClCompile Include="ConfigToolView.cpp" />
     <ClCompile Include="DataParser1.cpp" />
     <ClCompile Include="DialogCoilMon.cpp" />
     <ClCompile Include="DialogCommSet1.cpp" />
@@ -259,6 +265,7 @@
     <ClCompile Include="DialogIoComment.cpp" />
     <ClCompile Include="DialogSetCoil.cpp" />
     <ClCompile Include="DialogSetData.cpp" />
+    <ClCompile Include="IOPoint.cpp" />
     <ClCompile Include="KMachine.cpp" />
     <ClCompile Include="MTerm1CommDevView.cpp" />
     <ClCompile Include="MTerm1CommTestView.cpp" />
@@ -271,6 +278,8 @@
     <ClCompile Include="DialogStatusShow.cpp" />
     <ClCompile Include="DialogSysRegSet.cpp" />
     <ClCompile Include="ChildFrm.cpp" />
+    <ClCompile Include="MyChildFrm.cpp" />
+    <ClCompile Include="MyChildFrmConfig.cpp" />
     <ClCompile Include="MyDlgBarFuncKey.cpp" />
     <ClCompile Include="MyDlgBarInputShow.cpp" />
     <ClCompile Include="MyFormInputShow.cpp" />
@@ -329,6 +338,8 @@
     <Image Include="res\MTerm1.ico" />
     <Image Include="res\MTerm1Doc.ico" />
     <Image Include="res\sort.bmp" />
+    <Image Include="res\sort1.bmp" />
+    <Image Include="res\sort_25.bmp" />
     <Image Include="res\sort_hc.bmp" />
     <Image Include="res\Toolbar.bmp" />
     <Image Include="res\toolbar1.bmp" />

--
Gitblit v1.9.1