diff --git a/build/rules/GenerateFeatureFlags.proj b/build/rules/GenerateFeatureFlags.proj
index 93c50a99344..7ffb3130650 100644
--- a/build/rules/GenerateFeatureFlags.proj
+++ b/build/rules/GenerateFeatureFlags.proj
@@ -63,8 +63,14 @@
Outputs="$(OpenConsoleCommonOutDir)\inc\TilFeatureStaging.h"
DependsOnTargets="_GenerateBranchAndBrandingCache">
+
diff --git a/src/host/ft_uia/Host.Tests.UIA.csproj b/src/host/ft_uia/Host.Tests.UIA.csproj
index 5db483cdd05..72f78a30cc2 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 47a137dc774..01f16cf1b2e 100644
--- a/src/propsheet/propsheet.vcxproj
+++ b/src/propsheet/propsheet.vcxproj
@@ -78,8 +78,10 @@
$(IntermediateOutputPath);%(AdditionalIncludeDirectories)
+
-
+