public interface VisualStudioIdeSolution extends IdeWorkspace<VisualStudioIdeProjectReference>
Modifier and Type | Method and Description |
---|---|
Provider<FileSystemLocation> |
getLocation()
Returns the location of the generated solution.
|
SetProperty<VisualStudioIdeProjectReference> |
getProjects()
Returns Visual Studio projects to include in the solution.
|
getDisplayName
SetProperty<VisualStudioIdeProjectReference> getProjects()
getProjects
in interface IdeWorkspace<VisualStudioIdeProjectReference>
Provider<FileSystemLocation> getLocation()
${project.projectDir}/${project.name}.sln.
getLocation
in interface IdeWorkspace<VisualStudioIdeProjectReference>