From a1adb08f0d367a60160f24071882a74d3729ab11 Mon Sep 17 00:00:00 2001 From: Bud <75859057+bud3699@users.noreply.github.com> Date: Thu, 3 Oct 2024 12:36:37 +0100 Subject: [PATCH] Fixed Folder output of previous commit --- .../IddSampleDriver/IddSampleDriver.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Virtual Display Driver (HDR)/IddSampleDriver/IddSampleDriver.vcxproj b/Virtual Display Driver (HDR)/IddSampleDriver/IddSampleDriver.vcxproj index c38e23e..f399dae 100644 --- a/Virtual Display Driver (HDR)/IddSampleDriver/IddSampleDriver.vcxproj +++ b/Virtual Display Driver (HDR)/IddSampleDriver/IddSampleDriver.vcxproj @@ -252,7 +252,7 @@ SHA1 - copy "$(ProjectDir)..\vdd_settings.xml" "$(TargetDir)" + copy "$(ProjectDir)..\vdd_settings.xml" "$(TargetDir)\IddSampleDriver" @@ -272,7 +272,7 @@ SHA256 - copy "$(ProjectDir)..\vdd_settings.xml" "$(TargetDir)" + copy "$(ProjectDir)..\vdd_settings.xml" "$(TargetDir)\IddSampleDriver"