--- title: "Add an Existing Project to a Solution | Microsoft Docs" ms.custom: "" ms.date: "06/13/2017" ms.prod: "sql-server-2014" ms.reviewer: "" ms.technology: ssms ms.topic: conceptual f1_keywords: - "vs.addexistingproject" helpviewer_keywords: - "adding projects" - "solutions [SQL Server Management Studio], project additions" - "projects [SQL Server Management Studio], adding" ms.assetid: 7b0c8ac0-5941-4ac6-b960-87d9830d00de author: stevestein ms.author: sstein manager: craigg --- # Add an Existing Project to a Solution You can add one or more projects to an existing solution. A project can be associated with more than one solution. ### To add an existing project to a solution 1. In Solution Explorer, select the solution. 2. On the **File** menu, point to **Add**, and click **Existing Project**. 3. In the **Add Existing Project** dialog box, locate the project you want to add, select the project file, and then click **Open**. The project is added to the selected solution. > [!NOTE] > Before adding an existing project from shared directories in a multideveloper environment, you should attempt to ensure that your changes do not adversely affect or overwrite another developer's changes. ## See Also [Projects (SQL Server Management Studio)](projects-sql-server-management-studio.md) [Solutions (SQL Server Management Studio)](solutions-sql-server-management-studio.md)