mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-28 01:49:53 -04:00
15 lines
555 B
Plaintext
15 lines
555 B
Plaintext
![]() |
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
<configuration>
|
||
|
<startup>
|
||
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1" />
|
||
|
</startup>
|
||
|
<runtime>
|
||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||
|
<!--
|
||
|
Specify the application base subdirectories for the CLR to search when loading assemblies.
|
||
|
NOTE: We need this because we copy the dll's to a sub-folder in the post-build event.
|
||
|
-->
|
||
|
<probing privatePath="lib" />
|
||
|
</assemblyBinding>
|
||
|
</runtime>
|
||
|
</configuration>
|