diff options
Diffstat (limited to 'win/CS')
-rw-r--r-- | win/CS/HandBrakeAppX/HandBrakeAppX.jsproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/CS/HandBrakeAppX/HandBrakeAppX.jsproj b/win/CS/HandBrakeAppX/HandBrakeAppX.jsproj index 57ccce3b5..5631ac3f5 100644 --- a/win/CS/HandBrakeAppX/HandBrakeAppX.jsproj +++ b/win/CS/HandBrakeAppX/HandBrakeAppX.jsproj @@ -82,9 +82,9 @@ that target and the DisableFastUpToDateCheck PropertyGroup. Other similar extension points exist, see Microsoft.Common.targets. --> <Target Name="BeforeBuild"> - <Exec Command="xcopy ..\HandBrakeWPF\bin\$(Platform)\Release\*.exe win32 /I /Y" /> - <Exec Command="xcopy ..\HandBrakeWPF\bin\$(Platform)\Release\*.dll win32 /I /Y" /> - <Exec Command="xcopy ..\HandBrakeWPF\bin\$(Platform)\Release\*.config win32 /I /Y" /> + <Exec Command="xcopy ..\HandBrakeWPF\bin\$(Platform)\$(Configuration)\*.exe win32 /I /Y" /> + <Exec Command="xcopy ..\HandBrakeWPF\bin\$(Platform)\$(Configuration)\*.dll win32 /I /Y" /> + <Exec Command="xcopy ..\HandBrakeWPF\bin\$(Platform)\$(Configuration)\*.config win32 /I /Y" /> </Target> <!-- <Target Name="AfterBuild"> </Target> |