visual studio 2010 - When I change one project in a solution, several other projects are rebuilt -


i have large visual studio 2010 solution many c# projects in it.

when i

  1. build solution,
  2. then change 1 project in (add couple of console.writeline statements) and
  3. build again,

not changed project compiled, several others (compile complete messages appears 12 times in build output).

what may cause behaviour (change in 1 project leads recompilation of several others), except dependencies between projects ?


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -