|
|
@@ -12,11 +12,11 @@
|
|
|
<!--本机IP,没有则由程序自动获取-->
|
|
|
<add key="LocalIP" value="" />
|
|
|
</appSettings>
|
|
|
- <configSections>
|
|
|
+ <!--<configSections>
|
|
|
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System">
|
|
|
<section name="DevExpress.LookAndFeel.Design.AppSettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
|
|
</sectionGroup>
|
|
|
- <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
|
|
|
+ --><!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --><!--
|
|
|
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
|
|
</configSections>
|
|
|
<applicationSettings>
|
|
|
@@ -28,16 +28,16 @@
|
|
|
<value>True</value>
|
|
|
</setting>
|
|
|
</DevExpress.LookAndFeel.Design.AppSettings>
|
|
|
- </applicationSettings>
|
|
|
+ </applicationSettings>-->
|
|
|
<startup>
|
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
|
|
</startup>
|
|
|
- <entityFramework>
|
|
|
+ <!--<entityFramework>
|
|
|
<providers>
|
|
|
<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" />
|
|
|
</providers>
|
|
|
- </entityFramework>
|
|
|
+ </entityFramework>-->
|
|
|
<system.data>
|
|
|
<DbProviderFactories>
|
|
|
<remove invariant="System.Data.SQLite.EF6" />
|