Re: Exclude a project from a multi-project solution build
- From: "Andy" <anedza@xxxxxxxxxxxxxxxxxxxxxx>
- Date: 21 Sep 2006 11:52:32 -0700
Rebuild Solution/Build Solution is a global override that forces VS.NET
to rebuild everything; you cannot cancel this behavior.
Instead, assign the dependancies on all your other projects to force
only the particular projects you wish to be built in your solution as a
group when you build only a selected project.
For each project, goto the VS.NET main menubar and select:
project->project dependancies and project->project build order
Checkmark the listed projects you want to have built when you build a
particular project - do not checkmark the project you wish to exclude.
After this, whenever you build a project in the solution, only the
projects you have checkmarked will be built.
.
- Follow-Ups:
- Re: Exclude a project from a multi-project solution build
- From: Carl Daniel [VC++ MVP]
- Re: Exclude a project from a multi-project solution build
- References:
- Prev by Date: Re: Socket weirdness
- Next by Date: Re: Socket weirdness
- Previous by thread: Exclude a project from a multi-project solution build
- Next by thread: Re: Exclude a project from a multi-project solution build
- Index(es):