Ah, you're an MVP, too. Since you asked,

, and I did already post this in
the C# forum with no response:
I have a .NET C# solution with 6 projects as follows:
Project A (DLL) not dependent on any other projects
Project B (DLL) dependent on Project A
Project C (DLL) dependent on Project A and B
Project D (DLL) dependent on Project A and B
Project E (EXE) dependent on Project A, B, C, D
Project F (setup project)
I checked all project dependencies by right clicking the projects in the
Solution Explorer and they look good. However, when I make a change to a
class in Project D only, Projects B and C rebuild and I expect them not to.
Project A does not rebuild, as expected. Projects E and F do rebuild, but
that is also expected.
Can anyone explain this? I do not want Projects B and C to change timestamp
if there is no reason for them to do so. I do not want to be forced to give
them new build numbers when nothing has really changed.
"Miha Markic" wrote:
>
>
> "nltoft" <(E-Mail Removed)> wrote in message
> news:04178715-ED90-4B16-862F-(E-Mail Removed)...
> > a question about a project building
> > unexpectedly within one of my solutions?
>
> What do you mean?
>
> --
> Miha Markic [MVP C#, INETA Country Leader for Slovenia]
> RightHand .NET consulting & development www.rthand.com
> Blog: blog.rthand.com
>