Skip to content

Commit abf8381

Browse files
committed
Add section on multiple projects
1 parent 7d9b43f commit abf8381

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/ide/creating-solutions-and-projects.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Create projects & solutions"
33
description: Create Visual Studio solutions and projects and use them to store artifacts, including source code files, bitmaps, icons, and component and service references.
4-
ms.date: 08/19/2024
4+
ms.date: 10/03/2024
55
ms.topic: how-to
66
f1_keywords:
77
- vs.openprojectfromweb
@@ -100,6 +100,12 @@ After you create an empty solution, you can add new or existing projects or item
100100

101101
As noted earlier, you can also open code files without using a project or solution. To learn about developing code in this way, see [Develop code in Visual Studio without projects or solutions](../ide/develop-code-in-visual-studio-without-projects-or-solutions.md).
102102

103+
## Multiple projects
104+
105+
You can create a solution that contains multiple projects. Start with an [empty solution](#create-empty-solutions) or an [existing solution containing a project](#create-a-project-by-using-a-project-template) and add a new or existing project to it by using **Add** > **New project**/**Existing project**. For example, you can create a solution that contains a C# project and a Visual Basic project.
106+
107+
To learn more about building a solution that contains multiple projects, see [Create and remove project dependencies](how-to-create-and-remove-project-dependencies) and [Set multiple startup projects](how-to-set-multiple-startup-projects.md).
108+
103109
## Delete a solution, project, or item
104110

105111
You can use the right-click context menu to delete or remove solutions, projects, or items in Visual Studio, but that only removes them from the current solution or project.
@@ -124,3 +130,4 @@ You can access File Explorer in Windows by using Solution Explorer in Visual Stu
124130
- [Introduction to projects and solutions](../get-started/tutorial-projects-solutions.md)
125131
- [Manage project and solution properties](managing-project-and-solution-properties.md)
126132
- [Filtered solutions in Visual Studio](filtered-solutions.md)
133+
- [Build and clean projects and solutions](building-and-cleaning-projects-and-solutions-in-visual-studio.md)

0 commit comments

Comments
 (0)