diff --git a/FastCopyShellExtension/FastCopyShellExtension.vcxproj b/FastCopyShellExtension/FastCopyShellExtension.vcxproj index a0eb745..2b88e98 100644 --- a/FastCopyShellExtension/FastCopyShellExtension.vcxproj +++ b/FastCopyShellExtension/FastCopyShellExtension.vcxproj @@ -139,7 +139,7 @@ %(AdditionalDependencies) - xcopy $(SolutionDir)$(Platform)\Release\FastCopy\$(ProjectName).dll $(SolutionDir)$(Platform)\Debug\FastCopy\$(ProjectName).dll /Y + xcopy "$(SolutionDir)$(Platform)\Release\FastCopy\$(ProjectName).dll" "$(SolutionDir)$(Platform)\Debug\FastCopy\$(ProjectName).dll" /Y /-I FastCopyShellExtension.res