XmlConfigFile

An XML config file generated for Visual Studio.

Functions

Link copied to clipboard
abstract fun getLocation(): File
The location where this file will be generated.
Link copied to clipboard
abstract fun setLocation(location: Any)
Specify the location where this file will be generated.
Link copied to clipboard
abstract fun withXml(action: Action<in XmlProvider>)
Add an action that can manipulate the generated file content.