Fixed the missing newline when a project gets skipped.

This commit is contained in:
blah38621_cp 2012-01-10 20:52:26 +00:00
parent 13c58b3c66
commit 339570876b

View file

@ -68,7 +68,7 @@ namespace Cosmos.VS.Package
if (xGuid != this.ProjectIDGuid)
{
uiThreadCallback(MSBuildResult.Successful, "Skipped");
output.OutputStringThreadSafe("Project skipped, as it's not necessary for running");
output.OutputStringThreadSafe("Project skipped, as it's not necessary for running\r\n");
return;
}
}