NAnt SDK Documentation - v0.85-nightly-2005-11-09

UseOfATL Enumeration

[This is preliminary documentation and subject to change.]

Defines how the project is using the ATL library.

[Visual Basic]
Public Enum UseOfATL
[C#]
public enum UseOfATL

Remarks

Missing <remarks> documentation for T:NAnt.VSNet.Types.UseOfATL

Members

Member Name Description
NotUsing Don't use ATL.
Static Use ATL in a Static Library.
Shared Use ATL in a Shared DLL.

Requirements

Namespace: NAnt.VSNet.Types

Assembly: NAnt.VSNetTasks (in NAnt.VSNetTasks.dll)

See Also

NAnt.VSNet.Types Namespace