mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 22:10:32 +00:00
Merge branch 'vcxproj-indentation' into release
This commit is contained in:
commit
5eb4d9d80b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user