Constructor ProjectReference
ProjectReference(string)
Initializes a new instance of the ProjectReference
class with specified name.
public ProjectReference(string name)
Parameters
name
stringName of the project.
ProjectReference(string, string, string)
Initializes a new instance of the ProjectReference
class with specified parameters.
public ProjectReference(string name, string path, string guid)