Wildcard References Plug-In

This plug-in is used to add all assemblies found in a given folder and its sub-folders as references to use when generating reflection information.

Configuration Options

The configuration options consist of a list of wildcard reference paths that will be scanned for assemblies to pass to the MRefBuilder tool at build time. Each entry consists of a path and a wildcard (*.dll by default). The default is to recurse into all sub-folders as well. This can be turned off by setting the Recurse property on the entry to False.

See Also

Other Resources