NAnt SDK Documentation - v0.92

UseOfMFC Enumeration

Defines how the project is using the MFC library.

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