Difference between revisions of "Configuration Files/Runtime.config"
Line 1: | Line 1: | ||
− | In this file runtime specific configurations can be defined, as for example the ''[[Injection_Management#Plugin_Folders|probing]]'' | + | In this file runtime specific configurations can be defined, as for example the ''[[Injection_Management#Plugin_Folders|probing path]]'' for [[Injection_Management|plugins]]. |
== Example == | == Example == |
Revision as of 14:23, 12 May 2015
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>