compileAsManagedOptions Enumeration

Used by the CompileAsManaged property.

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

Syntax

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

Members

Member name Description
managedNotSet No Common Language Runtime Support
managedAssembly Common Language Runtime Support (/clr)
managedAssemblyPure Pure MSIL Common Language Runtime Support (/clr:pure)
managedAssemblySafe Safe MSIL Common Language Runtime Support (/clr:safe)
managedAssemblyOldSyntax Common Language Runtime Support, Old Syntax (/clr:oldSyntax)

Remarks

See TurnOffAssemblyGeneration for information on how to create a module.

See General Property Page (Project) for more information.

See Also

Reference

Microsoft.VisualStudio.VCProject Namespace