mirror of
https://github.com/reactos/CMake.git
synced 2025-01-31 17:12:49 +00:00
Merge topic 'vcxproj-indentation'
2cb165e8 VS: Fix .vcxproj indentation
This commit is contained in:
commit
17c151965d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user