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

Commit 478220b

Browse files
committed
project: Support VS2022.
1 parent 60ef919 commit 478220b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

SMP/smp.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
</ProjectConfiguration>
3636
</ItemGroup>
3737
<PropertyGroup Label="Globals">
38+
<PlatformToolset Condition="'$(VisualStudioVersion)' == '17.0'">v143</PlatformToolset>
3839
<PlatformToolset Condition="'$(VisualStudioVersion)' == '16.0'">v142</PlatformToolset>
3940
<PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0'">v141</PlatformToolset>
4041
<PlatformToolset Condition="'$(VisualStudioVersion)' == '14.0'">v140</PlatformToolset>

0 commit comments

Comments
 (0)