The log of Visual studio compiling

Hi,

When I compile my project on windows, I got a log that is quite long, containing quite a lot of unimportant information and everything is white except my scripted instruction.

It would be nice if we could improve two things in visual studio compiling

  • Kill some unimportant message while keeping them in the raw log.
  • Provide color support in the log.

https://travis-ci.org/JerryCao1985/SORT/jobs/484378822
Above is a link of my project and following is the same commit compiled on the other platform.
https://ci.appveyor.com/project/JerryCao1985/sort/build/job/gn5y0y1tct13jr56
We can easily notice that there is way less information on the other platform making it quite clear and compact.

While on other platforms, we can also notice that the unit test information is way more colorful than the one on windows.
https://travis-ci.org/JerryCao1985/SORT/jobs/484378821

Cheers