[cpp-sp] 01/05: Tidy up Filters for DefaultAttributeConfiguraton
Rod Widdowson
rdw at steadingsoftware.com
Wed May 7 13:13:59 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch dev/SPPSP-8-playpen
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=e100f2074419e3629892e4d80bad0289771ef22a
commit e100f2074419e3629892e4d80bad0289771ef22a
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed May 7 14:11:15 2025 +0100
Tidy up Filters for DefaultAttributeConfiguraton
---
Projects/vc22/shibsp.vcxproj.filters | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Projects/vc22/shibsp.vcxproj.filters b/Projects/vc22/shibsp.vcxproj.filters
index b6111bda..40d623d6 100644
--- a/Projects/vc22/shibsp.vcxproj.filters
+++ b/Projects/vc22/shibsp.vcxproj.filters
@@ -242,9 +242,6 @@
</ClInclude>
</ItemGroup>
<ItemGroup>
- <ClCompile Include="..\..\shibsp\attribute\impl\DefaultAttributeConfiguraton.cpp">
- <Filter>Source Files\Attribute</Filter>
- </ClCompile>
<ClCompile Include="..\..\shibsp\handler\impl\AbstractHandler.cpp">
<Filter>Source Files\Handler</Filter>
</ClCompile>
@@ -395,6 +392,9 @@
<ClCompile Include="..\..\shibsp\remoting\impl\WinHTTPRemotingService.cpp">
<Filter>Source Files\Remoting</Filter>
</ClCompile>
+ <ClCompile Include="..\..\shibsp\attribute\impl\DefaultAttributeConfiguration.cpp">
+ <Filter>Source Files\Attribute</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\shibsp\shibsp.rc">
@@ -406,4 +406,4 @@
<Filter>Resource Files</Filter>
</CustomBuild>
</ItemGroup>
-</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