1.新建批处理文件build.bat,内容如下:
cd solutiondir
X:/MSDEVPATH/devenv /rebuild Debug solutionname.sln
2.Custom Commands/Run:中填入 X:/path/build.bat
3.选择:Capture Output;Save File First;Pause When Done;
Parse Links in Output;File,then Line
4.Pattern中填入:^/([0-9a-zA-Z//._:]*/)(/([0-9]+/))
Good Luck! ^_^