mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-25 08:19:50 -04:00
15 lines
555 B
XML
15 lines
555 B
XML
<?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> |