You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ide/create-new-project.md
+6-9Lines changed: 6 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Create a new project
3
3
description: Learn how to create a new project in Visual Studio.
4
4
ms.custom: SEO-VS-2020
5
-
ms.date: 11/24/2021
5
+
ms.date: 10/28/2022
6
6
ms.topic: how-to
7
7
f1_keywords:
8
8
- vs.newproject
@@ -59,7 +59,7 @@ If you're not selecting from the recently used templates, you can filter all ava
59
59
60
60
:::image type="content" source="media/vs-2019/create-new-project-filters.png" alt-text="Screenshot of the project template filters in Visual Studio 2019.":::
61
61
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).
63
63
64
64
> [!TIP]
65
65
> 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**.
74
74
75
75
:::image type="content" source="media/vs-2022/create-new-project-filters.png" alt-text="Screenshot of the project template filters in Visual Studio 2022.":::
76
76
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).
78
78
79
79
> [!TIP]
80
80
> 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.
118
118
119
119
::: moniker-end
120
120
121
-
## Add additional projects to a solution
121
+
## Add another project to a solution
122
122
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**.
124
124
125
125
> [!TIP]
126
126
> 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).
127
127
128
128
## See also
129
129
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