prjOutputType Enumeration
Used by the OutputType. Three output types are supported: Windows application, console application, and class library.
Namespace: VSLangProj
Assembly: VSLangProj (in VSLangProj.dll)
Syntax
'Declaration
<GuidAttribute("FB309311-8F09-41E7-8347-68F5A079592D")> _
Public Enumeration prjOutputType
[GuidAttribute("FB309311-8F09-41E7-8347-68F5A079592D")]
public enum prjOutputType
[GuidAttribute(L"FB309311-8F09-41E7-8347-68F5A079592D")]
public enum class prjOutputType
[<GuidAttribute("FB309311-8F09-41E7-8347-68F5A079592D")>]
type prjOutputType
public enum prjOutputType
Members
Member name | Description | |
---|---|---|
prjOutputTypeExe | Console application. | |
prjOutputTypeLibrary | Class library. | |
prjOutputTypeWinExe | Windows application. |