<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<!-- Bazel (Windows, MSVC). cl.exe is spawned by Bazel's Java server, not bazel.exe - both need interception. -->
<Profile FormatVersion="1">
<!-- Bazel's long-running Java server can only be intercepted if BuildConsole's
own process tree creates it. Set the full path to bazel.exe below so it
restarts the server before each build. -->
<PreBuildStep Filepath="path\to\bazel.exe shutdown" />
<Tools>
<Tool Filename="bazel" AllowIntercept="true" />
<Tool Filename="java" AllowIntercept="true" />
</Tools>
</Profile>