I have solution with very big number of projects in it and would like to see somehow progress of compilation.
As you probably know when compiling we see only those strings in Output Window (even if it's open widely) -
...
_CopyAppConfigFile:
Copying file from "app.config" to "bin\Debug\Bububu.exe.config".
CopyFilesToOutputDirectory:
Copying file from "obj\Debug\Bububu.exe" to "bin\Debug\Bububu.exe".
Bububu -> C:\Dev\Bububu\bin\Debug\Bububu.exe
Copying file from "obj\Debug\Bububu.pdb" to "bin\Debug\Bububu.pdb".
Build succeeded.
Well, I'd like to see something like "Build 13/26 succeeded..." Is this possible at all?