aboutsummaryrefslogtreecommitdiff
path: root/build/VS2022/frametest/frametest.vcxproj
diff options
context:
space:
mode:
authorTakayuki Matsuoka <t-mat@users.noreply.github.com>2022-08-12 23:29:14 +0900
committerTakayuki Matsuoka <t-mat@users.noreply.github.com>2022-08-12 23:49:22 +0900
commit5e22228e88340ec05cd9b3e275ef7a81af2709e8 (patch)
treeb50bc58e81cd38a77b11753972f7053b8a52e0ea /build/VS2022/frametest/frametest.vcxproj
parentb8c4120aa1d335c01877a81a9bf741d18bb72172 (diff)
downloadlz4-5e22228e88340ec05cd9b3e275ef7a81af2709e8.tar.gz
Update MSVC 2022 project's PlatformToolset to v143
Diffstat (limited to 'build/VS2022/frametest/frametest.vcxproj')
-rw-r--r--build/VS2022/frametest/frametest.vcxproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/build/VS2022/frametest/frametest.vcxproj b/build/VS2022/frametest/frametest.vcxproj
index a3a403d1..6b7ff756 100644
--- a/build/VS2022/frametest/frametest.vcxproj
+++ b/build/VS2022/frametest/frametest.vcxproj
@@ -30,27 +30,27 @@
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>v141</PlatformToolset>
+ <PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>v141</PlatformToolset>
+ <PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization Condition="'$(EnableWholeProgramOptimization)'=='true'">true</WholeProgramOptimization>
- <PlatformToolset>v141</PlatformToolset>
+ <PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization Condition="'$(EnableWholeProgramOptimization)'=='true'">true</WholeProgramOptimization>
- <PlatformToolset>v141</PlatformToolset>
+ <PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">