diff options
author | Robert Dailey <rcdailey@gmail.com> | 2018-01-25 22:01:46 (GMT) |
---|---|---|
committer | Robert Dailey <rcdailey@gmail.com> | 2018-01-26 15:52:59 (GMT) |
commit | b07b1aa416ecd90110937ee3cd84b9f9c8be5e8d (patch) | |
tree | dc0da73d0c5188ae76b6dd69879efef8bfd0186a /Source/cmListCommand.h | |
parent | a24dbba3482d5c5b8542c56047ec78dd40215a06 (diff) | |
download | CMake-b07b1aa416ecd90110937ee3cd84b9f9c8be5e8d.zip CMake-b07b1aa416ecd90110937ee3cd84b9f9c8be5e8d.tar.gz CMake-b07b1aa416ecd90110937ee3cd84b9f9c8be5e8d.tar.bz2 |
VS: Use newline for empty DebugInformationFormat tags
Previously, code wrote out empty tags for `<DebugInformationFormat>`
like so:
<DebugInformationFormat></DebugInformationFormat>
This gets corrected by Visual Studio 2017 when saving the solution. The
correction appears as:
<DebugInformationFormat>
</DebugInformationFormat>
In the spirit of keeping the XML structure as close to what Visual
Studio expects as possible, a newline is inserted after the opening tag
in the empty case.
Diffstat (limited to 'Source/cmListCommand.h')
0 files changed, 0 insertions, 0 deletions