From fd75558af3cf1621a62e7fccfaecd4fc684c7101 Mon Sep 17 00:00:00 2001
From: ravishroshanms <92966794+ravishroshanms@users.noreply.github.com>
Date: Tue, 23 May 2023 16:07:01 +0530
Subject: [PATCH] Fixed debug build errors while running from Visual studio for
msixmgr project. (#556)
---
MsixCore/msixmgrLib/msixmgrLib.vcxproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MsixCore/msixmgrLib/msixmgrLib.vcxproj b/MsixCore/msixmgrLib/msixmgrLib.vcxproj
index 624d54a80..177eb5861 100644
--- a/MsixCore/msixmgrLib/msixmgrLib.vcxproj
+++ b/MsixCore/msixmgrLib/msixmgrLib.vcxproj
@@ -95,7 +95,7 @@
true
msixmgrLib_EXPORTS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
false
- .;..\msixmgr;inc;..\..\.vs\src\msix;%(AdditionalIncludeDirectories)
+ .;..\msixmgr;inc;..\..\.vs\src\msix;..\msixmgr\include\rapidjson;%(AdditionalIncludeDirectories)
MultiThreadedDebug
stdcpp17