prjOutputTypeEx Enumeration
Visual Studio 2015
Enumerates project output types, must match equivalent values from the old project output type enumeration.
Assembly: VSLangProj110 (in VSLangProj110.dll)
| 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. |
Show: