We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da91d98 + 0161a9f commit b035bc3Copy full SHA for b035bc3
win/libsass.vcxproj
@@ -72,6 +72,9 @@
72
<PropertyGroup Label="VS2019 toolset selection" Condition="'$(VisualStudioVersion)' == '16.0'">
73
<PlatformToolset>v142</PlatformToolset>
74
</PropertyGroup>
75
+ <PropertyGroup Label="VS2022 toolset selection" Condition="'$(VisualStudioVersion)' == '17.0'">
76
+ <PlatformToolset>v143</PlatformToolset>
77
+ </PropertyGroup>
78
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
79
<UseDebugLibraries>true</UseDebugLibraries>
80
0 commit comments