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
'Usage
Dim instance As compileAsManagedOptions
public enum compileAsManagedOptions
public enum class 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.