diff options
author | RadAd <adamgates84+github@gmail.com> | 2021-07-06 16:37:01 +1000 |
---|---|---|
committer | RadAd <adamgates84+github@gmail.com> | 2021-07-06 16:37:01 +1000 |
commit | fa32e0c6d33792861fa4a7fac83f5bf987d1ac3d (patch) | |
tree | aed89b9e4696bc43ee739b0468b16e197d7c2ce0 /RadTerminal.vcxproj | |
parent | d66f640c8122d841ef80bf24b2567392787d18aa (diff) | |
download | RadTerminal-fa32e0c6d33792861fa4a7fac83f5bf987d1ac3d.tar.gz RadTerminal-fa32e0c6d33792861fa4a7fac83f5bf987d1ac3d.zip |
Update to latest VS2019
Diffstat (limited to 'RadTerminal.vcxproj')
-rw-r--r-- | RadTerminal.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RadTerminal.vcxproj b/RadTerminal.vcxproj index 7efcf80..1d1df6f 100644 --- a/RadTerminal.vcxproj +++ b/RadTerminal.vcxproj @@ -22,12 +22,12 @@ <ProjectGuid>{5660720B-5A4B-4F82-85C3-AE789F685218}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>RadTerminal</RootNamespace> - <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Label="Configuration"> <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> + <PlatformToolset>v142</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration"> |