I am building a VS2005 sln file with msbuild. This must be trivial, but I have tried and searched for two days now and can’t figure it out:If file c:\abc\def\foo.cs has an error, I’d like the error message ouput the full path, not just foo.cs. How can I do this?
Thanks in advance,
Alex