Build & Build Solution, Visual Studio 2003

G

Guest

Hi,

I have a C# Project which contains 2 projects a C DLL & a C# Library, now
when i make any small change to just one of the file in the C DLL and do a
build the whole project gets rebuilt which takes considerable amount of time.

I just want the modified file to be compiled and the final solution to be
updated. How do i do this, am using visual studio 2003 ide.

Thanks
 
R

Rob Teixeira

In the solution explorer pane, right-click on the solution and configuration
manager.
Uncheck the projects you don't want compiled on build.
Just be careful to go back and check them if you make a change.

-Rob Teixeira
 
G

Guest

Thanx Rob,

But what when i just modify one single file in the project and I dont want
the whole project to get compiled.

My first project has around 50 files and the second has around 10 files, I
just modify one file from the first project what do i do to just comile and
update the whole solution?
 
G

Guest

THE SOLUTION IS TO ENABLE THE MINIMAL BUILD OPTION IN THE PROPERTIES OF THAT
PARTICULAR SOLUTION

:)
 

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