Skip to content

VS: Encode newlines in XML attributes

lukka requested to merge lukka/cmake:master into master

Encode \n as 
 to avoid generating a literal newline inside an XML attribute. This is more readable and also fixes custom commands in .csproj files with VS 2019 RC.

Fixes: #19001 (closed)
Topic-rename: vs-explicit-newline

Edited by Brad King

Merge request reports