Skip to content

Commit 5ebc5d5

Browse files
Taritsynxzyfer
authored andcommitted
[build] add support of Visual Studio 2017 and 2019 to the Visual C++ project file (#2891)
1 parent 04f59a5 commit 5ebc5d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

win/libsass.vcxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@
6666
<PropertyGroup Label="VS2015 toolset selection" Condition="'$(VisualStudioVersion)' == '14.0'">
6767
<PlatformToolset>v140</PlatformToolset>
6868
</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+
</PropertyGroup>
6975
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
7076
<UseDebugLibraries>true</UseDebugLibraries>
7177
</PropertyGroup>

0 commit comments

Comments
 (0)