2026-01-07 13:42:17 +08:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
<configuration>
|
2026-04-17 10:45:45 +08:00
|
|
|
|
<connectionStrings>
|
|
|
|
|
|
<add name="FullAutoWaterPressure" connectionString="Server=localhost;Database=fullautowaterpressure;User=root;Password=123456;port=3306;charset=utf8;" />
|
|
|
|
|
|
</connectionStrings>
|
2026-02-10 16:52:42 +08: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.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
|
|
|
|
</dependentAssembly>
|
|
|
|
|
|
<dependentAssembly>
|
|
|
|
|
|
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
|
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
|
|
|
|
|
|
</dependentAssembly>
|
|
|
|
|
|
</assemblyBinding>
|
|
|
|
|
|
</runtime>
|
2026-01-27 17:27:59 +08:00
|
|
|
|
<appSettings>
|
2026-03-14 13:39:48 +08:00
|
|
|
|
<add key="MaxExpirationPeriodInDays" value="10000" />
|
|
|
|
|
|
<add key="ReminderPeriodInDays" value="10000" />
|
2026-03-09 16:10:35 +08:00
|
|
|
|
<add key="AllowModified" value="1" />
|
2026-02-10 16:52:42 +08:00
|
|
|
|
<!--1允许修改报表,0不允许修改报表-->
|
2026-01-27 17:27:59 +08:00
|
|
|
|
</appSettings>
|
2026-04-17 10:45:45 +08:00
|
|
|
|
</configuration>
|