From 330706b73b849928f32a8c1c32341b4076b0d87d Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Sun, 28 Jul 2019 12:43:24 -0400 Subject: [PATCH] Add missing GStreamer DLLs to ARM64 UWP app. --- support/hololens/ServoApp/ServoApp.vcxproj | 8 +++++++- support/hololens/ServoApp/ServoApp.vcxproj.filters | 6 ++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/support/hololens/ServoApp/ServoApp.vcxproj b/support/hololens/ServoApp/ServoApp.vcxproj index 4e983900576..94c956d6c2d 100644 --- a/support/hololens/ServoApp/ServoApp.vcxproj +++ b/support/hololens/ServoApp/ServoApp.vcxproj @@ -82,7 +82,7 @@ False False Always - x64 + arm64 1 OnApplicationRun @@ -284,6 +284,9 @@ true + + true + true @@ -455,6 +458,9 @@ true + + true + true diff --git a/support/hololens/ServoApp/ServoApp.vcxproj.filters b/support/hololens/ServoApp/ServoApp.vcxproj.filters index d097f65444e..fcefc8c06db 100644 --- a/support/hololens/ServoApp/ServoApp.vcxproj.filters +++ b/support/hololens/ServoApp/ServoApp.vcxproj.filters @@ -774,6 +774,12 @@ ReleaseARM64ServoDLLs + + ReleaseARM64ServoDLLs + + + DebugARM64ServoDLLs +