Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines the output files for non-MSBuild project references.
Parameters
The following table describes the parameters of the ResolveNonMSBuildProjectOutput task.
Parameter |
Description |
---|---|
PreresolvedProjectOutputs |
Optional String parameter. Specifies an XML string that contains resolved project outputs. |
ProjectReferences |
Required ITaskItem[] parameter. Specifies the project references. |
ResolvedOutputPaths |
Optional ITaskItem[] output parameter. Contains the list of resolved reference paths (and preserves the original project reference attributes). |
UnresolvedProjectReferences |
Optional ITaskItem[] output parameter. Contains the list of project reference items that could not be resolved by using the preresolved list of outputs. Because Visual Studio only preresolves non-MSBuild projects, this means that project references in this list are in the MSBuild format. |
Remarks
In addition to having the parameters that are listed in the table, this task inherits parameters from the TaskExtension class, which itself inherits from the Task class. For a list of these additional parameters and their descriptions, see TaskExtension Base Class.