Skip to content

Commit e97a087

Browse files
author
Steve Stein
authored
remove extra dash
1 parent 6f2f5ef commit e97a087

1 file changed

Lines changed: 23 additions & 22 deletions

File tree

docs/ssms/solution/files-that-manage-solutions-and-projects.md

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -25,32 +25,33 @@ manager: "jhubbard"
2525
---
2626
# Files That Manage Solutions and Projects
2727
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.
3132

32-
|Extension|File type|Description|Created by|
33-
|-------------|-------------|---------------|--------------|
34-
|.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)]|
33+
|Extension|File type|Description|Created by|
34+
|-------------|-------------|---------------|--------------|
35+
|.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)]|
3536

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.
3839

39-
|Extension|Project template|
40-
|-------------|--------------------|
41-
|.ssmssqlproj|[!INCLUDE[ssNoVersion](../../includes/ssnoversion_md.md)] Scripts Project|
42-
|.ssmsasproj|[!INCLUDE[ssASnoversion](../../includes/ssasnoversion_md.md)] Scripts Project|
40+
|Extension|Project template|
41+
|-------------|--------------------|
42+
|.ssmssqlproj|[!INCLUDE[ssNoVersion](../../includes/ssnoversion_md.md)] Scripts Project|
43+
|.ssmsasproj|[!INCLUDE[ssASnoversion](../../includes/ssasnoversion_md.md)] Scripts Project|
4344

44-
## Location of Solution-Level Files
45-
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.
4647

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.
4849

49-
## See Also
50-
[Manage Files with Encoding](../../ssms/solution/manage-files-with-encoding.md)
51-
[Miscellaneous Files](../../ssms/solution/miscellaneous-files.md)
52-
[Solution Explorer](../../ssms/solution/solution-explorer.md)
53-
[Solutions (SQL Server Management Studio)](../../ssms/solution/solutions-sql-server-management-studio.md)
54-
[Projects (SQL Server Management Studio)](../../ssms/solution/projects-sql-server-management-studio.md)
55-
[Solution Explorer Source Control](https://msdn.microsoft.com/en-us/library/ms173879.aspx)
50+
## See Also
51+
[Manage Files with Encoding](../../ssms/solution/manage-files-with-encoding.md)
52+
[Miscellaneous Files](../../ssms/solution/miscellaneous-files.md)
53+
[Solution Explorer](../../ssms/solution/solution-explorer.md)
54+
[Solutions (SQL Server Management Studio)](../../ssms/solution/solutions-sql-server-management-studio.md)
55+
[Projects (SQL Server Management Studio)](../../ssms/solution/projects-sql-server-management-studio.md)
56+
[Solution Explorer Source Control](https://msdn.microsoft.com/en-us/library/ms173879.aspx)
5657

0 commit comments

Comments
 (0)