在 VS2010 中自动重建引用的类库 (DLL)?
我有一个可执行项目 A,它引用了类库项目 B。但是,当我构建 A 时,它不会自动重建 B。重建 B 并由 A 使用的唯一方法是重建 B,然后构建
A。有没有办法让 B 自动重建,然后在构建 A 时由 A 使用?
I have an executable project A, which references to a Class Library project B. However, when I build A, it does not automatically rebuild B. The only way to get B rebuilt and used by A is to rebuild B then build A.
Is there a way I can get B to be rebuilt automatically and then used by A when I build A?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查解决方案配置中的 B。
Check B in your solution configuration.