Skip to content

VsCommand

Daniel Vigovszky edited this page May 6, 2014 · 1 revision

Generates visual studio solution and project files for the given module or product, and launches Visual Studio to open them.

Example:

bari vs HelloWorld

Optionally bari can start and load the generated solution into Visual Studio immediately:

Example:

bari vs --open HelloWorld

If called without any module or product name, it adds every module to the generated solution.

Global parameters

Global parameters must be placed before the command name.

  • -v enables verbose logging
  • --target X sets the target goal to X.