winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 6bb436d2e61fb12f124b319c5aa1f04a4afe912f
parent 296a53dbedffabfd14b60f43e1a7abae0200cb75
Author: JohnMcPMS <johnmcp@microsoft.com>
Date:   Thu,  9 Nov 2023 11:36:47 -0800

Fix OOP config helper (#3873)

The control for switching between servers was not done previously.
Diffstat:
Msrc/Microsoft.Management.Configuration.OutOfProc/Microsoft.Management.Configuration.OutOfProc.vcxproj | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git 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 @@ <PreprocessorDefinitions>USE_PROD_CLSIDS;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ClCompile> </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(UseProdWingetServer)'=='true'"> + <ClCompile> + <PreprocessorDefinitions>USE_PROD_WINGET_SERVER;%(PreprocessorDefinitions)</PreprocessorDefinitions> + </ClCompile> + </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'"> <ClCompile> <Optimization>Disabled</Optimization>