From d758ecfda084ad5f6d95c72a03d40e17d9606554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Thu, 2 Jul 2026 20:24:47 +0200 Subject: [PATCH] Fixed incorrect DMF path --- src/Dmf.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dmf.props b/src/Dmf.props index e010b1d..de3ca6f 100644 --- a/src/Dmf.props +++ b/src/Dmf.props @@ -9,7 +9,7 @@ - $(DmfRootPath)\DMF\Modules.Library;$(DmfRootPath)\DMF\Modules.Template;$(DmfRootPath)\DMF\Modules.Library.Tests;$(DmfRootPath)\DMF\Framework;$(IntDir);%(AdditionalIncludeDirectories) + $(DmfRootPath)\DMF\Dmf\Modules.Library;$(DmfRootPath)\DMF\Dmf\Modules.Template;$(DmfRootPath)\DMF\Dmf\Modules.Library.Tests;$(DmfRootPath)\DMF\Dmf\Framework;$(IntDir);%(AdditionalIncludeDirectories) $(DmfRootPath)\$(Configuration)\$(PlatformName)\lib\DmfK\DmfK.lib;$(DmfRootPath)\$(Configuration)\$(PlatformName)\individual_libs\DmfKModules.Template\DmfKModules.Template.lib;%(AdditionalDependencies);