enhancedInstructionSetType Enumeration

Used by the EnableEnhancedInstructionSet property.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Public Enumeration enhancedInstructionSetType
public enum enhancedInstructionSetType
public enum class enhancedInstructionSetType
type enhancedInstructionSetType
public enum enhancedInstructionSetType

Members

Member name Description
enhancedInstructionSetTypeNotSet Not set
enhancedInstructionSetTypeSIMD SIMD
enhancedInstructionSetTypeSIMD2 SIMD2

Remarks

See /ARCH for more information.

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace