Skip to content

Commit 813c345

Browse files
committed
target 2019 (v142) for 32bit builds
Signed-off-by: Simon Smith <[email protected]>
1 parent 998e9fb commit 813c345

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

meshconsole/MeshConsole-2022.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
203203
<ConfigurationType>Application</ConfigurationType>
204204
<UseDebugLibraries>true</UseDebugLibraries>
205-
<PlatformToolset>v143</PlatformToolset>
205+
<PlatformToolset>v142</PlatformToolset>
206206
<CharacterSet>MultiByte</CharacterSet>
207207
</PropertyGroup>
208208
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_NoOpenSSL|Win32'" Label="Configuration">
@@ -220,7 +220,7 @@
220220
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
221221
<ConfigurationType>Application</ConfigurationType>
222222
<UseDebugLibraries>true</UseDebugLibraries>
223-
<PlatformToolset>v143</PlatformToolset>
223+
<PlatformToolset>v142</PlatformToolset>
224224
<CharacterSet>MultiByte</CharacterSet>
225225
</PropertyGroup>
226226
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_NoOpenSSL|Win32'" Label="Configuration">

meshservice/MeshService-2022.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<ConfigurationType>Application</ConfigurationType>
6363
<CharacterSet>MultiByte</CharacterSet>
6464
<WholeProgramOptimization>true</WholeProgramOptimization>
65-
<PlatformToolset>v143</PlatformToolset>
65+
<PlatformToolset>v142</PlatformToolset>
6666
</PropertyGroup>
6767
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_NoOpenSSL|Win32'" Label="Configuration">
6868
<ConfigurationType>Application</ConfigurationType>
@@ -73,7 +73,7 @@
7373
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
7474
<ConfigurationType>Application</ConfigurationType>
7575
<CharacterSet>MultiByte</CharacterSet>
76-
<PlatformToolset>v143</PlatformToolset>
76+
<PlatformToolset>v142</PlatformToolset>
7777
</PropertyGroup>
7878
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_NoOpenSSL|Win32'" Label="Configuration">
7979
<ConfigurationType>Application</ConfigurationType>

0 commit comments

Comments
 (0)