Skip to content

Commit 6b6f7f5

Browse files
authored
Merge branch 'master' into hosting
2 parents c2b3e0b + c0106ab commit 6b6f7f5

File tree

4 files changed

+12
-54
lines changed

4 files changed

+12
-54
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1269,6 +1269,11 @@
12691269
"redirect_url": "/visualstudio/debugger/debugger-settings-and-preparation",
12701270
"redirect_document_id": false
12711271
},
1272+
{
1273+
"source_path": "docs/ide/reference/project-and-solution-file-types.md",
1274+
"redirect_url": "/visualstudio/ide/solutions-and-projects-in-visual-studio",
1275+
"redirect_document_id": false
1276+
},
12721277
{
12731278
"source_path": "docs/install/index.md",
12741279
"redirect_url": "/visualstudio/install/install-visual-studio",

docs/ide/reference/project-and-solution-file-types.md

Lines changed: 0 additions & 50 deletions
This file was deleted.

docs/ide/solutions-and-projects-in-visual-studio.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,12 @@ In Visual Studio, the project file is used by **Solution Explorer** to display t
4747

4848
A project is contained within a *solution*. A solution contains one or more related projects, along with build information, Visual Studio window settings, and any miscellaneous files that aren't associated with a particular project. A solution is described by a text file (extension *.sln*) with its own unique format; it is not intended to be edited by hand.
4949

50-
A solution has an associated *.suo* file that stores settings, preferences, and configuration information for each user that has worked on the project.
50+
Visual Studio uses two file types (*.sln* and *.suo*) to store settings for solutions:
51+
52+
|Extension|Name|Description|
53+
|---------------|----------|-----------------|
54+
|.sln|Visual Studio Solution|Organizes projects, project items, and solution items in the solution.|
55+
|.suo|Solution User Options|Stores user-level settings and customizations, such as breakpoints.|
5156

5257
## Create new projects
5358

@@ -57,7 +62,7 @@ You can also create custom project and item templates. For more information, see
5762

5863
## Manage projects in Solution Explorer
5964

60-
After you create a new project, you can use **Solution Explorer** to view and manage the project and solution, and their associated items. The following illustration shows **Solution Explorer** with a C# solution that contains two projects.
65+
After you create a new project, you can use **Solution Explorer** to view and manage the project and solution, and their associated items. The following illustration shows **Solution Explorer** with a C# solution that contains two projects:
6166

6267
![Solution Explorer](../ide/media/vs2015_solution_explorer.png)
6368

docs/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,6 @@
155155
href: porting/port-migrate-and-upgrade-visual-studio-projects.md
156156
- name: Add and remove project items
157157
href: ide/adding-and-removing-project-items.md
158-
- name: Project and solution file types
159-
href: ide/reference/project-and-solution-file-types.md
160158
- name: Manage project and solution properties
161159
href: ide/managing-project-and-solution-properties.md
162160
- name: Manage references in a project

0 commit comments

Comments
 (0)