DotNetMSBuildSettings.

Targets Property

Summary

Gets the targets to build in the project.

Syntax

public ICollection<string> Targets { get; }

Remarks

If you specify any targets, they are run instead of any targets in the DefaultTargets attribute in the project file.

Value

Type Description
ICollection<string>