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 /tsm.vcxproj | |
parent | d66f640c8122d841ef80bf24b2567392787d18aa (diff) | |
download | RadTerminal-fa32e0c6d33792861fa4a7fac83f5bf987d1ac3d.tar.gz RadTerminal-fa32e0c6d33792861fa4a7fac83f5bf987d1ac3d.zip |
Update to latest VS2019
Diffstat (limited to 'tsm.vcxproj')
-rw-r--r-- | tsm.vcxproj | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tsm.vcxproj b/tsm.vcxproj index f3dd23e..62fb229 100644 --- a/tsm.vcxproj +++ b/tsm.vcxproj @@ -41,32 +41,32 @@ <ProjectGuid>{F7508F50-F42C-4091-A87E-227FFE89C038}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>tsm</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>StaticLibrary</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> - <PlatformToolset>v140</PlatformToolset> + <PlatformToolset>v142</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> - <PlatformToolset>v140</PlatformToolset> + <PlatformToolset>v142</PlatformToolset> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> - <PlatformToolset>v140</PlatformToolset> + <PlatformToolset>v142</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> - <PlatformToolset>v140</PlatformToolset> + <PlatformToolset>v142</PlatformToolset> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> |