How to use bake in Visual StudioΒΆ

  1. Select a build configuration of the main project

    Right click on the main project and select a bake build configuration.

    ../../_images/vs_select_config.png

    Note

    Only configurations with a DefaultToolchain will be displayed.

  2. You can see the selected config in the last line of the Build menu.

    ../../_images/vs_show_config.png

    If you click on this menu item, you can deselect the build config, which disables bake as long as no other config will be selected.

  3. You can specify additional command line parameters via the Options menu.

    ../../_images/vs_options.png
  4. The build result will be shown in the Output window, errors will be shown in the Error window and annotated in the sources.

    ../../_images/vs_error.png