NAnt SDK Documentation - v0.92

VcConfigurationBase Class

A single build configuration for a Visual C++ project or for a specific file in the project.

For a list of all members of this type, see VcConfigurationBase Members.

System.Object
   NAnt.VSNet.ConfigurationBase
      NAnt.VSNet.VcConfigurationBase
         NAnt.VSNet.VcFileConfiguration
         NAnt.VSNet.VcProjectConfiguration

[Visual Basic]
MustInherit Public Class VcConfigurationBase
    Inherits ConfigurationBase
[C#]
public abstract class VcConfigurationBase : ConfigurationBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NAnt.VSNet

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

See Also

VcConfigurationBase Members | NAnt.VSNet Namespace