From efbfb630f60f6663deba83ec12c1fbf2f9bab183 Mon Sep 17 00:00:00 2001 From: wanshenmean <cathay_xy@163.com> Date: 星期五, 13 三月 2026 13:44:08 +0800 Subject: [PATCH] fix: improve FilePersistenceService code quality and security --- 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