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