public interface VisualStudioIdeProjectReference extends IdeProjectReference
for more information.
Modifier and Type | Method and Description |
---|---|
Provider<Set<VisualStudioIdeProjectConfiguration>> |
getProjectConfigurations()
Returns the project configuration of this project reference.
|
Provider<VisualStudioIdeGuid> |
getProjectGuid()
Returns the project global universal identifier of this project reference.
|
Provider<FileSystemLocation> |
getProjectLocation()
Returns the project location, that is the location of the .vcxproj, for this project reference.
|
Provider<FileSystemLocation> getProjectLocation()
Provider<VisualStudioIdeGuid> getProjectGuid()
VisualStudioIdeGuid
of this project reference, never null.Provider<Set<VisualStudioIdeProjectConfiguration>> getProjectConfigurations()
VisualStudioIdeProjectConfiguration
of this project reference, never null.