AssemblyReferenceBase.

GetOutputFiles(Configuration, Hashtable) Method

Summary

Gets the complete set of output files for the referenced project.
Assembly
NAnt.VSNet.dll
Namespace
NAnt.VSNet
Containing Type
AssemblyReferenceBase

Syntax

public override void GetOutputFiles(Configuration solutionConfiguration, Hashtable outputFiles)

Remarks

The key of the case-insensitive System.Collections.Hashtable is the full path of the output file and the value is the path relative to the output directory.

Parameters

Name Type Description
solutionConfiguration Configuration The solution configuration that is built.
outputFiles Hashtable The set of output files to be updated.

Return Value

Type Description
void