Skip to content

VS: Fix VCTargetsPath detection

In some environments MSBuild chooses the Release configuration even though only Debug is available in our detection project. Force use of the Debug configuration with a command-line option.

Fixes: #17118 (closed)

Merge request reports