VS 2008 上的预构建事件未执行

发布于 2024-07-25 13:20:30 字数 69 浏览 4 评论 0原文

我尝试在 vs2008 上运行 C# 解决方案的构建,发现解决方案中包含的项目的预构建事件未执行。 这种行为的原因是什么?

I'm tring to run build of C# solution on vs2008 and discovered that pre-build events for projects containing in the solution were not executed. What can be reason of such behavior ?

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

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

发布评论

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

评论(2

盛夏已如深秋| 2024-08-01 13:20:30

需要检查的一些事项:

  • 它们是否以完全重建的方式执行
  • 检查构建配置管理器 - 该项目是否包含在您正在构建的配置和平台的构建中?
  • 将“echo”语句添加到预构建事件中以检查它是否确实没有运行。

Some things to check:

  • Do they execute with a full rebuild
  • Check the Build Configuration Manager - is the project included in the build for the configuration and platofrm you're building?
  • Add an 'echo' statement to the pre-build events to check that it really isn't being run.
孤寂小茶 2024-08-01 13:20:30

打开解决方案的配置管理器(右键单击解决方案,选择“配置管理器...”),然后检查在为活动配置构建解决方案时是否选择了要构建的项目。

Open configuration manager for the solution (right click on the solution, select "Configuration manager...") and check is your project selected for build when solution is build for active configuration.

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