How to speed up compile in VS 2005 IDE?

A

ABC

How to speed up compile in VS 2005 IDE?

Our solution have many projects, when I only modified a file, I want only to
compile the modified project, not need to compile all projects. It spend
time to compile all projects.
 
C

Cor Ligthert [MVP]

Than right click on the solution tab in solution explorere and mark all
those projects that has to be compiled. I am not sure if all languages give
the same boxes about that in Visual Studio Net.
 
P

pvdg42

ABC said:
How to speed up compile in VS 2005 IDE?

Our solution have many projects, when I only modified a file, I want only
to compile the modified project, not need to compile all projects. It
spend time to compile all projects.
What Cor said! Select the entity to be built from Solution Explorer (or
ClassView in C++). Then your Build menu will show either Build <ENTITY NAME>
or Build Selection. Works similarly in C# as well.
 

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