references

List, add or remove all the referenced project and build configurations in a project.

Syntax
ecd.exe -references -project path [-config name | -allConfigs] ( - list | -add | -remove) referencedProjectLocation [buildConfigurationName]
Parameters
-config name

The name of the build configuration to edit or list referenced project. If the -config flag is omitted, the active build configuration will be used

-allConfigs

Specifies that all build configurations will be edited or listed.

-list

List all the referenced projects and build configurations

-add referencedProjectLocation [buildConfigurationName]

Adds a new referenced project, specified by the 'referencedProjectLocation', which can be either an absolute path, or a variable relative path (relative to the path variables defined in the project specified by the -project flag).If the buildConfigurationName is specified, a specific the build configuration rather than the active build configuration will be referenced.

-remove referencedProjectLocation [buildConfigurationName]

Removes an existing referenced project, specified by the 'referencedProjectLocation', which can be either an absolute path, or a variable relative path (relative to the path variables defined in the project specified by the -project flag). If the buildConfigurationName is specified, only the specific referenced build configuration will be removed, otherwise all references to the specified project will be removed.