Groovy Documentation

org.gradle.ide.visualstudio
[Java] Interface VisualStudioExtension


@Incubating
public interface VisualStudioExtension

The configuration for mapping a set of ProjectNativeComponents to a Visual Studio project.


Method Summary
NamedDomainObjectSet getProjects()

The VisualStudioProjects generated.

NamedDomainObjectSet getSolutions()

The VisualStudioSolutions generated.

 

Method Detail

getProjects

public NamedDomainObjectSet getProjects()
The VisualStudioProjects generated.


getSolutions

public NamedDomainObjectSet getSolutions()
The VisualStudioSolutions generated.


 

Gradle API 1.12