Set default toolsets for vs2005 and vs2008.

This commit is contained in:
Tom van Dijck 2017-06-20 13:08:40 -07:00
parent 18b9383d98
commit 571d6ae371
2 changed files with 2 additions and 0 deletions

View File

@ -82,6 +82,7 @@
-- Visual Studio always uses Windows path and naming conventions
targetos = "windows",
toolset = "msc-v80",
-- The capabilities of this action

View File

@ -24,6 +24,7 @@
-- Visual Studio always uses Windows path and naming conventions
targetos = "windows",
toolset = "msc-v90",
-- The capabilities of this action