From 6beaccff985159015a9cc849bea66f5304d40fc2 Mon Sep 17 00:00:00 2001 From: 晚什么安 <2902889775@qq.com> Date: 星期三, 08 四月 2026 17:37:32 +0800 Subject: [PATCH] !1 Update README.md --- Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Server.csproj | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Server.csproj b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Server.csproj index 25ba69c..0905a14 100644 --- a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Server.csproj +++ b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Server.csproj @@ -73,6 +73,7 @@ <ProjectReference Include="..\WIDESEAWCS_SystemServices\WIDESEAWCS_SystemServices.csproj" /> <ProjectReference Include="..\WIDESEAWCs_TaskInfoService\WIDESEAWCs_TaskInfoService.csproj" /> <ProjectReference Include="..\WIDESEAWCS_Tasks\WIDESEAWCS_Tasks.csproj" /> + <ProjectReference Include="..\WIDESEAWCS_RedisService\WIDESEAWCS_RedisService.csproj" /> </ItemGroup> <ItemGroup> @@ -84,9 +85,6 @@ </ItemGroup> <ItemGroup> - <Content Update="nlog.config"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> - </Content> <Content Update="wwwroot\http.html"> <CopyToOutputDirectory>Never</CopyToOutputDirectory> </Content> @@ -105,4 +103,9 @@ </EmbeddedResource> </ItemGroup> + <ItemGroup> + <Folder Include="logs\" /> + <Folder Include="Log\" /> + </ItemGroup> + </Project> -- Gitblit v1.9.3