runtimeLibraryOption Enum

Definition

Used by the RuntimeLibrary property.

public enum class runtimeLibraryOption
public enum class runtimeLibraryOption
enum runtimeLibraryOption
public enum runtimeLibraryOption
type runtimeLibraryOption = 
Public Enum runtimeLibraryOption
Inheritance
runtimeLibraryOption

Fields

rtMultiThreaded 0

Multi-threaded (/MT)

rtMultiThreadedDebug 1

Multi-threaded Debug (/MTd)

rtMultiThreadedDebugDLL 3

Multi-threaded Debug DLL (/MDd)

rtMultiThreadedDLL 2

Multi-threaded DLL (/MD)

Applies to