CSharp project open and build

  • Thread starter Thread starter Nagesh
  • Start date Start date
N

Nagesh

Hi All,

I have a C# solution that is really big with more than 50
projects, it takes more time for opening the projectas
well as when I do a small change and build, it takes more
time, is there any way I can reduce the time taken?

Thanks

Nagesh.
 
Use the configuration manager in the IDE to only build those projects you
have changed by turning the others off
 
Back
Top