Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.

Commit 3cd2fd0

Browse files
author
Merrick Zhang
committed
Update platform toolset from v145 to v143
1 parent 7878f25 commit 3cd2fd0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

build/VisualStudio/Notepad4.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,16 @@
5353
<UseDebugLibraries>true</UseDebugLibraries>
5454
</PropertyGroup>
5555
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
56-
<PlatformToolset>v145</PlatformToolset>
56+
<PlatformToolset>v143</PlatformToolset>
5757
</PropertyGroup>
5858
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
59-
<PlatformToolset>v145</PlatformToolset>
59+
<PlatformToolset>v143</PlatformToolset>
6060
</PropertyGroup>
6161
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
62-
<PlatformToolset>v145</PlatformToolset>
62+
<PlatformToolset>v143</PlatformToolset>
6363
</PropertyGroup>
6464
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
65-
<PlatformToolset>v145</PlatformToolset>
65+
<PlatformToolset>v143</PlatformToolset>
6666
</PropertyGroup>
6767
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6868
<ImportGroup Label="ExtensionSettings">

build/VisualStudio/matepath.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,16 @@
5353
<UseDebugLibraries>true</UseDebugLibraries>
5454
</PropertyGroup>
5555
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
56-
<PlatformToolset>v145</PlatformToolset>
56+
<PlatformToolset>v143</PlatformToolset>
5757
</PropertyGroup>
5858
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
59-
<PlatformToolset>v145</PlatformToolset>
59+
<PlatformToolset>v143</PlatformToolset>
6060
</PropertyGroup>
6161
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
62-
<PlatformToolset>v145</PlatformToolset>
62+
<PlatformToolset>v143</PlatformToolset>
6363
</PropertyGroup>
6464
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
65-
<PlatformToolset>v145</PlatformToolset>
65+
<PlatformToolset>v143</PlatformToolset>
6666
</PropertyGroup>
6767
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6868
<ImportGroup Label="ExtensionSettings">

0 commit comments

Comments
 (0)