Skip to content

Commit

Permalink
Add support of Visual Studio 2017 and 2019 to the Visual C++ project …
Browse files Browse the repository at this point in the history
…file
  • Loading branch information
Taritsyn authored and xzyfer committed May 21, 2019
1 parent 3f84e23 commit 4674821
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions win/sassc.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,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>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
Expand Down

0 comments on commit 4674821

Please sign in to comment.