Test whether project is VS2005 project and could be built using <msbuild>
bool msbuild::is-msbuild-project(project)
Parameters
Name | Type | Description |
---|---|---|
project | string | The name or path of the project file (csproj, vbproj, ...). |
Return Value
True, if it is msbuild project, False otherwise.
Requirements
- Assembly
- NAnt
.MSBuild .dll - Namespace
-
NAnt
.MSBuild .Functions