[cpp-sp] 11/12: REMOVABLE wire logshib into build path for XMLServiceProvider

Rod Widdowson rdw at steadingsoftware.com
Tue Jan 7 11:34:41 UTC 2025


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch dev/vc22-dev
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=05e3c928fcafe0c9976077a4ea61119a24e2d05d

commit 05e3c928fcafe0c9976077a4ea61119a24e2d05d
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Jan 7 11:32:29 2025 +0000

    REMOVABLE wire logshib into build path for XMLServiceProvider
---
 Projects/vc22/shibsp.vcxproj | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Projects/vc22/shibsp.vcxproj b/Projects/vc22/shibsp.vcxproj
index 9a0a89ce..72445785 100644
--- a/Projects/vc22/shibsp.vcxproj
+++ b/Projects/vc22/shibsp.vcxproj
@@ -141,7 +141,9 @@
     <ClCompile Include="..\..\shibsp\impl\XMLAccessControl.cpp" />
     <ClCompile Include="..\..\shibsp\impl\XMLApplication.cpp" />
     <ClCompile Include="..\..\shibsp\impl\XMLRequestMapper.cpp" />
-    <ClCompile Include="..\..\shibsp\impl\XMLServiceProvider.cpp" />
+    <ClCompile Include="..\..\shibsp\impl\XMLServiceProvider.cpp">
+      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)..\..\..\log4shib\include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+    </ClCompile>
     <ClCompile Include="..\..\shibsp\io\impl\HTTPRequest.cpp" />
     <ClCompile Include="..\..\shibsp\io\impl\HTTPResponse.cpp" />
     <ClCompile Include="..\..\shibsp\logging\impl\AbstractLoggingService.cpp" />
@@ -407,4 +409,4 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
-</Project>
+</Project>
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list