BuildDependency::AddProject Method (String^)
Visual Studio 2015
Adds a project to the list of projects that must be built first.
Assembly: EnvDTE (in EnvDTE.dll)
Parameters
- ProjectUniqueName
-
Type:
System::String^
Required. The name of the project from the UniqueName property to add as a dependency.
If a call to AddProject creates a build dependency cycle, then the call fails.
Show: