Skip to content

Commit b035bc3

Browse files
authored
Merge pull request #3169 from Taritsyn/master
Add support of Visual Studio 2022 to the Visual C++ project file
2 parents da91d98 + 0161a9f commit b035bc3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

win/libsass.vcxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@
7272
<PropertyGroup Label="VS2019 toolset selection" Condition="'$(VisualStudioVersion)' == '16.0'">
7373
<PlatformToolset>v142</PlatformToolset>
7474
</PropertyGroup>
75+
<PropertyGroup Label="VS2022 toolset selection" Condition="'$(VisualStudioVersion)' == '17.0'">
76+
<PlatformToolset>v143</PlatformToolset>
77+
</PropertyGroup>
7578
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
7679
<UseDebugLibraries>true</UseDebugLibraries>
7780
</PropertyGroup>

0 commit comments

Comments
 (0)