diff --git a/docs/development/build-instructions-windows.md b/docs/development/build-instructions-windows.md index 2c85dbcf11bb..400fa370e8c5 100644 --- a/docs/development/build-instructions-windows.md +++ b/docs/development/build-instructions-windows.md @@ -69,6 +69,14 @@ $ python script\bootstrap.py -v --target_arch=ia32 The other building steps are exactly the same. +## Visual Studio project + +To generate a Visual Studio project, you can pass the `--msvs` parameter: + +```powershell +$ python script\bootstrap.py --msvs +``` + ## Tests Test your changes conform to the project coding style using: