Table of Contents
API Documentation: | VisualStudioRootExtension |
---|
Note: This class is incubating and may change in a future version of Gradle.
The configuration for mapping a set of native components to a Visual Studio project and solution.
Property | Description |
projects | Incubating The |
solution | Incubating The generated |
NamedDomainObjectSet
<? extends VisualStudioProject
>
projects
(read-only)
NamedDomainObjectSet
<? extends VisualStudioProject
>Note: This property is incubating and may change in a future version of Gradle.
The VisualStudioProject
s generated.
VisualStudioSolution
solution
(read-only)
Note: This property is incubating and may change in a future version of Gradle.
The generated VisualStudioSolution
for this build.