Files
FullAutoWaterCheck/全自动水压检测仪/App.config

24 lines
963 B
Plaintext
Raw Normal View History

2026-01-07 13:42:17 +08:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
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-02-05 16:58:22 +08:00
<add key="MaxExpirationPeriodInDays" value="40" />
2026-01-27 17:27:59 +08:00
<add key="ReminderPeriodInDays" value="7" />
2026-02-10 16:52:42 +08:00
<add key="AllowModified" value="0" />
<!--1允许修改报表0不允许修改报表-->
2026-01-27 17:27:59 +08:00
</appSettings>
2026-01-07 13:42:17 +08:00
</configuration>