如何在预编译步骤中自动将文件添加到 Visual Studio 项目?

发布于 2024-11-17 10:04:41 字数 88 浏览 2 评论 0原文

我有一个 perl 脚本来将一些文件复制到我的项目目录中。我们项目的预编译步骤将运行该脚本。但问题是复制的文件不会自动添加到项目依赖项中。有没有办法自动添加它们?

I have a perl script to copy some files into my project directory . The pre-compile step of our project will run the script. But the problem is that copied files are not add to the project dependency automatically . Is there a way to add them by automation ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

抽个烟儿 2024-11-24 10:04:41

脚本的复制和运行可以通过使用预构建和后构建宏来完成。 DTE 还提供诸如 BuildEvents 之类的东西。请查看此处

The copying and running of the scripts can be done by using the Pre Build and Post Build macros. Also the DTE provides things such as BuildEvents. Take a look here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文