Merge branch 'vcxproj-indentation' into release

This commit is contained in:
Brad King 2017-02-23 14:01:05 -05:00
commit 5eb4d9d80b

View File

@ -130,6 +130,7 @@ void cmVisualStudio10TargetGenerator::WritePlatformConfigTag(
}
stream->fill(' ');
stream->width(indentLevel * 2);
(*stream) << ""; // applies indentation
(*stream) << "<" << tag << " Condition=\"";
(*stream) << "'$(Configuration)|$(Platform)'=='";
(*stream) << config << "|" << this->Platform;