From a5397ba752d0f9399b91bc56bdf72cd6d650f536 Mon Sep 17 00:00:00 2001 From: "zhengxuan.zhang" Date: Fri, 5 Jun 2026 13:56:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=A4=8D=E5=88=B6=E5=88=B0?= =?UTF-8?q?=E5=BD=93=E5=89=8D=E4=B8=BB=E7=A8=8B=E5=BA=8F=E8=BE=93=E5=87=BA?= =?UTF-8?q?=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../XP.Hardware.RaySource.Comet.Host.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/XP.Hardware.RaySource.Comet.Host/XP.Hardware.RaySource.Comet.Host.csproj b/XP.Hardware.RaySource.Comet.Host/XP.Hardware.RaySource.Comet.Host.csproj index 9df3ea8..bd60ace 100644 --- a/XP.Hardware.RaySource.Comet.Host/XP.Hardware.RaySource.Comet.Host.csproj +++ b/XP.Hardware.RaySource.Comet.Host/XP.Hardware.RaySource.Comet.Host.csproj @@ -102,9 +102,9 @@ - + - if not exist "$(SolutionDir)XP.App\bin\$(ConfigurationName)\net8.0-windows7.0\Host\" mkdir "$(SolutionDir)XP.App\bin\$(ConfigurationName)\net8.0-windows7.0\Host\" -xcopy /Y /D "$(TargetDir)*.*" "$(SolutionDir)XP.App\bin\$(ConfigurationName)\net8.0-windows7.0\Host\" + if not exist "$(SolutionDir)bin\$(ConfigurationName)\net8.0-windows\win-x64\Host\" mkdir "$(SolutionDir)bin\$(ConfigurationName)\net8.0-windows\win-x64\Host\" +xcopy /Y /D "$(TargetDir)*.*" "$(SolutionDir)bin\$(ConfigurationName)\net8.0-windows\win-x64\Host\" \ No newline at end of file