mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 19:08:21 +08:00
Since Dexter no longer intends to build any code, the ShouldBuild property in any Visual Studio project being run by Dexter should be false to ensure that a build step is never invoked by Dexter, whether the project has already been built or not. Reviewed by: OCHyams