[cpp-sp] branch main updated: Remove MLAttribute, NameIDAttribute and ExtensibleAttribute
Rod Widdowson
rdw at steadingsoftware.com
Fri Nov 1 13:37:42 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=05c2118974c40437a0e78b83362a6b91e2fdeb2b
The following commit(s) were added to refs/heads/main by this push:
new 05c21189 Remove MLAttribute, NameIDAttribute and ExtensibleAttribute
05c21189 is described below
commit 05c2118974c40437a0e78b83362a6b91e2fdeb2b
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Nov 1 13:37:37 2024 +0000
Remove MLAttribute, NameIDAttribute and ExtensibleAttribute
---
Projects/vc15/shibsp/shibsp.vcxproj | 8 +-------
Projects/vc15/shibsp/shibsp.vcxproj.filters | 18 ------------------
2 files changed, 1 insertion(+), 25 deletions(-)
diff --git a/Projects/vc15/shibsp/shibsp.vcxproj b/Projects/vc15/shibsp/shibsp.vcxproj
index 29feb793..df42b971 100644
--- a/Projects/vc15/shibsp/shibsp.vcxproj
+++ b/Projects/vc15/shibsp/shibsp.vcxproj
@@ -226,11 +226,8 @@
<ClCompile Include="..\..\..\shibsp\impl\XMLServiceProvider.cpp" />
<ClCompile Include="..\..\..\shibsp\attribute\Attribute.cpp" />
<ClCompile Include="..\..\..\shibsp\attribute\BinaryAttribute.cpp" />
- <ClCompile Include="..\..\..\shibsp\attribute\ExtensibleAttribute.cpp" />
- <ClCompile Include="..\..\..\shibsp\attribute\NameIDAttribute.cpp" />
<ClCompile Include="..\..\..\shibsp\attribute\ScopedAttribute.cpp" />
<ClCompile Include="..\..\..\shibsp\attribute\SimpleAttribute.cpp" />
- <ClCompile Include="..\..\..\shibsp\attribute\XMLAttribute.cpp" />
<ClCompile Include="..\..\..\shibsp\handler\impl\AbstractHandler.cpp" />
<ClCompile Include="..\..\..\shibsp\handler\impl\AssertionConsumerService.cpp" />
<ClCompile Include="..\..\..\shibsp\handler\impl\AssertionLookup.cpp" />
@@ -295,11 +292,8 @@
<ClInclude Include="..\..\..\shibsp\remoting\ListenerService.h" />
<ClInclude Include="..\..\..\shibsp\attribute\Attribute.h" />
<ClInclude Include="..\..\..\shibsp\attribute\BinaryAttribute.h" />
- <ClInclude Include="..\..\..\shibsp\attribute\ExtensibleAttribute.h" />
- <ClInclude Include="..\..\..\shibsp\attribute\NameIDAttribute.h" />
<ClInclude Include="..\..\..\shibsp\attribute\ScopedAttribute.h" />
<ClInclude Include="..\..\..\shibsp\attribute\SimpleAttribute.h" />
- <ClInclude Include="..\..\..\shibsp\attribute\XMLAttribute.h" />
<ClInclude Include="..\..\..\shibsp\handler\AbstractHandler.h" />
<ClInclude Include="..\..\..\shibsp\handler\AssertionConsumerService.h" />
<ClInclude Include="..\..\..\shibsp\handler\Handler.h" />
@@ -322,4 +316,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project>
+</Project>
\ No newline at end of file
diff --git a/Projects/vc15/shibsp/shibsp.vcxproj.filters b/Projects/vc15/shibsp/shibsp.vcxproj.filters
index ed69e171..bc25eb9a 100644
--- a/Projects/vc15/shibsp/shibsp.vcxproj.filters
+++ b/Projects/vc15/shibsp/shibsp.vcxproj.filters
@@ -84,18 +84,9 @@
<ClCompile Include="..\..\..\shibsp\attribute\BinaryAttribute.cpp">
<Filter>Source Files\attribute</Filter>
</ClCompile>
- <ClCompile Include="..\..\..\shibsp\attribute\ExtensibleAttribute.cpp">
- <Filter>Source Files\attribute</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\shibsp\attribute\NameIDAttribute.cpp">
- <Filter>Source Files\attribute</Filter>
- </ClCompile>
<ClCompile Include="..\..\..\shibsp\attribute\ScopedAttribute.cpp">
<Filter>Source Files\attribute</Filter>
</ClCompile>
- <ClCompile Include="..\..\..\shibsp\attribute\XMLAttribute.cpp">
- <Filter>Source Files\attribute</Filter>
- </ClCompile>
<ClCompile Include="..\..\..\shibsp\binding\impl\XMLProtocolProvider.cpp">
<Filter>Source Files\binding\impl</Filter>
</ClCompile>
@@ -308,18 +299,9 @@
<ClInclude Include="..\..\..\shibsp\attribute\BinaryAttribute.h">
<Filter>Header Files\attribute</Filter>
</ClInclude>
- <ClInclude Include="..\..\..\shibsp\attribute\ExtensibleAttribute.h">
- <Filter>Header Files\attribute</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\shibsp\attribute\NameIDAttribute.h">
- <Filter>Header Files\attribute</Filter>
- </ClInclude>
<ClInclude Include="..\..\..\shibsp\attribute\ScopedAttribute.h">
<Filter>Header Files\attribute</Filter>
</ClInclude>
- <ClInclude Include="..\..\..\shibsp\attribute\XMLAttribute.h">
- <Filter>Header Files\attribute</Filter>
- </ClInclude>
<ClInclude Include="..\..\..\shibsp\attribute\SimpleAttribute.h">
<Filter>Header Files\attribute</Filter>
</ClInclude>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list