| title | Add Existing Project Command | ||
|---|---|---|---|
| description | Learn about the Add Existing Project command and how it adds an existing project to a current solution. | ||
| ms.date | 11/04/2016 | ||
| ms.topic | reference | ||
| f1_keywords |
|
||
| helpviewer_keywords |
|
||
| author | Mikejo5000 | ||
| ms.author | mikejo | ||
| ms.subservice | general-ide |
Adds an existing project to the current solution.
File.AddExistingProject filenamefilename
Optional. The full path and project name, with extension, of the project to add to the solution.
If the filename argument includes spaces, it must be enclosed in quotation marks.
If no filename is specified, the command will open the file dialog so that user can pick a project.
Auto completion tries to locate the correct path and file name as you type.
This example adds the Visual Basic project, TestProject1, to the current solution.
>File.AddExistingProject "c:\visual studio projects\TestProject1.vbproj"