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/ide/solutions-and-projects-in-visual-studio.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: 'What are Visual Studio solutions & projects?'
3
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.
4
4
ms.custom: "SEO-VS-2020, contperf-fy21q2"
5
-
ms.date: 08/25/2022
5
+
ms.date: 08/26/2022
6
6
ms.topic: conceptual
7
7
f1_keywords:
8
8
- vs.openproject
@@ -80,7 +80,7 @@ After you create a new project, you can use **[Solution Explorer](use-solution-e
80
80
81
81

82
82
83
-
The toolbar across the top of **Solution Explorer** has buttons to switch from a solution view to a folder view, filter pending changes, show all files, collapse all nodes, view [properties](managing-project-and-solution-properties.md) pages, preview code in the [code editor](writing-code-in-the-code-and-text-editor.md), and more.
83
+
The [toolbar](use-solution-explorer.md#solution-explorer-toolbar) across the top of **Solution Explorer** has buttons to switch from a solution view to a folder view, filter pending changes, show all files, collapse all nodes, view [properties](managing-project-and-solution-properties.md) pages, preview code in the [code editor](writing-code-in-the-code-and-text-editor.md), and more.
84
84
85
85
Many menu commands are available from the [right-click context menu](use-solution-explorer.md#solution-node-context-menu-options) on various items in **Solution Explorer**. These commands include building a project, managing NuGet packages, adding a reference, renaming a file, and running tests, just to name a few. For more information, see [Learn about Solution Explorer](use-solution-explorer.md).
Copy file name to clipboardExpand all lines: docs/ide/use-solution-explorer.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Learn about Solution Explorer
3
3
description: Learn how you can use the Solution Explorer tool window in Visual Studio to create & manage your files, projects, and solutions.
4
-
ms.date: 08/24/2022
4
+
ms.date: 08/26/2022
5
5
ms.topic: conceptual
6
6
ms.custom: contperf-fy22q4
7
7
helpviewer_keywords:
@@ -29,13 +29,13 @@ By default, the Solution Explorer tool window appears as a pane in the upper-rig
29
29
30
30
Let's take a look at the Solution Explorer tool window and its UI (user interface). We'll start with an annotated screenshot of an open C# console solution that has two projects.
31
31
32
-
:::image type="content" source="media/solution-explorer-tool-window.png" alt-text="An annotated screenshot of the Solution Explorer tool window in Visual Studio." lightbox="media/solution-explorer-tool-window.png":::
32
+
:::image type="content" source="media/solution-explorer-tool-window-sml.png" alt-text="An annotated screenshot of the Solution Explorer tool window in Visual Studio." lightbox="media/solution-explorer-tool-window-lrg.png":::
33
33
34
34
The following table is a text-equivalent of the annotated screenshot, but with a few handy links you can use to learn more.
35
35
36
36
|UI element |Action |
37
37
|----------------------|---------|
38
-
|[**Menu** bar](#solution-explorer-menu-bar)| Control how your files appear |
38
+
|[**Toolbar**](#solution-explorer-toolbar)| Control how your files appear |
39
39
|**Search** bar | Search for specific files and file types |
40
40
|**Main** window | View and manage your files, projects, & solutions |
41
41
|[**Solution** node](#solution-node-context-menu-options)| Manage your solution(s) |
@@ -44,13 +44,13 @@ The following table is a text-equivalent of the annotated screenshot, but with a
44
44
|**Program** node | View, edit, and manage your program or application (app) |
45
45
|[**Git Changes** tab](../version-control/git-with-visual-studio.md)| Use Git & GitHub within Visual Studio to collaborate on projects with your team |
46
46
47
-
## Solution Explorer menu bar
47
+
## Solution Explorer toolbar
48
48
49
-
To continue, let's take a closer look at the menu bar in Solution Explorer.
49
+
To continue, let's take a closer look at the toolbar in Solution Explorer.
50
50
51
-
:::image type="content" source="media/solution-explorer-menu-bar.png" alt-text="Screenshot of the Solution Explorer menu bar in Visual Studio." lightbox="media/solution-explorer-menu-bar.png":::
51
+
:::image type="content" source="media/solution-explorer-toolbar.png" alt-text="Screenshot of the Solution Explorer toolbar in Visual Studio.":::
52
52
53
-
The menu bar contains the following UI elements, from left to right:
53
+
The toolbar contains the following UI elements, from left to right:
0 commit comments