Skip to content

Commit 09165e4

Browse files
committed
update the Update dates on includes
1 parent a77967a commit 09165e4

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

docs/get-started/includes/ide-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
ms.date: 05/28/2021
2+
ms.date: 06/29/2021
33
ms.technology: vs-ide-general
44
ms.custom: vs-get-started
55
ms.author: tglee

docs/get-started/visual-studio-ide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Overview of Visual Studio
33
titleSuffix: ''
44
description: Learn about the Visual Studio integrated development environment.
5-
ms.date: 05/28/2021
5+
ms.date: 06/29/2021
66
ms.technology: vs-ide-general
77
ms.topic: overview
88
ms.custom: [vs-get-started, SEO-VS-2020]

docs/ide/use-solution-explorer.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can use the Solution Explorer tool window to create & manage your solutions
2222

2323
To start, let's take a look at the Solution Explorer tool window in the [Visual Studio IDE](../get-started/visual-studio-ide.md), with an open C# console solution that has two projects.
2424

25-
[![The Solution Explorer tool window in Visual Studio](media/solution-explorer-tool-window.png)](media/solution-explorer-tool-window.png#lightbox)
25+
[![The Solution Explorer tool window in Visual Studio.](media/solution-explorer-tool-window.png)](media/solution-explorer-tool-window.png#lightbox)
2626

2727
The tool window contains the following UI (user interface) elements:
2828

@@ -35,17 +35,14 @@ The tool window contains the following UI (user interface) elements:
3535
- **Program node**, where you can view, edit, and manage your program or application (app)
3636
- **[Git changes tab](../version-control/git-with-visual-studio.md?view=vs-2019&preserve-view=true#git-changes-window)**, where you can use Git & GitHub within Visual Studio to collaborate on projects with your team
3737

38-
<!-- >[!NOTE]
39-
> Your Solution Explorer tool window might look different than what you see here. For example, if you choose to open a local folder or a repository instead of a specific project or solution, you'll see a **Folder View**, where your solution and project information appears in folders.<-->
40-
4138
> [!TIP]
4239
> If you don't see the Solution Explorer tool window, you can open it from the Visual Studio menu bar by using **View** > **Solution Explorer**, or by pressing **Ctrl**+**Alt**+**L**.
4340
4441
## Solution Explorer menu bar
4542

4643
To continue, let's take a closer look at the Solution Explorer menu bar.
4744

48-
[![The Solution Explorer menu bar in Visual Studio](media/solution-explorer-menu-bar.png)](media/solution-explorer-menu-bar.png#lightbox)
45+
[The Solution Explorer menu bar in Visual Studio.](media/solution-explorer-menu-bar.png)
4946

5047
The menu bar contains the following UI elements, from left to right:
5148

@@ -63,9 +60,7 @@ The menu bar contains the following UI elements, from left to right:
6360

6461
### Solution Explorer right-click context menu
6562

66-
In Solution Explorer, there are several file properties that you can interact with by using the right-click context menu. <!--Many of these file properties are universally available in the [Visual Studio IDE](../get-started/visual-studio-ide.md), while some are specific to the programming language or platform you're using.--> For more information about the right-click context menu options, see the [Manage project and solution properties](managing-project-and-solution-properties.md) page.
67-
68-
<!--Let's discover the main context menu items that appear in a [C# Calculator solution](..//get-started/csharp/tutorial-console.md?view=vs-2019#code-complete).-->
63+
In Solution Explorer, there are several file properties that you can interact with by using the right-click context menu. For more information about the right-click context menu options, see the [Manage project and solution properties](managing-project-and-solution-properties.md) page.
6964

7065
## See also
7166

0 commit comments

Comments
 (0)