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

12 lines
351 B
Plaintext
Raw Normal View History

2014-02-14 10:46:23 +01:00
<?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>