From 25be56b0dbeee7543c88c2bbc4192578ee94f27e Mon Sep 17 00:00:00 2001 From: wanshenmean <cathay_xy@163.com> Date: 星期一, 09 三月 2026 09:34:57 +0800 Subject: [PATCH] docs: 更新设计文档实施状态 --- Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Server.csproj | 5 +++++ 1 files changed, 5 insertions(+), 0 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..69ecb81 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> @@ -105,4 +106,8 @@ </EmbeddedResource> </ItemGroup> + <ItemGroup> + <Folder Include="Log\" /> + </ItemGroup> + </Project> -- Gitblit v1.9.3