From 88eb9121ebfc9ece28a1bf93b1740cc34ce50f7d Mon Sep 17 00:00:00 2001 From: Ben Chalmers Date: Mon, 13 Jan 2014 09:38:18 +0000 Subject: [PATCH] [CP-7391] Ensure new directories are created when copying binaries Signed-off-by: Ben Chalmers --- proj/liteagent/LiteAgent.vcxproj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/proj/liteagent/LiteAgent.vcxproj b/proj/liteagent/LiteAgent.vcxproj index 42705ea..b1d7b5e 100644 --- a/proj/liteagent/LiteAgent.vcxproj +++ b/proj/liteagent/LiteAgent.vcxproj @@ -95,8 +95,8 @@ Powrprof.lib;%(AdditionalDependencies) - copy $(TargetPath) $(SolutionDir)\..\xeniface\$(PlatformTarget) -copy $(TargetDir)LiteAgent.pdb $(SolutionDir)\..\xeniface\$(PlatformTarget) + xcopy /y $(TargetPath) $(SolutionDir)\..\xeniface\$(PlatformTarget)\ + xcopy /y $(TargetDir)LiteAgent.pdb $(SolutionDir)\..\xeniface\$(PlatformTarget)\ Copying output files @@ -120,8 +120,8 @@ copy $(TargetDir)LiteAgent.pdb $(SolutionDir)\..\xeniface\$(PlatformTarget)Powrprof.lib;%(AdditionalDependencies) - copy $(TargetPath) $(SolutionDir)\..\xeniface\$(PlatformTarget) -copy $(TargetDir)LiteAgent.pdb $(SolutionDir)\..\xeniface\$(PlatformTarget) + xcopy /y $(TargetPath) $(SolutionDir)\..\xeniface\$(PlatformTarget)\ + xcopy /y $(TargetDir)LiteAgent.pdb $(SolutionDir)\..\xeniface\$(PlatformTarget)\ Copying output files @@ -243,4 +243,4 @@ copy $(TargetDir)LiteAgent.pdb $(SolutionDir)\..\xeniface\$(PlatformTarget) - \ No newline at end of file + -- 2.39.5