Specifies whether the ATL project will statically or dynamically link to the ATL .dll.
Namespace: Microsoft.VisualStudio.VCProject
Assembly: Microsoft.VisualStudio.VCProject (in Microsoft.VisualStudio.VCProject.dll)
Syntax
'Declaration
Public Enumeration useOfATL
public enum useOfATL
public enum class useOfATL
type useOfATL
public enum useOfATL
Members
| Member name | Description | |
|---|---|---|
| useATLDynamic | Dynamic link | |
| useATLNotSet | Not set | |
| useATLStatic | Static link |
Remarks
See General Property Page (Project) for more information.