ResolveProjectBase.AddSyntheticProjectReferences(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.