Changes

Configuration Files/Runtime.config

517 bytes removed, 10:34, 7 July 2023
Replaced content with " "
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]]
392
edits