NET solution, the. sln file and the. suo file are interpreted as:
When a Web site is created, a solution file (. sln) and a hidden solution the user options file (. suo) is created. By default, these files is created in the My documents\visual Studio 2005\projects folder. Bcoz They is not required in the deployed website.
SLN (own ' s The following details):
* A List of the projects that is to is loaded into Visual Studio 2005
* A List of project dependencies
* Microsoft Visual SourceSafe Information
* A List of add-ins that is available
SUO (own ' s The following files):
* The Task List
* Debugger break points and watch window settings
* Visual Studio window Locations
Visual Studio.NET uses two file types (. sln and . suo) to store solution-specific settings , which are always referred to as solution files. Provide Solution Explorer with the information needed to display the graphical interface for managing files
This will not distract you from the development environment each time you continue to develop the task.
*.sln:(Visual studio.solution) organizes these into solutions by providing the environment with references to the location of projects, project items, and solution items on disk. such as the generation of debug mode , or release mode , is the general CPU or private, etc.
PS: is to open the file index , correctly guide you into the environment , into the project !
*.suo: (Solution user opertion) solution users option records all options that will be associated with the solution.
So that each time you open it, it contains the customizations that you made. For example vs layout , a file that was last compiled by the project and not closed (for next open )
PS: Presumably it is to save some configuration that is not related to the code itself.
*.suo is the format of a file. It's a very important document,
The *.suo solution user option records all options that will be associated with the solution so that each time it is opened, it contains customizations made by the user.
It stores the custom configuration of the user interface, including layouts , breakpoints , and files that were last compiled by the project without closing them (for the next time you open ), so that the next time you open the Visual Studio can restore these settings, so don't delete them, so don't let them. in fact, the above explanation in English is very clear, to affirm that the PDB does not have breakpoint information .
The VS layout includes a list of variables for monitor 1234, a breakpoint marker and switch status, a distribution of error windows for the Output window, and its suspended state, as well as an item unload status tag.
*.suo files are occasionally destroyed, resulting in unexpected results when building and editing applications. If Visual Studio is not stable for each solution, you should delete the . suo file. The next time you open the solution,Visual Studio rebuilds it.
vs. sln and. suo files