From 5961da02236cd62425731de293f36dc59e84f75b Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 5 Jan 2023 19:01:01 +0100 Subject: [PATCH] MSVC: apply patches from Conan to for debugging information --- builds/msvc/properties/DebugLIB.props | 4 ++-- builds/msvc/properties/Release.props | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/builds/msvc/properties/DebugLIB.props b/builds/msvc/properties/DebugLIB.props index c5f10128..86eb0449 100644 --- a/builds/msvc/properties/DebugLIB.props +++ b/builds/msvc/properties/DebugLIB.props @@ -12,10 +12,10 @@ - OldStyle + ProgramDatabase MultiThreadedDebug true - \ No newline at end of file + diff --git a/builds/msvc/properties/Release.props b/builds/msvc/properties/Release.props index 1c5415bc..1f754ca5 100644 --- a/builds/msvc/properties/Release.props +++ b/builds/msvc/properties/Release.props @@ -14,7 +14,7 @@ /Oy- %(AdditionalOptions) - + ProgramDatabase true true OnlyExplicitInline @@ -38,4 +38,4 @@ - \ No newline at end of file +