In the build log I'd like to the start and end time of each project's compilation. Is there any way to get VS to do this?
|
|
|
|
|
|
|
For VC++ builds you can enable build timing. Go to Tools->Options->Projects and Solutions->VC++ Project settings and choose the option for 'Build Timing' |
||
|
|
|
|
Not without modifying the actual project file (using a text editor) to add calls in to the MSBuild script targets. |
||
|
|
|
|
Thanks. I guess that's as much as I can get it to tell me without doing a bunch of extra work. |
||
|
|
