Solutions

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

A solution is a grouping of one or more projects that work together to create an application. The project and status information that pertain to the solution are stored in two solution files, a text-based solution (.sln) file and a binary solution user option (.suo) file.

In This Section

Overview
Discusses the types of solution files included in a solution, and the process that occurs when a solution is opened.

Solution (.Sln) File
Explains the structure of a .sln file.

Solution User Options (.Suo) File
Explains the .suo file.