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

UseOfMFC Enumeration

[This is preliminary documentation and subject to change.]

Defines how the project is using the MFC library.

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

Remarks

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

Members

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

Requirements

Namespace: NAnt.VSNet.Types

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

See Also

NAnt.VSNet.Types Namespace