--- title: Plugin Configuration File - plugin.xml --- The following is a sample plugin configuration file. This sample showcases and describes all elements that can be used in the `plugin.xml` file. ```xml VssIntegration com.jetbrains.vssintegration Vss integration plugin Initial release of the plugin. 1.0 com.MyFirstPlugin com.MySecondPlugin messages.MyPluginBundle com.foo.Component1Interface com.foo.impl.Component1Impl com.foo.Component2 com.foo.Component3 ```