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