MSBuildFunctions Class

Summary

Functions to return information for MSBuild system.
Assembly
NAnt.MSBuild.dll
Namespace
NAnt.MSBuild.Functions
Base Types
graph BT Type-->Base0["FunctionSetBase"] click Base0 "/api/NAnt.Core/FunctionSetBase" Base0-->Base1["Object"] Type["MSBuildFunctions"] class Type type-node

Syntax

[FunctionSet("msbuild", "MSBuild")]
public class MSBuildFunctions : FunctionSetBase

Attributes

Type Description
FunctionSetAttribute Indicates that class should be treated as a set of functions.

Constructors

Properties

Name Value Summary
Project Project
Gets or sets the NAnt.Core.FunctionSetBase.Project that this functionset will reference.
Inherited from FunctionSetBase

Methods

Name Value Summary
IsMsbuildProject(string) bool
Test whether project is VS2005 project and could be built using <msbuild>