Skip to content

cmVisualStudio10TargetGenerator: Properly escape attributes

vvs31415 requested to merge (removed):attr-escape into master

In addition to common XML escape characters, attributes require escaping the double quote character. A new function, cmVS10EscapeAttr is added and used where appropriate.

Merge request reports