Skip to content

Commit e78cfbb

Browse files
committed
integrate Acrolinx edits
1 parent e63468f commit e78cfbb

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

docs/ide/create-new-project.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create a new project
33
description: Learn how to create a new project in Visual Studio.
44
ms.custom: SEO-VS-2020
5-
ms.date: 10/24/2022
5+
ms.date: 10/28/2022
66
ms.topic: how-to
77
f1_keywords:
88
- vs.newproject
@@ -59,7 +59,7 @@ If you're not selecting from the recently used templates, you can filter all ava
5959

6060
:::image type="content" source="media/vs-2019/create-new-project-filters.png" alt-text="Screenshot of the project template filters in Visual Studio 2019.":::
6161

62-
The tags that appear under each template correspond to the three dropdown filters (Language, platform, and project type).
62+
The tags that appear under each template correspond to the three dropdown filters (language, platform, and project type).
6363

6464
> [!TIP]
6565
> If you don't see the template you're looking for, you might be missing a workload for Visual Studio. To install additional workloads, for example, **Azure Development** or **Mobile Development with .NET**, select the **Install more tools and features** link to open Visual Studio Installer. From there, select the workloads you want to install, and then select **Modify**. After that, additional project templates will be available to choose from.
@@ -74,7 +74,7 @@ Select a template and then select **Next**.
7474

7575
:::image type="content" source="media/vs-2022/create-new-project-filters.png" alt-text="Screenshot of the project template filters in Visual Studio 2022.":::
7676

77-
The tags that appear under each template correspond to the three dropdown filters (Language, platform, and project type).
77+
The tags that appear under each template correspond to the three dropdown filters (language, platform, and project type).
7878

7979
> [!TIP]
8080
> If you don't see the template you're looking for, you might be missing a workload for Visual Studio. To install additional workloads, for example, **Azure Development** or **Mobile Development with .NET**, select the **Install more tools and features** link to open Visual Studio Installer. From there, select the workloads you want to install, and then select **Modify**. After that, additional project templates will be available to choose from.
@@ -118,16 +118,13 @@ Select **Create** to create the new project.
118118

119119
::: moniker-end
120120

121-
## Add additional projects to a solution
121+
## Add another project to a solution
122122

123-
If you want to add an additional project to a solution, right-click the solution node in **Solution Explorer** and then select **Add** > **New Project**.
123+
If you want to add another project to a solution, right-click the solution node in **Solution Explorer** and then select **Add** > **New Project**.
124124

125125
> [!TIP]
126126
> For an example of a project and solution created from scratch, complete with step-by-step instructions and sample code, see [Introduction to projects and solutions](../get-started/tutorial-projects-solutions.md).
127127
128128
## See also
129129

130-
- [Introduction to projects and solutions](../get-started/tutorial-projects-solutions.md)
131-
- [Work with solutions and projects](creating-solutions-and-projects.md)
132-
- [Manage project and solution properties](managing-project-and-solution-properties.md)
133-
- [Create projects (Visual Studio for Mac)](/visualstudio/mac/create-new-projects)
130+
- [Visual Studio for Mac: Create a new project](/visualstudio/mac/create-new-projects)

0 commit comments

Comments
 (0)