Skip to content

Commit 2b87444

Browse files
committed
add updated Solution Explorer screenshot + monikers
1 parent 455a60b commit 2b87444

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
92.3 KB
Loading

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,22 @@ A "solution folder" is a virtual folder that's only in **Solution Explorer**, wh
7878

7979
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:
8080

81+
::: moniker range="vs-2017"
82+
8183
![Screenshot of Solution Explorer with two projects.](../ide/media/vs2015_solution_explorer.png)
8284

8385
The toolbar across the top of **Solution Explorer** has buttons to switch from a solution view to a folder view, show hidden files, collapse all nodes, and more.
8486

87+
::: moniker-end
88+
89+
::: moniker range="vs-2019"
90+
91+
![Screenshot of Solution Explorer with two projects in Visual Studio 2019.](../ide/media/vs2019-solution-explorer.png)
92+
93+
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 pages, preview code in the editor, and more.
94+
95+
::: moniker-end
96+
8597
Many menu commands are available from the right-click context menu 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.
8698

8799
> [!TIP]

0 commit comments

Comments
 (0)