Jump to: navigation, search

Difference between revisions of "Configuration Files/Runtime.config"


(Created page with "In this file runtime specific configurations can be defined, as for example the ''probing'' path for plugins....")
(No difference)

Revision as of 14:22, 12 May 2015

In this file runtime specific configurations can be defined, as for example the probing path for plugins.

<?xml version="1.0" encoding="UTF-8"?>
<runtime>
        <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
                <probing privatePath="bin\lib; bin\Injection"/>
        </assemblyBinding>
</runtime>