Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
managedAssembly | Common Language Runtime Support (/clr) | |
managedAssemblyOldSyntax | Common Language Runtime Support, Old Syntax (/clr:oldSyntax) | |
managedAssemblyPure | Pure MSIL Common Language Runtime Support (/clr:pure) | |
managedAssemblySafe | Safe MSIL Common Language Runtime Support (/clr:safe) | |
managedNotSet | No Common Language Runtime Support |
Remarks
See TurnOffAssemblyGeneration for information on how to create a module.
See General Property Page (Project) for more information.