2025-03-28 11:58:52 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2025-03-19 10:04:16 +08:00
|
|
|
<configuration>
|
|
|
|
<configSections>
|
|
|
|
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
|
2025-03-28 11:58:52 +08:00
|
|
|
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
2025-03-19 10:04:16 +08:00
|
|
|
</configSections>
|
|
|
|
<startup>
|
2025-03-28 11:58:52 +08:00
|
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
|
2025-03-19 10:04:16 +08:00
|
|
|
</startup>
|
|
|
|
<runtime>
|
|
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
|
<dependentAssembly>
|
2025-03-28 11:58:52 +08:00
|
|
|
<assemblyIdentity name="Xceed.Wpf.AvalonDock" publicKeyToken="3e4669d2f30244f4" culture="neutral" />
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-4.6.0.0" newVersion="4.6.0.0" />
|
2025-03-19 10:04:16 +08:00
|
|
|
</dependentAssembly>
|
|
|
|
<dependentAssembly>
|
2025-03-28 11:58:52 +08:00
|
|
|
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-6.0.1.0" newVersion="6.0.1.0" />
|
2025-03-19 10:04:16 +08:00
|
|
|
</dependentAssembly>
|
|
|
|
<dependentAssembly>
|
2025-03-28 11:58:52 +08:00
|
|
|
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
|
2025-03-19 10:04:16 +08:00
|
|
|
</dependentAssembly>
|
|
|
|
<dependentAssembly>
|
2025-03-28 11:58:52 +08:00
|
|
|
<assemblyIdentity name="SQLitePCLRaw.core" publicKeyToken="1488e028ca7ab535" culture="neutral" />
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-2.1.11.2622" newVersion="2.1.11.2622" />
|
2025-03-19 10:04:16 +08:00
|
|
|
</dependentAssembly>
|
|
|
|
</assemblyBinding>
|
|
|
|
</runtime>
|
|
|
|
<entityFramework>
|
|
|
|
<providers>
|
2025-03-28 11:58:52 +08:00
|
|
|
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
|
|
|
|
<provider invariantName="System.Data.SQLite.EF6" type="System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" />
|
2025-03-19 10:04:16 +08:00
|
|
|
</providers>
|
|
|
|
</entityFramework>
|
|
|
|
<system.data>
|
|
|
|
<DbProviderFactories>
|
2025-03-28 11:58:52 +08:00
|
|
|
<remove invariant="System.Data.SQLite.EF6" />
|
|
|
|
<add name="SQLite Data Provider (Entity Framework 6)" invariant="System.Data.SQLite.EF6" description=".NET Framework Data Provider for SQLite (Entity Framework 6)" type="System.Data.SQLite.EF6.SQLiteProviderFactory, System.Data.SQLite.EF6" />
|
|
|
|
<remove invariant="System.Data.SQLite" /><add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".NET Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" /></DbProviderFactories>
|
2025-03-19 10:04:16 +08:00
|
|
|
</system.data>
|
2025-03-28 11:58:52 +08:00
|
|
|
</configuration>
|