In this file runtime specific configurations can be defined, as for example the ''[[Injection_Management#Plugin_Folders|probing path]]'' for [[Injection_Management|plugins]].
== Example ==
<syntaxhighlight lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="bin\lib; bin\Injection"/>
</assemblyBinding>
</runtime>
</syntaxhighlight>
== See also ==
* [[Configuration_Files]]
[[Category:Installing]]
[[Category:Injecting]]