api / org.gradle.ide.visualstudio / XmlConfigFile

XmlConfigFile

@Incubating interface XmlConfigFile : ConfigFile

An XML config file generated for Visual Studio.

Functions

withXml

abstract fun withXml(action: Action<in XmlProvider>): Unit

Add an action that can manipulate the generated file content.

Inherited Functions

getLocation

abstract fun getLocation(): File

The location where this file will be generated.

setLocation

abstract fun setLocation(location: Any): Unit

Specify the location where this file will be generated.