From 31a636e735a0addc56e4f4527f500b7aa0874eb5 Mon Sep 17 00:00:00 2001 From: chr <chr@mailcom> Date: 星期五, 03 一月 2025 11:21:46 +0800 Subject: [PATCH] 改了一大堆; --- PdmAlert/Properties/AssemblyInfo.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/PdmAlert/Properties/AssemblyInfo.cs b/PdmAlert/Properties/AssemblyInfo.cs index d859239..a71e5fe 100644 --- a/PdmAlert/Properties/AssemblyInfo.cs +++ b/PdmAlert/Properties/AssemblyInfo.cs @@ -1,4 +1,5 @@ -锘縰sing System.Reflection; +锘縰sing log4net.Config; +using System.Reflection; using System.Resources; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -53,3 +54,4 @@ // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: XmlConfigurator(ConfigFile = "log4net.config", Watch = true)] -- Gitblit v1.9.1