在构建时 Visual Studio 上添加任务
是否可以在 Visual Studio 项目构建时添加任务?
我的具体目的是复制文件并将其粘贴到其他地方。它是一个配置文件。 如果是,那么我可以添加任何类型的任务来增加构建时间???
我正在使用 Visual Studio 2010(但也很想了解其他版本)。
Is it possible to add a task in visual studio project build time?
My specific purpose is to copy a file and paste it somewhere else. Its a configuration file.
If yes then is there any type of tasks i can add to build time ???
I am using visual studio 2010 (but will love to know about other versions too).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
转到项目的属性,在构建事件选项卡下,您可以输入构建前和构建后操作。您几乎可以运行任何可执行文件或 shell 命令。
Go to the properties of the project, under the build events tab you can enter pre and post build actions. You can pretty much run any executable or shell command.