简体   繁体   中英

Automatically rebuild referenced Class Libraries (DLLs) in VS2010?

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?

在解决方案配置中选中B。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM