From 89cd7441c184d37f90d4d5311b348e938119765f Mon Sep 17 00:00:00 2001 From: zxd <zxdvslxy@gmail.com> Date: 星期六, 21 十月 2023 12:28:04 +0800 Subject: [PATCH] 修改最后一个单元格不会被读取的问题 --- MTerm2/MTerm2.vcxproj | 20 +++++++++++++++----- 1 files changed, 15 insertions(+), 5 deletions(-) diff --git a/MTerm2/MTerm2.vcxproj b/MTerm2/MTerm2.vcxproj index e133630..d227e93 100644 --- a/MTerm2/MTerm2.vcxproj +++ b/MTerm2/MTerm2.vcxproj @@ -23,21 +23,21 @@ <ProjectGuid>{521DEE85-086F-4A6F-B926-135FC1F65267}</ProjectGuid> <Keyword>MFCProj</Keyword> <RootNamespace>MTerm2</RootNamespace> - <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> <ProjectName>MTerm2</ProjectName> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> - <PlatformToolset>v141</PlatformToolset> + <PlatformToolset>v143</PlatformToolset> <CharacterSet>Unicode</CharacterSet> <UseOfMfc>Dynamic</UseOfMfc> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> - <PlatformToolset>v141</PlatformToolset> + <PlatformToolset>v143</PlatformToolset> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>Unicode</CharacterSet> <UseOfMfc>Dynamic</UseOfMfc> @@ -45,14 +45,14 @@ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> - <PlatformToolset>v141</PlatformToolset> + <PlatformToolset>v143</PlatformToolset> <CharacterSet>Unicode</CharacterSet> <UseOfMfc>Dynamic</UseOfMfc> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> - <PlatformToolset>v141</PlatformToolset> + <PlatformToolset>v143</PlatformToolset> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>Unicode</CharacterSet> <UseOfMfc>Dynamic</UseOfMfc> @@ -191,6 +191,7 @@ </ItemDefinitionGroup> <ItemGroup> <ClInclude Include="AnsiParser.h" /> + <ClInclude Include="CMyFuncKeyToolBar.h" /> <ClInclude Include="DataParser1.h" /> <ClInclude Include="DialogCoilMon.h" /> <ClInclude Include="DialogCommSet1.h" /> @@ -211,6 +212,8 @@ <ClInclude Include="DialogStatusShow.h" /> <ClInclude Include="DialogSysRegSet.h" /> <ClInclude Include="ChildFrm.h" /> + <ClInclude Include="MyDlgBarFuncKey.h" /> + <ClInclude Include="MyDlgBarInputShow.h" /> <ClInclude Include="PropCommCfg.h" /> <ClInclude Include="PropInputCfg.h" /> <ClInclude Include="PropMemCfg.h" /> @@ -245,6 +248,7 @@ <ItemGroup> <ClCompile Include="..\MyLib\StaticEx.cpp" /> <ClCompile Include="AnsiParser.cpp" /> + <ClCompile Include="CMyFuncKeyToolBar.cpp" /> <ClCompile Include="DataParser1.cpp" /> <ClCompile Include="DialogCoilMon.cpp" /> <ClCompile Include="DialogCommSet1.cpp" /> @@ -264,6 +268,8 @@ <ClCompile Include="DialogStatusShow.cpp" /> <ClCompile Include="DialogSysRegSet.cpp" /> <ClCompile Include="ChildFrm.cpp" /> + <ClCompile Include="MyDlgBarFuncKey.cpp" /> + <ClCompile Include="MyDlgBarInputShow.cpp" /> <ClCompile Include="PropCommCfg.cpp" /> <ClCompile Include="PropInputCfg.cpp" /> <ClCompile Include="PropMemCfg.cpp" /> @@ -308,6 +314,7 @@ <Image Include="res\bmp00001.bmp" /> <Image Include="res\bmp00002.bmp" /> <Image Include="res\bmp00003.bmp" /> + <Image Include="res\bmp00004.bmp" /> <Image Include="res\classview.bmp" /> <Image Include="res\classview_hc.bmp" /> <Image Include="res\class_view.ico" /> @@ -323,9 +330,12 @@ <Image Include="res\Toolbar.bmp" /> <Image Include="res\toolbar1.bmp" /> <Image Include="res\toolbar2.bmp" /> + <Image Include="res\toolbar_.bmp" /> + <Image Include="res\toolbar_func_key.bmp" /> </ItemGroup> <ItemGroup> <Text Include="design1.txt" /> + <Text Include="FP0Ext.cfg" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> -- Gitblit v1.9.1