diff --git a/build/rules/GenerateFeatureFlags.proj b/build/rules/GenerateFeatureFlags.proj index 93c50a993..7ffb31306 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 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..01f16cf1b 100644 --- a/src/propsheet/propsheet.vcxproj +++ b/src/propsheet/propsheet.vcxproj @@ -78,8 +78,10 @@ $(IntermediateOutputPath);%(AdditionalIncludeDirectories) + - +