prjCopyProjectOption Enumeration

 

This enumeration is used by the CopyProject to determine which project files are copied when the project is copied.

Namespace:   VSLangProj
Assembly:  VSLangProj (in VSLangProj.dll)

[GuidAttribute("5DE9F309-E701-44D1-8068-1860738C0084")]
public enum prjCopyProjectOption

Member nameDescription
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.

Return to top
Show: