diff options
author | Jeffrey Armstrong <jeff@approximatrix.com> | 2024-05-20 13:36:55 -0400 |
---|---|---|
committer | Jeffrey Armstrong <jeff@approximatrix.com> | 2024-05-20 13:36:55 -0400 |
commit | 2965dc4f6a2a051d43d23a72cfe7b6d4d7a2b18f (patch) | |
tree | d343935f064f9bb0ef46769c5acfe5dc273241ed /RadTerminalDll.vcxproj | |
parent | ac834437e6dd6e6231dcf96f1dde6b5ce0a9a612 (diff) | |
download | RadTerminal-embeddable.tar.gz RadTerminal-embeddable.zip |
Upgraded projects for VS2022embeddable
Diffstat (limited to 'RadTerminalDll.vcxproj')
-rw-r--r-- | RadTerminalDll.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RadTerminalDll.vcxproj b/RadTerminalDll.vcxproj index cb8b6c4..d320928 100644 --- a/RadTerminalDll.vcxproj +++ b/RadTerminalDll.vcxproj @@ -22,12 +22,12 @@ <ProjectGuid>{72CD6B5C-8F7C-449E-87AC-399A0674FE5B}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>RadTerminal</RootNamespace> - <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v142</PlatformToolset> + <PlatformToolset>v143</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration"> |