Skip to content

Commit c0106ab

Browse files
authored
Merge pull request #2381 from gewarren/file-types
Remove useless project and solution file types topic
2 parents cb20fde + f958833 commit c0106ab

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
@@ -1259,6 +1259,11 @@
12591259
"redirect_url": "/visualstudio/ide/class-designer/working-with-visual-cpp-code",
12601260
"redirect_document_id": false
12611261
},
1262+
{
1263+
"source_path": "docs/ide/reference/project-and-solution-file-types.md",
1264+
"redirect_url": "/visualstudio/ide/solutions-and-projects-in-visual-studio",
1265+
"redirect_document_id": false
1266+
},
12621267
{
12631268
"source_path": "docs/install/index.md",
12641269
"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)