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
声明
Public Enumeration useOfATL
public enum useOfATL
public enum class useOfATL
type useOfATL
public enum useOfATL
Members
| Member name | Description | |
|---|---|---|
| useATLNotSet | Not set | |
| useATLStatic | Static link | |
| useATLDynamic | Dynamic link |
Remarks
See General Property Page (Project) for more information.