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! ^_^
本文介绍如何通过创建批处理文件实现项目的自定义编译任务,包括设置运行命令及输出解析配置。
1739

被折叠的 条评论
为什么被折叠?



