QuakeGod
2024-12-24 61deef5cdf96cbfdd6ad45be49e80d597c00ca65
MultiTerminal1/MultiTerminal1.vcxproj
@@ -23,20 +23,20 @@
    <ProjectGuid>{FB609F6E-0B21-4133-BF35-B4A79AE2F043}</ProjectGuid>
    <Keyword>MFCProj</Keyword>
    <RootNamespace>MultiTerminal1</RootNamespace>
    <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
    <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  </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>
@@ -44,14 +44,14 @@
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
    <PlatformToolset>v141</PlatformToolset>
    <PlatformToolset>v142</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>
@@ -117,6 +117,7 @@
      <SDLCheck>true</SDLCheck>
      <PreprocessorDefinitions>_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
      <LanguageStandard_C>stdc11</LanguageStandard_C>
    </ClCompile>
    <Link>
      <SubSystem>Windows</SubSystem>
@@ -193,6 +194,7 @@
    <ClInclude Include="CDialogCommSet1.h" />
    <ClInclude Include="CDialogCommTest.h" />
    <ClInclude Include="CDialogDataMon.h" />
    <ClInclude Include="CDialogDateTime.h" />
    <ClInclude Include="CDialogEventLog.h" />
    <ClInclude Include="CDialogForceIO.h" />
    <ClInclude Include="CDialogInfoDisplay.h" />
@@ -201,8 +203,10 @@
    <ClInclude Include="CDialogSysRegSet.h" />
    <ClInclude Include="CPropSysReg1.h" />
    <ClInclude Include="framework.h" />
    <ClInclude Include="HvSerialPort.h" />
    <ClInclude Include="KLinkDefine.h" />
    <ClInclude Include="KLinkProtocol.h" />
    <ClInclude Include="MTerm2StatusView.h" />
    <ClInclude Include="MultiTerminal1.h" />
    <ClInclude Include="MultiTerminal1Dlg.h" />
    <ClInclude Include="pch.h" />
@@ -210,12 +214,14 @@
    <ClInclude Include="targetver.h" />
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\MyLib\StaticEx.cpp" />
    <ClCompile Include="CAnsiParser.cpp" />
    <ClCompile Include="CDataParser1.cpp" />
    <ClCompile Include="CDialogCoilMon.cpp" />
    <ClCompile Include="CDialogCommSet1.cpp" />
    <ClCompile Include="CDialogCommTest.cpp" />
    <ClCompile Include="CDialogDataMon.cpp" />
    <ClCompile Include="CDialogDateTime.cpp" />
    <ClCompile Include="CDialogEventLog.cpp" />
    <ClCompile Include="CDialogForceIO.cpp" />
    <ClCompile Include="CDialogInfoDisplay.cpp" />
@@ -223,7 +229,9 @@
    <ClCompile Include="CDialogStatusShow.cpp" />
    <ClCompile Include="CDialogSysRegSet.cpp" />
    <ClCompile Include="CPropSysReg1.cpp" />
    <ClCompile Include="HvSerialPort.cpp" />
    <ClCompile Include="KLinkProtocol.cpp" />
    <ClCompile Include="MTerm2StatusView.cpp" />
    <ClCompile Include="MultiTerminal1.cpp" />
    <ClCompile Include="MultiTerminal1Dlg.cpp" />
    <ClCompile Include="pch.cpp">