Interface VisualStudioExtension
The configuration for mapping a set of
NativeComponentSpecs to a Visual Studio project.-
Method Summary
Modifier and TypeMethodDescriptionNamedDomainObjectSet<? extends VisualStudioProject> TheVisualStudioProjects generated.NamedDomainObjectSet<? extends VisualStudioSolution> TheVisualStudioSolutions generated.
-
Method Details
-
getProjects
NamedDomainObjectSet<? extends VisualStudioProject> getProjects()TheVisualStudioProjects generated. -
getSolutions
NamedDomainObjectSet<? extends VisualStudioSolution> getSolutions()TheVisualStudioSolutions generated.
-