Non-recursive inter-project dependencies
Posted: Tue Sep 27, 2011 3:39 am
Let's say I have a workspace C that consists of 3 projects:
A (base)
B (depends on A)
C (depends on B)
If I do rebuild for C only C and B are rebuilt, but not A. Is it by design? I would expect A to be rebuilt too. BTW Visual Studio behaves recursively and will rebuild all 3 projects..
A (base)
B (depends on A)
C (depends on B)
If I do rebuild for C only C and B are rebuilt, but not A. Is it by design? I would expect A to be rebuilt too. BTW Visual Studio behaves recursively and will rebuild all 3 projects..