Skip to content

Commit 96d5b26

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/visualstudio-docs-pr (branch live)
2 parents 55f14e3 + 3eec87c commit 96d5b26

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
223 KB
Loading

docs/get-started/visual-basic/tutorial-projects-solutions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Tutorial projects and solutions Visual Basic
33
description: Create a new project and a solution to organize and contain your code projects in Visual Studio as a Visual Basic developer.
4-
ms.date: 09/14/2021
4+
ms.date: 09/26/2024
55
ms.subservice: general-ide
66
ms.custom: vs-acquisition
77
ms.topic: tutorial
@@ -137,6 +137,8 @@ We have an empty project. Let's add a code file.
137137

138138
1. Build the project by right-clicking on **QuickDate** in **Solution Explorer** and choosing **Build**. You should see a successful build message in the **Output** window.
139139

140+
:::image type="content" source="media/vs-2022/output-window.png" alt-text="Screenshot of the Output window in Visual Studio.":::
141+
140142
## Add a second project
141143

142144
It's common for solutions to contain more than one project, and often these projects reference each other. Some projects in a solution might be class libraries, some executable applications, and some might be unit test projects or websites.

0 commit comments

Comments
 (0)