0

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?

Callum Rogers
  • 15,630
  • 17
  • 67
  • 90

1 Answers1

3

Check B in your solution configuration.

thelost
  • 6,638
  • 4
  • 28
  • 44