main
 1<?xml version="1.0"?>
 2<doc>
 3    <assembly>
 4        <name>NAnt.MSBuild</name>
 5    </assembly>
 6    <members>
 7        <member name="T:NAnt.MSBuild.Functions.MSBuildFunctions">
 8            <summary>
 9            Functions to return information for MSBuild system.
10            </summary>
11        </member>
12        <member name="M:NAnt.MSBuild.Functions.MSBuildFunctions.#ctor(NAnt.Core.Project,NAnt.Core.PropertyDictionary)">
13            <exclude/>
14        </member>
15        <member name="M:NAnt.MSBuild.Functions.MSBuildFunctions.IsMsbuildProject(System.String)">
16            <summary>
17            Test whether project is VS2005 project and could be built using &lt;msbuild&gt;
18            </summary>
19            <param name="project">The name or path of the project file (csproj, vbproj, ...).</param>
20            <returns>
21            True, if it is msbuild project, False otherwise.
22            </returns>
23        </member>
24        <member name="M:NAnt.MSBuild.NAntLogger.Initialize(Microsoft.Build.Framework.IEventSource)">
25            <summary>
26            Initialize is guaranteed to be called by MSBuild at the start of the build
27            before any events are raised.
28            </summary>
29        </member>
30        <member name="T:NAnt.VSNet.WhidbeySolution">
31            <summary>
32            Analyses Microsoft Visual Studio .NET 2005 (Whidbey) solution files.
33            </summary>
34        </member>
35    </members>
36</doc>