Skip to content

Commit 2207cdf

Browse files
committed
change title heading in tutorial
1 parent c3fc02c commit 2207cdf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ manager: jillfra
1111
ms.workload:
1212
- multiple
1313
---
14-
# Learn about projects and solutions
14+
# Introduction to projects and solutions
1515

1616
In this introductory article, we'll explore what it means to create a *solution* and a *project* in Visual Studio. A solution is a container that's used to organize one or more related code projects, for example a class library project and a corresponding test project. We'll look at the properties of a project and some of the files it can contain. We'll also create a reference from one project to another.
1717

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Solutions and projects overview
2+
title: Develop with solutions and projects
33
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
55
ms.date: 12/15/2020
@@ -23,7 +23,7 @@ manager: jillfra
2323
ms.workload:
2424
- multiple
2525
---
26-
# Solutions and projects in Visual Studio
26+
# Develop with solutions and projects in Visual Studio
2727

2828
This page describes the concept of a *project* and a *solution* in Visual Studio. It also briefly covers the Solution Explorer tool window and how to create a new project.
2929

0 commit comments

Comments
 (0)