VS 2005 builds entire solution instead of select project

G

Gotch@

Hi,

my VS is messing up... Suddenly, when I try building just one project
(selecting it, pushing right buttn, then build... as I always have
done) it builds the entire solution... It started behaving this way
suddenly, a couple minutes before it was ok and I didn't change
anything... What's wrong???
 
G

Guest

Right click your solution object and go to Properties. On the left panel,
select Configuration Properties and then Configuration. You should see a list
of all your projects here. Make sure there is a check mark in the Build
column for only the projects that you want to compile. For the ones you do
not want to compile, uncheck the box.

Remember that there are two ways to compile a project: as DEBUG and as
RELEASE. Depending on which setting you have selected you could have
different compile configurations so make sure you set it up for both cases.

Adrian.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top