Skip to content

Commit ca1a12e

Browse files
authored
Merge pull request #6209 from MicrosoftDocs/master637436752094921781
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents db60d3f + 9feb811 commit ca1a12e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Solutions and projects
3-
description: Learn about Visual Studio projects and solutions and learn how to create a new project with the Solution Explorer tool.
3+
description: Learn about Visual Studio projects and solutions, how to create new projects from a template, and how to view & manage projects in Solution Explorer.
44
ms.custom: SEO-VS-2020
5-
ms.date: 12/11/2020
5+
ms.date: 12/15/2020
66
ms.topic: conceptual
77
f1_keywords:
88
- vs.addnewitem
@@ -47,6 +47,8 @@ Project files are based on the [MSBuild XML schema](../msbuild/msbuild-project-f
4747

4848
A project is contained within a *solution*. Despite its name, a solution is not an "answer". It's simply a container for 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's not intended to be edited by hand.
4949

50+
### Solution file
51+
5052
Visual Studio uses two file types (*.sln* and *.suo*) to store settings for solutions:
5153

5254
|Extension|Name|Description|
@@ -56,7 +58,7 @@ Visual Studio uses two file types (*.sln* and *.suo*) to store settings for solu
5658

5759
### Solution folder
5860

59-
In this context, a "solution folder" is a virtual folder that's only in **Solution Explorer**, where you can use it to group projects in a solution. If you want to locate a solution file on a computer, go to **Tools** > **Options** > **Projects and Solutions** > **Locations**. For more information, see [Options dialog box: Projects and Solutions > Locations](./reference/projects-solutions-locations-options.md).
61+
A "solution folder" is a virtual folder that's only in **Solution Explorer**, where you can use it to group projects in a solution. If you want to locate a solution file on a computer, go to **Tools** > **Options** > **Projects and Solutions** > **Locations**. For more information, see [Options dialog box: Projects and Solutions > Locations](./reference/projects-solutions-locations-options.md).
6062

6163
## Create new projects
6264

0 commit comments

Comments
 (0)