From bcb2bae4c85c5a7d576116ff9ae2a0c6d0011565 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期四, 10 七月 2025 10:07:05 +0800
Subject: [PATCH] Add project documentation and architecture guide

---
 MESApplication/MESApplication.csproj |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/MESApplication/MESApplication.csproj b/MESApplication/MESApplication.csproj
index 2bd7d9d..b87eece 100644
--- a/MESApplication/MESApplication.csproj
+++ b/MESApplication/MESApplication.csproj
@@ -5,6 +5,7 @@
         <Nullable>enable</Nullable>
         <ImplicitUsings>enable</ImplicitUsings>
         <InvariantGlobalization>true</InvariantGlobalization>
+        <GenerateDocumentationFile>True</GenerateDocumentationFile>
     </PropertyGroup>
 
     <ItemGroup>

--
Gitblit v1.9.3