__VSPROJTARGETRUNTIME 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.
Specifies the project’s target runtime type.
public enum class __VSPROJTARGETRUNTIME
public enum class __VSPROJTARGETRUNTIME
enum __VSPROJTARGETRUNTIME
public enum __VSPROJTARGETRUNTIME
type __VSPROJTARGETRUNTIME =
Public Enum __VSPROJTARGETRUNTIME
- Inheritance
-
__VSPROJTARGETRUNTIME
Fields
Name | Value | Description |
---|---|---|
VSPROJ_TARGETRUNTIME_MANAGED | 0 | The target runtime is the .NET Common Language Runtime. |
VSPROJ_TARGETRUNTIME_NATIVE | 1 | The target runtime is native code. |
VSPROJ_TARGETRUNTIME_APPHOST | 2 | The target runtime is JavaScript. |