NAnt SDK Documentation - v0.92

UseOfATL Enumeration

Defines how the project is using the ATL library.

[Visual Basic]
<Serializable>
Public Enum UseOfATL
[C#]
[Serializable]
public enum 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