prjOutputType Enumeration
Visual Studio 2015
Used by the OutputType. Three output types are supported: Windows application, console application, and class library.
Assembly: VSLangProj (in VSLangProj.dll)
| Member name | Description | |
|---|---|---|
| prjOutputTypeExe | Console application. | |
| prjOutputTypeLibrary | Class library. | |
| prjOutputTypeWinExe | Windows application. |
Show: