From 69b4b758498b839aedbd82f7d4dee9d879ba65fe Mon Sep 17 00:00:00 2001 From: yanjinhui <3306209981@qq.com> Date: 星期四, 12 六月 2025 09:17:53 +0800 Subject: [PATCH] 修改开始检修和查看检修人员接口 --- project/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Server.csproj | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Server.csproj b/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Server.csproj index 3fe0e0a..c4075f3 100644 --- a/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Server.csproj +++ b/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Server.csproj @@ -5,7 +5,8 @@ <Nullable>enable</Nullable> <ImplicitUsings>enable</ImplicitUsings> <GenerateDocumentationFile>False</GenerateDocumentationFile> - <Platforms>AnyCPU;x64</Platforms> + <Platforms>AnyCPU;x64;x86</Platforms> + <PlatformTarget>x86</PlatformTarget> </PropertyGroup> <ItemGroup> @@ -48,9 +49,18 @@ </ItemGroup> <ItemGroup> + <None Update="camera.ini"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </None> <None Update="DownLoad\face-plugin.zip"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </None> + <None Update="IdFaceSdk.dll"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </None> + <None Update="SmCameraPreview.dll"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </None> </ItemGroup> </Project> -- Gitblit v1.9.3