Showing posts with label Microsoft Visual Studio. Show all posts
Showing posts with label Microsoft Visual Studio. Show all posts

Wednesday, January 6, 2010

Solution File in Microsoft Visual Studio... Have a Loo00ooK

Solution File which created when we create new solution in visual studio, it is simply a text file that contain information specific to this solution and shared between developers of this solution, this information will be like:

  1. A list of projects that are to be loaded into visual studio 
  2. The Target Framework version for the solution
  3. The Default language for the solution
  4. A list of project dependencies 
  5. Source control information
  6. A List of add-ins that are available 

Another File is Solution user options file and it is binary file which contain user settings and specific for every developer like 
  1. The Task List 
  2. Dubugger break points and watch window settings 
  3. Visual Studio Window Locations