Skip to content

VS: Revert "Write ZERO_CHECK.proj for VS19 and above"

Brad King requested to merge brad.king/cmake:revert-vs-ZERO_CHECK-proj into master

Revert !7010 (merged) and a supporting change from !7478 (merged).

The change was made to support dotnet tooling in addition to msbuild. However, not having ZERO_CHECK in the .sln breaks common interactive workflows. Revert the change for now. Later it can be re-introduced behind some kind of option that enables dotnet support.

Fixes: #23726 (closed)
Issue: #20227
Backport: release:HEAD^2

Edited by Brad King

Merge request reports