From b065bf05e36a35498692cb02493f4816c88df116 Mon Sep 17 00:00:00 2001 From: 家里台式机\Administrator <liaoxujun@> Date: 星期日, 29 六月 2025 07:03:41 +0800 Subject: [PATCH] no message --- Admin.NET/FZCZTB.NET.SYSService/FZCZTB.NET.SYSService.csproj | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/Admin.NET/FZCZTB.NET.SYSService/FZCZTB.NET.SYSService.csproj b/Admin.NET/FZCZTB.NET.SYSService/FZCZTB.NET.SYSService.csproj index 01c693f..451ec3d 100644 --- a/Admin.NET/FZCZTB.NET.SYSService/FZCZTB.NET.SYSService.csproj +++ b/Admin.NET/FZCZTB.NET.SYSService/FZCZTB.NET.SYSService.csproj @@ -4,10 +4,18 @@ <TargetFramework>net8.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> + <GenerateDocumentationFile>True</GenerateDocumentationFile> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\Admin.NET.Core\Admin.NET.Core.csproj" /> + <ProjectReference Include="..\FZCZTB.NET.MD\FZCZTB.NET.MD.csproj" /> + </ItemGroup> + + <ItemGroup> + <None Update="FZCZTSYSServiceConfig.json"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </None> </ItemGroup> </Project> -- Gitblit v1.9.1