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.
1 parent 04f59a5 commit 5ebc5d5Copy full SHA for 5ebc5d5
win/libsass.vcxproj
@@ -66,6 +66,12 @@
66
<PropertyGroup Label="VS2015 toolset selection" Condition="'$(VisualStudioVersion)' == '14.0'">
67
<PlatformToolset>v140</PlatformToolset>
68
</PropertyGroup>
69
+ <PropertyGroup Label="VS2017 toolset selection" Condition="'$(VisualStudioVersion)' == '15.0'">
70
+ <PlatformToolset>v141</PlatformToolset>
71
+ </PropertyGroup>
72
+ <PropertyGroup Label="VS2019 toolset selection" Condition="'$(VisualStudioVersion)' == '16.0'">
73
+ <PlatformToolset>v142</PlatformToolset>
74
75
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
76
<UseDebugLibraries>true</UseDebugLibraries>
77
0 commit comments