NAnt.MSBuild
Functions to return information for MSBuild system.
Test whether project is VS2005 project and could be built using <msbuild>
The name or path of the project file (csproj, vbproj, ...).
True, if it is msbuild project, False otherwise.
Analyses Microsoft Visual Studio .NET 2005 (Whidbey) solution files.
Analyses Microsoft Visual Studio .NET 2008 (Orcas) solution files.
Analyses Microsoft Visual Studio .NET 2010 (Rosario) solution files.
Determines the version of the target msbuild file.
This method identifies the msbuild version by reviewing the following tags in order:
-
<ProductVersion>
-
<TargetFrameworkVersion>
-
ToolsVersion attribute
A representing the msbuild project file.
A enum value indicating the msbuild project
file version.
version string found in the tags listed above is not recognized.
Enum indicating the level of verbosity for the NAnt logger.
Indicates no output
Indicates little output
Indicates normal output
Indicates detailed output
Indicates all output
Logger classed used for MSBuild tasks in NAnt.
Sample task used for testing.
Sample task constructor.
Project to assign task to.
Sample name property.
Test method.
Gets sample name for task.