__VSPROJOUTPUTTYPE Enumeration
Visual Studio 2015
Specifies the set of output types that a project system can return when the VSHPROPID_OutputType hierarchy property is queried on its IVsHierarchy.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Member name | Description | |
|---|---|---|
| VSPROJ_OUTPUTTYPE_APPCONTAINEREXE | An application container executable. | |
| VSPROJ_OUTPUTTYPE_EXE | A command line executable. | |
| VSPROJ_OUTPUTTYPE_LIBRARY | Any non-executable assembly (or .DLL for C++) that is not a WinMD output. | |
| VSPROJ_OUTPUTTYPE_NONE | No project output type. | |
| VSPROJ_OUTPUTTYPE_WINEXE | A Windows executable. | |
| VSPROJ_OUTPUTTYPE_WINMDOBJ | A WinMD object. |
Show: