or...
Use Solution Explorer to get properties on the [Solution|Project|Web Site]
and select the Build menu for options you can configure.
<%= Clinton Gallagher
> Gary, that's easy.
>
[quoted text clipped - 12 lines]
>> Thanks,
>> Gary
Hello,
If I have a solution with many projects, how can I set teh build option such
that, only the project that I make changes to get rebuilt, and not all the
projects.
For example. If I have projects A to Z, first time, I build the entire
project, later on, I make changes to only project A. I need to set build
option to rebuild only A and not B...Z. Yes, I can right click on A and say
Build only A, but then, how do I build then enire solution?
Thanks.
Helge Kruse - 26 Mar 2008 07:53 GMT
> Hello,
>
[quoted text clipped - 8 lines]
> Build only A, but then, how do I build then enire solution?
> Thanks.
Deepak,
it's not clear when you mean "build" and when "rebuild". Assuming you want
to rebuild project A and after that build (without rebuilding all) the
entire solution...
open Solution Explorer
right click at project A
context-menu: Project Only -> Rebuild Only A
right click at solution
context-menu: Build Solution
Hope that helps.
/Helge