aboutsummaryrefslogtreecommitdiff
path: root/tsm.vcxproj
diff options
context:
space:
mode:
authorRadAd <adamgates84+github@gmail.com>2021-07-06 16:37:01 +1000
committerRadAd <adamgates84+github@gmail.com>2021-07-06 16:37:01 +1000
commitfa32e0c6d33792861fa4a7fac83f5bf987d1ac3d (patch)
treeaed89b9e4696bc43ee739b0468b16e197d7c2ce0 /tsm.vcxproj
parentd66f640c8122d841ef80bf24b2567392787d18aa (diff)
downloadRadTerminal-fa32e0c6d33792861fa4a7fac83f5bf987d1ac3d.tar.gz
RadTerminal-fa32e0c6d33792861fa4a7fac83f5bf987d1ac3d.zip
Update to latest VS2019
Diffstat (limited to 'tsm.vcxproj')
-rw-r--r--tsm.vcxproj10
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>