Vb6Task.

ProjectNeedsCompiling(string) Method

Summary

Determines if a VB project needs to be recompiled by comparing the timestamp of the project's files and references to the timestamp of the last built version.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks
Containing Type
Vb6Task

Syntax

protected bool ProjectNeedsCompiling(string projectFile)

Parameters

Name Type Description
projectFile string The file name of the project file.

Return Value

Type Description
bool true if the project should be compiled; otherwise, false.