From f52a74304ab9743686d47695cf67f90e591ac221 Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Thu, 17 Feb 2022 23:04:00 +0200 Subject: [PATCH] Weather: Enable support for memory leaks dumping in Debug builds --- ep_weather_host/ep_weather_host.vcxproj | 3 +++ ep_weather_host/ep_weather_host.vcxproj.filters | 3 +++ 2 files changed, 6 insertions(+) diff --git a/ep_weather_host/ep_weather_host.vcxproj b/ep_weather_host/ep_weather_host.vcxproj index 8bc1ea3..1e8109a 100644 --- a/ep_weather_host/ep_weather_host.vcxproj +++ b/ep_weather_host/ep_weather_host.vcxproj @@ -93,6 +93,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true MultiThreadedDebug + $(SolutionDir)debug.h Windows @@ -123,6 +124,7 @@ _DEBUG;_CONSOLE;%(PreprocessorDefinitions) true MultiThreadedDebug + $(SolutionDir)debug.h Windows @@ -153,6 +155,7 @@ + diff --git a/ep_weather_host/ep_weather_host.vcxproj.filters b/ep_weather_host/ep_weather_host.vcxproj.filters index f4fd088..7269537 100644 --- a/ep_weather_host/ep_weather_host.vcxproj.filters +++ b/ep_weather_host/ep_weather_host.vcxproj.filters @@ -53,6 +53,9 @@ Header Files + + Header Files +