mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 00:59:19 -06:00
Merge branch 'vcxproj-indentation' into release
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user