GreatHomeChildcare-2/App.config

21 lines
951 B
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2021-01-12 01:34:14 -05:00
<configuration>
2021-01-13 01:21:53 -05:00
<connectionStrings>
<add name="Default" connectionString="Data Source=.\GreatHome.db;Version=3" providerName="System.Data.SqlClient" />
2021-01-13 01:21:53 -05:00
</connectionStrings>
2021-01-12 01:34:14 -05:00
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
2021-01-12 01:34:14 -05:00
</configuration>