From 36fa2fe37c22cd7021cf08c682714456cf8395c8 Mon Sep 17 00:00:00 2001 From: Mike Griese Date: Mon, 22 Nov 2021 16:58:13 -0600 Subject: [PATCH] Wrap these commands with quotes I'm pretty exactly following the diff from #917. These paths weren't wrapped in `"`s, so building the solution in a directory with a space in it would explode. Closes #917. --- src/host/ft_uia/Host.Tests.UIA.csproj | 4 ++-- src/propsheet/propsheet.vcxproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/host/ft_uia/Host.Tests.UIA.csproj b/src/host/ft_uia/Host.Tests.UIA.csproj index 5db483cdd..72f78a30c 100644 --- a/src/host/ft_uia/Host.Tests.UIA.csproj +++ b/src/host/ft_uia/Host.Tests.UIA.csproj @@ -143,7 +143,7 @@ - copy $(SolutionDir)\dep\WinAppDriver\* $(OutDir)\ + copy "$(SolutionDir)\dep\WinAppDriver\*" "$(OutDir)\" @@ -152,4 +152,4 @@ - \ No newline at end of file + diff --git a/src/propsheet/propsheet.vcxproj b/src/propsheet/propsheet.vcxproj index 47a137dc7..43bf3b81b 100644 --- a/src/propsheet/propsheet.vcxproj +++ b/src/propsheet/propsheet.vcxproj @@ -79,7 +79,7 @@ - +