Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
<GuidAttribute("5DE9F309-E701-44D1-8068-1860738C0084")> _
Public Enumeration prjCopyProjectOption
[GuidAttribute("5DE9F309-E701-44D1-8068-1860738C0084")]
public enum prjCopyProjectOption
[GuidAttribute(L"5DE9F309-E701-44D1-8068-1860738C0084")]
public enum class prjCopyProjectOption
[<GuidAttribute("5DE9F309-E701-44D1-8068-1860738C0084")>]
type prjCopyProjectOption
public enum prjCopyProjectOption
Members
Member name | Description | |
---|---|---|
prjRunFiles | Copy only the files needed to run the application. | |
prjProjectFiles | Copy all the project files. | |
prjAllFiles | Copy all the files in the source project folder. |