public interface VisualStudioIdeProject extends IdeProject, VisualStudioIdeProjectReference
Named.Namer
Modifier and Type | Method and Description |
---|---|
Provider<FileSystemLocation> |
getLocation()
Returns the location of the generated project.
|
void |
target(VisualStudioIdeProjectConfiguration projectConfiguration,
Action<? super VisualStudioIdeTarget> action) |
getProjectConfigurations, getProjectGuid, getProjectLocation
Provider<FileSystemLocation> getLocation()
${project.projectDir}/${project.name}.xcodeproj.
getLocation
in interface IdeProject
void target(VisualStudioIdeProjectConfiguration projectConfiguration, Action<? super VisualStudioIdeTarget> action)