I successfully ran V8Update downloading the latest version of V8. However, when I try to build the solution in VS2013, I get two errors and it fails to compile ClearScriptV8-32 and ClearScriptV8-64. Do I need to have Visual Studio 2010 installed on my machine?
Here are the two errors.
Error 1 error MSB8020: The builds tools for Visual Studio 2010 (Platform Toolset = 'v100') cannot be found. To build using the v100 build tools, either click the Project menu or right-click the solution, and then select "Update VC++ Projects...". Install Visual Studio 2010 to build using the Visual Studio 2010 build tools. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.Cpp.Platform.targets 42 5 ClearScriptV8-32 (Visual Studio 2010)
Error 2 error MSB8020: The builds tools for Visual Studio 2010 (Platform Toolset = 'v100') cannot be found. To build using the v100 build tools, either click the Project menu or right-click the solution, and then select "Update VC++ Projects...". Install Visual Studio 2010 to build using the Visual Studio 2010 build tools. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.Cpp.Platform.targets 42 5 ClearScriptV8-64 (Visual Studio 2010)
Comments: Hello! It looks like your ClearScriptV8 projects were somehow converted to use an old Visual Studio toolset. We cannot reproduce this and recommend that you [download](https://clearscript.codeplex.com/releases) the latest ClearScript source code into a new directory and start over. Please follow the build procedure in the ClearScript [ReadMe](https://clearscript.codeplex.com/SourceControl/latest).
Here are the two errors.
Error 1 error MSB8020: The builds tools for Visual Studio 2010 (Platform Toolset = 'v100') cannot be found. To build using the v100 build tools, either click the Project menu or right-click the solution, and then select "Update VC++ Projects...". Install Visual Studio 2010 to build using the Visual Studio 2010 build tools. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.Cpp.Platform.targets 42 5 ClearScriptV8-32 (Visual Studio 2010)
Error 2 error MSB8020: The builds tools for Visual Studio 2010 (Platform Toolset = 'v100') cannot be found. To build using the v100 build tools, either click the Project menu or right-click the solution, and then select "Update VC++ Projects...". Install Visual Studio 2010 to build using the Visual Studio 2010 build tools. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.Cpp.Platform.targets 42 5 ClearScriptV8-64 (Visual Studio 2010)
Comments: Hello! It looks like your ClearScriptV8 projects were somehow converted to use an old Visual Studio toolset. We cannot reproduce this and recommend that you [download](https://clearscript.codeplex.com/releases) the latest ClearScript source code into a new directory and start over. Please follow the build procedure in the ClearScript [ReadMe](https://clearscript.codeplex.com/SourceControl/latest).