You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ssms/solution/files-that-manage-solutions-and-projects.md
+23-22Lines changed: 23 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,32 +25,33 @@ manager: "jhubbard"
25
25
---
26
26
# Files That Manage Solutions and Projects
27
27
This topic describes the file types that are specific to [!INCLUDE[msCoName](../../includes/msconame_md.md)][!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull_md.md)]. By default, all solutions and their projects are created in \My Documents\SQL Server Management Studio Projects.
28
-
-
29
-
## Management Studio Solution Files
30
-
[!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull_md.md)] uses different file types than [!INCLUDE[msCoName](../../includes/msconame_md.md)][!INCLUDE[ssBIDevStudioFull](../../includes/ssbidevstudiofull_md.md)] or [!INCLUDE[msCoName](../../includes/msconame_md.md)] Visual Studio. This means you cannot open a [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull_md.md)] solution in [!INCLUDE[ssBIDevStudioFull](../../includes/ssbidevstudiofull_md.md)] or in Visual Studio. [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull_md.md)] solution files allow Solution Explorer to display a graphical interface for managing your files.
28
+
29
+
30
+
## Management Studio Solution Files
31
+
[!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull_md.md)] uses different file types than [!INCLUDE[msCoName](../../includes/msconame_md.md)][!INCLUDE[ssBIDevStudioFull](../../includes/ssbidevstudiofull_md.md)] or [!INCLUDE[msCoName](../../includes/msconame_md.md)] Visual Studio. This means you cannot open a [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull_md.md)] solution in [!INCLUDE[ssBIDevStudioFull](../../includes/ssbidevstudiofull_md.md)] or in Visual Studio. [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull_md.md)] solution files allow Solution Explorer to display a graphical interface for managing your files.
|.ssmssln|[!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull_md.md)] Solution Object|Provides the environment with references to the location on disk of [!INCLUDE[msCoName](../../includes/msconame_md.md)][!INCLUDE[ssNoVersion](../../includes/ssnoversion_md.md)] projects, project items, and solution|[!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull_md.md)]|
|.ssmssln|[!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull_md.md)] Solution Object|Provides the environment with references to the location on disk of [!INCLUDE[msCoName](../../includes/msconame_md.md)][!INCLUDE[ssNoVersion](../../includes/ssnoversion_md.md)] projects, project items, and solution|[!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull_md.md)]|
35
36
36
-
## Management Studio Project Files
37
-
In the same way that solutions contain solution files that manage objects in a solution, projects contain project files. The type of project file that [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull_md.md)] creates for a project depends on the template used to create the project. The following table describes the type of file created for each project.
37
+
## Management Studio Project Files
38
+
In the same way that solutions contain solution files that manage objects in a solution, projects contain project files. The type of project file that [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull_md.md)] creates for a project depends on the template used to create the project. The following table describes the type of file created for each project.
By default, solution-level files are created in the physical directory of the first project that is created with the solution. You can specify a directory for the solution by creating a solution, or you can specify the directory when you create a new project.
45
+
## Location of Solution-Level Files
46
+
By default, solution-level files are created in the physical directory of the first project that is created with the solution. You can specify a directory for the solution by creating a solution, or you can specify the directory when you create a new project.
46
47
47
-
If you have a directory structure similar to the logical structure shown in Solution Explorer, project and solution files are easier to locate and share with other developers on a team.
48
+
If you have a directory structure similar to the logical structure shown in Solution Explorer, project and solution files are easier to locate and share with other developers on a team.
48
49
49
-
## See Also
50
-
[Manage Files with Encoding](../../ssms/solution/manage-files-with-encoding.md)
0 commit comments