Jump to: navigation, search

Configuration Files/Runtime.config


Revision as of 14:22, 12 May 2015 by KNO (Talk | contribs) (Created page with "In this file runtime specific configurations can be defined, as for example the ''probing'' path for plugins....")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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>