We've found that the 'incremental build' option in VS.NET is really a
misnomer, at least for anything except VC.NET projects. C# and VB.NET
projects have an incremental build option, but even if checked, once a
solution is closed and reopened after building (or built from the
command-line), even if no source code changes were made, it will always
rebuild the project (or at least regenerate the executable) when built
again. This might work better in Whidbey (VS 2005).

Signature
---------------------------------------------------
Automate your software builds with Visual Build Pro
http://www.kinook.com
> I'm trying to figure out what setting is in place that's causing my
> solution to go through a complete rebuild each time I open it.
[quoted text clipped - 24 lines]
>
> Ron
Andrew McDonald - 14 Oct 2004 21:01 GMT
>> I'm trying to figure out what setting is in place that's causing my
>> solution to go through a complete rebuild each time I open it.
[quoted text clipped - 6 lines]
> command-line), even if no source code changes were made, it will always rebuild the project (or at
> least regenerate the executable) when built again. This might work better in Whidbey (VS 2005).
I have the same problem with one of my home C++ projects. The settings are the same across all my
projects, so I don't think it's incremental building (will investigate though...). I asked here ages
ago but no-one had an answer. I've just found out that one of my work colleagues is now experiencing
exactly the same thing in a work project! Clearly there's a problem somewhere...
Andrew
Ron Horn - 18 Oct 2004 20:19 GMT
>>> I'm trying to figure out what setting is in place that's causing my
>>> solution to go through a complete rebuild each time I open it.
[quoted text clipped - 13 lines]
>
>Andrew
Good, well, sort of...I'm not going crazy then...yet!
I've got a dozen other projects I've created the same way and they all
behave as expected. I just figured I'd kicked some bit accidentally
but had no idea what to look for.
At least Whidbey doesn't have the problem when I brought the solution
into it. So I've got something to look forward to!
Ron