From 2eb8c40c3bfeb1ac777b72e02aea485119e9d158 Mon Sep 17 00:00:00 2001 From: z8018 <1282578289@qq.com> Date: 星期二, 10 六月 2025 15:27:16 +0800 Subject: [PATCH] 1 --- project/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Server.csproj | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 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..ebb02c6 100644 --- a/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Server.csproj +++ b/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Server.csproj @@ -6,6 +6,7 @@ <ImplicitUsings>enable</ImplicitUsings> <GenerateDocumentationFile>False</GenerateDocumentationFile> <Platforms>AnyCPU;x64</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