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)

[GuidAttribute("FB309311-8F09-41E7-8347-68F5A079592D")]
public enum prjOutputType

Member nameDescription
prjOutputTypeExe

Console application.

prjOutputTypeLibrary

Class library.

prjOutputTypeWinExe

Windows application.

Return to top
Show: