Skip to content

VS: Adapt project parsers to support "ProjectGUID" tag values without curly brackets

Fredrik Orderud requested to merge forderud/cmake:ProjectGUID-brackets into master

Needed to correctly parse Windows Installer "wiproj" projects, that by default contain "ProjectGUID" tags with GUID values without surrounding curly brackets. As of today, CMake truncates the first & last character from the GUID value for these projects.

Topic-rename: vs-guid-tolerate-no-curly

Edited by Brad King

Merge request reports