Specifies the outputs for Code. Each output has a type and a name.

Namespace:  MSBuild.ExtensionPack.Framework
Assembly:  MSBuild.ExtensionPack (in MSBuild.ExtensionPack.dll) Version: 3.5.0.0 (3.5.4.0)

Remarks

This is an optional parameter for the Define and Run task actions.

This may be set to a string containing a comma-delimited or semicolon-delimited sequence of (type, name) pairs.

Otherwise, each output is represented by a task item. The name of an output is taken from the metadata "Name", if it exists; otherwise, it is the item's identity. The type of an output is taken from the metadata "Type".

See Also