Package org.gradle.ide.visualstudio
Interface VisualStudioExtension
-
@Incubating public interface VisualStudioExtension
The configuration for mapping a set ofNativeComponentSpecs to a Visual Studio project.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NamedDomainObjectSet<? extends VisualStudioProject>getProjects()TheVisualStudioProjects generated.NamedDomainObjectSet<? extends VisualStudioSolution>getSolutions()TheVisualStudioSolutions generated.
-
-
-
Method Detail
-
getProjects
NamedDomainObjectSet<? extends VisualStudioProject> getProjects()
TheVisualStudioProjects generated.
-
getSolutions
NamedDomainObjectSet<? extends VisualStudioSolution> getSolutions()
TheVisualStudioSolutions generated.
-
-