question about VS7.1 soln

  • Thread starter Thread starter Bit Byte
  • Start date Start date
B

Bit Byte

I have a solution (VS7.1) which consists of several projects (about 10
projects) - a couple of these projects are work in progress (i.e.
uncompleted - and so do not build without errors).

Is it possible to exclude these (unfinished) projects from the solution
build - i.e. I want to be able to build the entire solution, but ignore
the specific (uncompleted) projects - is this possible?. If yes, does
anyone knows how ?
 
I have a solution (VS7.1) which consists of several projects (about 10
projects) - a couple of these projects are work in progress (i.e.
uncompleted - and so do not build without errors).

Is it possible to exclude these (unfinished) projects from the solution
build - i.e. I want to be able to build the entire solution, but ignore
the specific (uncompleted) projects - is this possible?. If yes, does
anyone knows how ?

Hi,
From the 'build' menu, select configuration manager and uncheck the projects
that you don't want to build.
Each solution configuration can have a different configuration, allowing you
to build certain projects only in debug build for example.

--

Kind regards,
Bruno van Dooren
(e-mail address removed)
Remove only "_nos_pam"
 
Bruno said:
Hi,
From the 'build' menu, select configuration manager and uncheck the projects
that you don't want to build.
Each solution configuration can have a different configuration, allowing you
to build certain projects only in debug build for example.

Cheers
 
Back
Top