NAnt SDK Documentation - v0.85-nightly-2005-11-09

Project.TargetFramework Property

[This is preliminary documentation and subject to change.]

Gets or sets the framework to use for compilation.

[Visual Basic]
Public Property TargetFramework As FrameworkInfo
[C#]
public FrameworkInfo TargetFramework {get; set;}

Property Value

The framework to use for compilation.

Remarks

We will use compiler tools and system assemblies for this framework in framework-related tasks.

See Also

Project Class | NAnt.Core Namespace