prjOutputType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used by the OutputType. Three output types are supported: Windows application, console application, and class library.
public enum class prjOutputType
public enum class prjOutputType
enum prjOutputType
[System.Runtime.InteropServices.Guid("FB309311-8F09-41E7-8347-68F5A079592D")]
public enum prjOutputType
[<System.Runtime.InteropServices.Guid("FB309311-8F09-41E7-8347-68F5A079592D")>]
type prjOutputType =
Public Enum prjOutputType
- Inheritance
-
prjOutputType
- Attributes
Fields
prjOutputTypeExe | 1 | Console application. |
prjOutputTypeLibrary | 2 | Class library. |
prjOutputTypeWinExe | 0 | Windows application. |