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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -