Merge topic 'vcxproj-indentation'

2cb165e8 VS: Fix .vcxproj indentation
This commit is contained in:
Brad King 2017-02-24 09:31:33 -05:00 committed by CMake Topic Stage
commit 17c151965d

View File

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