Share via


prjOutputTypeEx Enumeration

Enumerates project output types, must match equivalent values from the old project output type enumeration.

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

Syntax

'Declaration
Public Enumeration prjOutputTypeEx
public enum prjOutputTypeEx
public enum class prjOutputTypeEx
type prjOutputTypeEx
public enum prjOutputTypeEx

Members

Member name Description
prjOutputTypeEx_AppContainerExe Project output type is AppContainerExe
prjOutputTypeEx_Exe Project output type is executable.
prjOutputTypeEx_Library Project output type is library.
prjOutputTypeEx_WinExe Project output type is WinExe.
prjOutputTypeEx_WinMDObj Project output type is WinMDObj.

See Also

Reference

VSLangProj110 Namespace