Class GenerateProjectFileTask.ProjectSpec
java.lang.Object
org.gradle.ide.visualstudio.tasks.GenerateProjectFileTask.ProjectSpec
- Enclosing class:
- GenerateProjectFileTask
The data to use to generate the project file.
- Since:
- 8.11
- 
Method SummaryModifier and TypeMethodDescriptionList<org.gradle.ide.visualstudio.tasks.internal.VisualStudioProjectFile.ConfigurationSpec> Configurations to include in the project.Command to use to run Gradle from the project.The header files for this project.The resource files for this project.The SDK version for this project.The source files for this project.The VS version for this project.Warning to report to users after generating the project file.List<Action<? super XmlProvider>> Additional XML generation actions.
- 
Method Details- 
getVisualStudioVersionThe VS version for this project.- Since:
- 8.11
 
- 
getSdkVersionThe SDK version for this project.- Since:
- 8.11
 
- 
getSourceFilePathsThe source files for this project.- Since:
- 8.11
 
- 
getResourceFilePathsThe resource files for this project.- Since:
- 8.11
 
- 
getHeaderFilesPathsThe header files for this project.- Since:
- 8.11
 
- 
getGradleCommandCommand to use to run Gradle from the project.- Since:
- 8.11
 
- 
getWarningWarning to report to users after generating the project file.- Since:
- 8.11
 
- 
getConfigurations@Incubating public List<org.gradle.ide.visualstudio.tasks.internal.VisualStudioProjectFile.ConfigurationSpec> getConfigurations()Configurations to include in the project.- Since:
- 8.11
 
- 
getXmlActionsAdditional XML generation actions.- Since:
- 8.11
 
 
-