Danbias/Code/Game/LanServer/StandAloneLauncher/App.config

12 lines
351 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="..\..\Bin\DLL\" />
</assemblyBinding>
</runtime>
</configuration>