ResolveProjectBase.AddSyntheticProjectReferences(String) Method

Definition

Helper method for retrieving the extra "project references" passed in the solution blob. These came from dependencies expressed in the solution file itself.

This API supports the product infrastructure and is not intended to be used directly from your code.

protected:
 void AddSyntheticProjectReferences(System::String ^ currentProjectAbsolutePath);
protected void AddSyntheticProjectReferences (string currentProjectAbsolutePath);
member this.AddSyntheticProjectReferences : string -> unit
Protected Sub AddSyntheticProjectReferences (currentProjectAbsolutePath As String)

Parameters

currentProjectAbsolutePath
String

The absolute path of the current project.

Applies to