Writing to output build pane + error list in Visual Studio 2013 with ability to double click entry to go to error without using msbuild/new process
问题 I'm using a custom build tool which I call as a dll from within a Visual Studio 2013 extension package I'm creating and I would like to take the string output returned from this tool, parse it for the error, line number etc. and output it to the build pane + error list complete with the ability to double click to go to the source location in the file with the error. Currently I can output the information to the pane and error list but the double click to go to source functionality does not