From 6bb436d2e61fb12f124b319c5aa1f04a4afe912f Mon Sep 17 00:00:00 2001 From: JohnMcPMS Date: Thu, 9 Nov 2023 11:36:47 -0800 Subject: [PATCH] Fix OOP config helper (#3873) The control for switching between servers was not done previously. --- .../Microsoft.Management.Configuration.OutOfProc.vcxproj | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Microsoft.Management.Configuration.OutOfProc/Microsoft.Management.Configuration.OutOfProc.vcxproj b/src/Microsoft.Management.Configuration.OutOfProc/Microsoft.Management.Configuration.OutOfProc.vcxproj index f8f7f57f14..4f0f31ef19 100644 --- a/src/Microsoft.Management.Configuration.OutOfProc/Microsoft.Management.Configuration.OutOfProc.vcxproj +++ b/src/Microsoft.Management.Configuration.OutOfProc/Microsoft.Management.Configuration.OutOfProc.vcxproj @@ -223,6 +223,11 @@ USE_PROD_CLSIDS;%(PreprocessorDefinitions) + + + USE_PROD_WINGET_SERVER;%(PreprocessorDefinitions) + + Disabled