Last modified on 12 May 2015, at 14:23

Configuration Files/Runtime.config

Revision as of 14:23, 12 May 2015 by KNO (Talk | contribs)

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>

See also