useOfATL Enumeration

 

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)

public enum useOfATL

Member nameDescription
useATLDynamic

Dynamic link

useATLNotSet

Not set

useATLStatic

Static link

See General Property Page (Project) for more information.

Return to top
Show: