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.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
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.