prjCopyProjectOption Enumeration
Visual Studio 2015
This enumeration is used by the CopyProject to determine which project files are copied when the project is copied.
Assembly: VSLangProj (in VSLangProj.dll)
| Member name | Description | |
|---|---|---|
| prjAllFiles | Copy all the files in the source project folder. | |
| prjProjectFiles | Copy all the project files. | |
| prjRunFiles | Copy only the files needed to run the application. |
Show: