Skip to content

Commit c501b6b

Browse files
committed
chore: build with VS2022
1 parent a64b178 commit c501b6b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cpp/SampleIME/SampleIME.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,27 +117,27 @@
117117
<ConfigurationType>DynamicLibrary</ConfigurationType>
118118
<UseDebugLibraries>true</UseDebugLibraries>
119119
<CharacterSet>Unicode</CharacterSet>
120-
<PlatformToolset>v142</PlatformToolset>
120+
<PlatformToolset>v143</PlatformToolset>
121121
</PropertyGroup>
122122
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
123123
<ConfigurationType>DynamicLibrary</ConfigurationType>
124124
<UseDebugLibraries>true</UseDebugLibraries>
125125
<CharacterSet>Unicode</CharacterSet>
126-
<PlatformToolset>v142</PlatformToolset>
126+
<PlatformToolset>v143</PlatformToolset>
127127
</PropertyGroup>
128128
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
129129
<ConfigurationType>DynamicLibrary</ConfigurationType>
130130
<UseDebugLibraries>false</UseDebugLibraries>
131131
<WholeProgramOptimization>true</WholeProgramOptimization>
132132
<CharacterSet>Unicode</CharacterSet>
133-
<PlatformToolset>v142</PlatformToolset>
133+
<PlatformToolset>v143</PlatformToolset>
134134
</PropertyGroup>
135135
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
136136
<ConfigurationType>DynamicLibrary</ConfigurationType>
137137
<UseDebugLibraries>false</UseDebugLibraries>
138138
<WholeProgramOptimization>true</WholeProgramOptimization>
139139
<CharacterSet>Unicode</CharacterSet>
140-
<PlatformToolset>v142</PlatformToolset>
140+
<PlatformToolset>v143</PlatformToolset>
141141
</PropertyGroup>
142142
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
143143
<ImportGroup Label="ExtensionSettings">

0 commit comments

Comments
 (0)