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 Summary
Modifier and TypeMethodDescriptionReturns the generatedVisualStudioSolution
for this build.void
solution
(Action<? super VisualStudioSolution> configAction) Configures the generatedVisualStudioSolution
for this build.Methods inherited from interface org.gradle.ide.visualstudio.VisualStudioExtension
getProjects
-
Method Details
-
getSolution
VisualStudioSolution getSolution()Returns the generatedVisualStudioSolution
for this build. -
solution
Configures the generatedVisualStudioSolution
for this build.
-