From aff6fc8c10c08ff3f52a38b7308d37b3e3f923e1 Mon Sep 17 00:00:00 2001 From: Abdelrahman Mahmoud Date: Mon, 22 Feb 2016 15:23:18 -0500 Subject: [PATCH] copy data folder to release directory --- opencv-webcam-demo/opencv-webcam-demo.vcxproj | 3 ++- video-demo/video-demo.vcxproj | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/opencv-webcam-demo/opencv-webcam-demo.vcxproj b/opencv-webcam-demo/opencv-webcam-demo.vcxproj index ddb739b..36ea02a 100644 --- a/opencv-webcam-demo/opencv-webcam-demo.vcxproj +++ b/opencv-webcam-demo/opencv-webcam-demo.vcxproj @@ -54,7 +54,8 @@ C:\Program Files (x86)\Affectiva\Affdex SDK\lib\release\affdex-native.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - xcopy /d /y "C:\Program Files (x86)\Affectiva\Affdex SDK\bin\release\affdex-native.dll" "$(OutDir)" + xcopy /d /y "C:\Program Files (x86)\Affectiva\Affdex SDK\bin\release\affdex-native.dll" "$(OutDir)" +xcopy /d /s /y "C:\Program Files (x86)\Affectiva\Affdex SDK\data" "$(OutDir)data\" diff --git a/video-demo/video-demo.vcxproj b/video-demo/video-demo.vcxproj index f4d22c9..1e96edf 100644 --- a/video-demo/video-demo.vcxproj +++ b/video-demo/video-demo.vcxproj @@ -55,7 +55,8 @@ xcopy /d /y "C:\Program Files (x86)\Affectiva\Affdex SDK\bin\release\affdex-native.dll" "$(OutDir)" -xcopy /d /y "C:\Program Files (x86)\Affectiva\Affdex SDK\bin\opencv_ffmpeg248.dll" "$(OutDir)" +xcopy /d /y "C:\Program Files (x86)\Affectiva\Affdex SDK\bin\opencv_ffmpeg248.dll" "$(OutDir)" +xcopy /d /s /y "C:\Program Files (x86)\Affectiva\Affdex SDK\data" "$(OutDir)data\"