From 918903721232d266e7e70faa9a379095d2454c02 Mon Sep 17 00:00:00 2001 From: John McPherson Date: Thu, 10 Oct 2024 14:32:02 -0700 Subject: [PATCH] Add property to define converter --- src/AppInstallerCommonCore/AppInstallerCommonCore.vcxproj | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/AppInstallerCommonCore/AppInstallerCommonCore.vcxproj b/src/AppInstallerCommonCore/AppInstallerCommonCore.vcxproj index 6fac55a5fc..d57fcfc5e6 100644 --- a/src/AppInstallerCommonCore/AppInstallerCommonCore.vcxproj +++ b/src/AppInstallerCommonCore/AppInstallerCommonCore.vcxproj @@ -243,6 +243,11 @@ %(AdditionalOptions) /permissive- /D _SILENCE_CXX17_ITERATOR_BASE_CLASS_DEPRECATION_WARNING + + + USE_PROD_CLSIDS;%(PreprocessorDefinitions) + + Disabled