ExtensionDsLab/tests/LogicalHacking.ExtensionDsL.../app.config.in

18 lines
693 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<connectionStrings>
<add name="ProductionExtensionDB" providerName="FSharp.Data.Sql.SqlTypeProvider"
connectionString="Server=<SERVER>;Database=extensions;User=<LOGIN>;Password=<PWD>"/>
</connectionStrings>
<runtime>
<assemblyBinding
xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<Paket>True</Paket>
<assemblyIdentity name="FSharp.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="4.4.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>