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....")
 
(Replaced content with " ")
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
In this file runtime specific configurations can be defined, as for example the ''[[Injection_Management#Plugin_Folders|probing]]'' path for [[Injection_Management|plugins]].
 
  
<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>
 

Latest revision as of 10:34, 7 July 2023