Skip to content

Commit

Permalink
[build] add support of Visual Studio 2017 and 2019 to the Visual C++ …
Browse files Browse the repository at this point in the history
…project file (#2891)
  • Loading branch information
Taritsyn authored and xzyfer committed May 20, 2019
1 parent 04f59a5 commit 5ebc5d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions win/libsass.vcxproj
Expand Up @@ -66,6 +66,12 @@
<PropertyGroup Label="VS2015 toolset selection" Condition="'$(VisualStudioVersion)' == '14.0'">
<PlatformToolset>v140</PlatformToolset>
</PropertyGroup>
<PropertyGroup Label="VS2017 toolset selection" Condition="'$(VisualStudioVersion)' == '15.0'">
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Label="VS2019 toolset selection" Condition="'$(VisualStudioVersion)' == '16.0'">
<PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<UseDebugLibraries>true</UseDebugLibraries>
</PropertyGroup>
Expand Down

0 comments on commit 5ebc5d5

Please sign in to comment.