
Signature
Peter [MVP Visual Developer]
Jack of all trades, master of none.
1. The Build Solution option compiles only those project files and
components that have changed since the last build. For example consider
that you have two projects Proj1 and Proj2 in your solution MySolution.
When you compile the solution using Build Solution option after making some
changes to Proj1 only Proj1 will be compiled and built but Proj2 will not
be compiled since there are no changes to it.
2. On the other hand the Rebuild Solution option builds all project files
and components irrespective of the changes made to them. For example
consider that you have two projects Proj1 and Proj2 in your solution
MySolution. When you compile the solution using Rebuild Solution option
after making some changes to Proj1, both Proj1 and Proj2 will be compiled
and built even though there are no changes made to Proj2.
Thanks
Mohan
--------------------
>From: "Peter van der Goes" <p_vandergoes@toadstool.u>
>References: <e2#HYnv9EHA.1564@TK2MSFTNGP09.phx.gbl>
[quoted text clipped - 10 lines]
>NNTP-Posting-Host: ip68-97-198-108.ok.ok.cox.net 68.97.198.108
>Path:
cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08
.phx.gbl!TK2MSFTNGP11.phx.gbl
>Xref: cpmsftngxa10.phx.gbl microsoft.public.vsnet.setup:6494
>X-Tomcat-NG: microsoft.public.vsnet.setup
[quoted text clipped - 13 lines]
>The difference becomes significant with large solutions when only (for
>example) one code module has been modified.
Peter van der Goes - 16 Jan 2005 13:48 GMT
> 1. The Build Solution option compiles only those project files and
> components that have changed since the last build. For example consider
[quoted text clipped - 15 lines]
>
> --------------------
Thanks for confirming, Mohan.

Signature
Peter [MVP Visual Developer]
Jack of all trades, master of none.