laatzen/FM2014TestApp/Ui/Fm2014sTest/App.config
Thomas Wiedebusch ae2af1eb63 merged to main
2026-02-12 09:26:42 +01:00

11 lines
370 B
XML

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