The Microsoft Visual Studio project files for including V8 in a VisualStudio/Visual C++ Express solution has been retired. If a VisualStudio project/solution is needed there is the option of using GYP togenerate these. Please look in the build directory in the root of theV8 project. It contains the required infrastructure and a README.txtfile explaining how to get started.Generating Visual Studio projects using GYP is how the Chromiumproject integrated V8 into the Windows build.The main build system for V8 is still SCons, see the V8 wiki pagehttp://code.google.com/p/v8/wiki/BuildingOnWindows for details.