在 VS 2010 中自动指定默认的构建后事件
Visual Studio 2010 中有没有办法自动指定构建后事件命令?现在我必须继续为我创建的每个新项目输入相同的命令。有没有办法让所有新项目默认使用特定的构建后事件命令?
Is there a way in Visual Studio 2010 to automatically specify a post build event command? Right now I have to keep putting in the same command for every new project I create. Is there a way to have all new projects default to a specific post build event command?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可以通过创建一个包含构建后命令的新项目模板来完成。可以通过创建新项目、添加构建后命令,然后使用该项目作为模板的基础来派生模板。
创建模板有点复杂,无法在 SO 答案中捕获,但这里有一些关于该主题的文章
This can be done by creating a new project template which includes the post build command. The template can be derived by creating a new project, adding the post build command and then using that project as the basis for the template.
Creating the template is a bit too involved to capture in a SO answer but here are a few articles on the subject