[cpp-sp] 10/12: REMOVABLE: Path For Xerces

Rod Widdowson rdw at steadingsoftware.com
Wed Jan 8 15:00:54 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=a04c47eef40283d11fdcccabb631e6cc20c4e587

commit a04c47eef40283d11fdcccabb631e6cc20c4e587
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Dec 6 14:08:28 2024 +0000

    REMOVABLE: Path For Xerces
    
    Since this is going away we just wire in a random autoconfd header file.
---
 Projects/vc22/shibsp.vcxproj | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/Projects/vc22/shibsp.vcxproj b/Projects/vc22/shibsp.vcxproj
index 14d42fa2..e851cd06 100644
--- a/Projects/vc22/shibsp.vcxproj
+++ b/Projects/vc22/shibsp.vcxproj
@@ -248,36 +248,48 @@
     <IncludePath>..\..\;$(IncludePath)</IncludePath>
     <IncludePath>..\..\..\boost;$(IncludePath)</IncludePath>
     <IncludePath>..\..\..\cpp-xmltooling;$(IncludePath)</IncludePath>
+    <IncludePath>..\..\..\xerces\src;$(IncludePath)</IncludePath>
+    <IncludePath>..\..\..\xerces\Install64\VC15\include;$(IncludePath)</IncludePath>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
     <IncludePath>..\..\shibsp;$(IncludePath)</IncludePath>
     <IncludePath>..\..\;$(IncludePath)</IncludePath>
     <IncludePath>..\..\..\boost;$(IncludePath)</IncludePath>
     <IncludePath>..\..\..\cpp-xmltooling;$(IncludePath)</IncludePath>
+    <IncludePath>..\..\..\xerces\src;$(IncludePath)</IncludePath>
+    <IncludePath>..\..\..\xerces\Install64\VC15\include;$(IncludePath)</IncludePath>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     <IncludePath>..\..\shibsp;$(IncludePath)</IncludePath>
     <IncludePath>..\..\;$(IncludePath)</IncludePath>
     <IncludePath>..\..\..\boost;$(IncludePath)</IncludePath>
     <IncludePath>..\..\..\cpp-xmltooling;$(IncludePath)</IncludePath>
+    <IncludePath>..\..\..\xerces\src;$(IncludePath)</IncludePath>
+    <IncludePath>..\..\..\xerces\Install64\VC15\include;$(IncludePath)</IncludePath>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     <IncludePath>..\..\shibsp;$(IncludePath)</IncludePath>
     <IncludePath>..\..\;$(IncludePath)</IncludePath>
     <IncludePath>..\..\..\boost;$(IncludePath)</IncludePath>
     <IncludePath>..\..\..\cpp-xmltooling;$(IncludePath)</IncludePath>
+    <IncludePath>..\..\..\xerces\src;$(IncludePath)</IncludePath>
+    <IncludePath>..\..\..\xerces\Install64\VC15\include;$(IncludePath)</IncludePath>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     <IncludePath>..\..\shibsp;$(IncludePath)</IncludePath>
     <IncludePath>..\..\;$(IncludePath)</IncludePath>
     <IncludePath>..\..\..\boost;$(IncludePath)</IncludePath>
     <IncludePath>..\..\..\cpp-xmltooling;$(IncludePath)</IncludePath>
+    <IncludePath>..\..\..\xerces\src;$(IncludePath)</IncludePath>
+    <IncludePath>..\..\..\xerces\Install64\VC15\include;$(IncludePath)</IncludePath>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
     <IncludePath>..\..\shibsp;$(IncludePath)</IncludePath>
     <IncludePath>..\..\;$(IncludePath)</IncludePath>
     <IncludePath>..\..\..\boost;$(IncludePath)</IncludePath>
     <IncludePath>..\..\..\cpp-xmltooling;$(IncludePath)</IncludePath>
+    <IncludePath>..\..\..\xerces\src;$(IncludePath)</IncludePath>
+    <IncludePath>..\..\..\xerces\Install64\VC15\include;$(IncludePath)</IncludePath>
   </PropertyGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     <ClCompile>

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


More information about the commits mailing list