= Adding component to the XML file =
Let us suppose that we have just created a component ```MyComponent``` compiled to the library file called ```MyComponent.dll``` (release, Windows), ```MyComponent_.dll``` (debug, Windows), ```libMyComponent.so``` (release, Linux) or ```libMyComponent_.so``` (debug, Linux).
Our XML file should look like:
{{{#!xml
}}}
== Plugin prefix, postfix, extension ==
To facilitate changing between various systems and build versions, you can specify ```prefix```, ```postfix``` as well as ```extension``` for the library files in the ```plugins``` node.
You will find some examples below.
Windows release:
{{{#!xml
}}}
Windows debug:
{{{#!xml
}}}
Linux release:
{{{#!xml
}}}
Linux debug:
{{{#!xml
}}}