Package org.gradle.ide.visualstudio
Interface VisualStudioRootExtension
- All Superinterfaces:
- VisualStudioExtension
The configuration for mapping a set of native components to a Visual Studio project and solution.
- Since:
- 4.6
- 
Method SummaryModifier and TypeMethodDescriptionReturns the generatedVisualStudioSolutionfor this build.voidsolution(Action<? super VisualStudioSolution> configAction) Configures the generatedVisualStudioSolutionfor this build.Methods inherited from interface org.gradle.ide.visualstudio.VisualStudioExtensiongetProjects
- 
Method Details- 
getSolutionVisualStudioSolution getSolution()Returns the generatedVisualStudioSolutionfor this build.
- 
solutionConfigures the generatedVisualStudioSolutionfor this build.
 
-