I have a command-line tool that I run as a post-build event. The tool does some analysis on the code in my project and generates a text file as its output.
I'd like to take the text file generated by the tool and add its contents to my project's Error List window as a set of warnings.
Is this possible or do I need to write my own VS extension to make it happen?