[cpp-sp] branch main updated: Move a few files around in VisualStudio's Solution view

Rod Widdowson rdw at steadingsoftware.com
Sat Jun 21 15:27:23 UTC 2025


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=8bc91ddfa14c81dee9c05e738d746b2a5e5b0cd4

The following commit(s) were added to refs/heads/main by this push:
     new 8bc91ddf Move a few files around in VisualStudio's Solution view
8bc91ddf is described below

commit 8bc91ddfa14c81dee9c05e738d746b2a5e5b0cd4
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Jun 21 16:27:18 2025 +0100

    Move a few files around in VisualStudio's Solution view
---
 Projects/vc22/shibsp.vcxproj.filters | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/Projects/vc22/shibsp.vcxproj.filters b/Projects/vc22/shibsp.vcxproj.filters
index 22957202..8cae4aab 100644
--- a/Projects/vc22/shibsp.vcxproj.filters
+++ b/Projects/vc22/shibsp.vcxproj.filters
@@ -231,6 +231,18 @@
     <ClInclude Include="..\..\shibsp\util\Date.h">
       <Filter>Header Files\Impl</Filter>
     </ClInclude>
+    <ClInclude Include="..\..\shibsp\csprng\csprng.h">
+      <Filter>Header Files</Filter>
+    </ClInclude>
+    <ClInclude Include="..\..\shibsp\session\SessionCacheSPI.h">
+      <Filter>Header Files\Session</Filter>
+    </ClInclude>
+    <ClInclude Include="..\..\shibsp\csprng\is_iterable.hpp">
+      <Filter>Header Files</Filter>
+    </ClInclude>
+    <ClInclude Include="..\..\shibsp\csprng\csprng.hpp">
+      <Filter>Header Files</Filter>
+    </ClInclude>
   </ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\shibsp\handler\impl\AbstractHandler.cpp">
@@ -392,6 +404,9 @@
     <ClCompile Include="..\..\shibsp\attribute\impl\DefaultAttributeConfiguration.cpp">
       <Filter>Source Files\Attribute</Filter>
     </ClCompile>
+    <ClCompile Include="..\..\shibsp\csprng\impl\csprng.cpp">
+      <Filter>Source Files\Impl</Filter>
+    </ClCompile>
   </ItemGroup>
   <ItemGroup>
     <ResourceCompile Include="..\..\shibsp\shibsp.rc">
@@ -403,4 +418,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