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
- build solution,
- then change 1 project in (add couple of
console.writelinestatements) and - 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
Post a Comment