compileAsManagedOptions Enumeration
Used by the CompileAsManaged property.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Déclaration
Public Enumeration compileAsManagedOptions
public enum compileAsManagedOptions
public enum class compileAsManagedOptions
type compileAsManagedOptions
public enum compileAsManagedOptions
Members
Member name | Description | |
---|---|---|
managedNotSet | Not set | |
managedAssembly | Assembly | |
managedAssemblyPure | Pure Assembly | |
managedAssemblySafe | Safe Assembly | |
managedAssemblyOldSyntax | Assembly with old syntax |
Remarks
See TurnOffAssemblyGeneration for information on how to create a module.
See General Property Page (Project) for more information.