In this file runtime specific configurations can be defined, as for example the probing path for plugins.
Example
<?xml version="1.0" encoding="UTF-8"?>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="bin\lib; bin\Injection"/>
</assemblyBinding>
</runtime>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="bin\lib; bin\Injection"/>
</assemblyBinding>
</runtime>