[cpp-sp] 08/11: REMOVABLE: Path For XMLTooling
Rod Widdowson
rdw at steadingsoftware.com
Fri Jan 3 14:41:23 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=d58601a84af7037de5366b7c50b57d5625f77b9c
commit d58601a84af7037de5366b7c50b57d5625f77b9c
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Dec 6 13:45:37 2024 +0000
REMOVABLE: Path For XMLTooling
---
Projects/vc22/shibsp.vcxproj | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Projects/vc22/shibsp.vcxproj b/Projects/vc22/shibsp.vcxproj
index 1c4fe278..2d93c74e 100644
--- a/Projects/vc22/shibsp.vcxproj
+++ b/Projects/vc22/shibsp.vcxproj
@@ -252,31 +252,37 @@
<IncludePath>..\..\shibsp;$(IncludePath)</IncludePath>
<IncludePath>..\..\;$(IncludePath)</IncludePath>
<IncludePath>..\..\..\boost;$(IncludePath)</IncludePath>
+ <IncludePath>..\..\..\cpp-xmltooling;$(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>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<IncludePath>..\..\shibsp;$(IncludePath)</IncludePath>
<IncludePath>..\..\;$(IncludePath)</IncludePath>
<IncludePath>..\..\..\boost;$(IncludePath)</IncludePath>
+ <IncludePath>..\..\..\cpp-xmltooling;$(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>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<IncludePath>..\..\shibsp;$(IncludePath)</IncludePath>
<IncludePath>..\..\;$(IncludePath)</IncludePath>
<IncludePath>..\..\..\boost;$(IncludePath)</IncludePath>
+ <IncludePath>..\..\..\cpp-xmltooling;$(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>
</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