[cpp-sp] 02/03: Windows Build:reflect changes in Makefile.am Add DefaultHandlerConfiguration.cpp, FilesystemSessionCache.cpp to build Add AbstractRemotingService.h Move date.f to the impl tree

Rod Widdowson rdw at steadingsoftware.com
Wed Jan 29 13:35:22 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=769f395c0d2cb46f408affb2b5d5ade5d890173e

commit 769f395c0d2cb46f408affb2b5d5ade5d890173e
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Jan 29 13:34:25 2025 +0000

    Windows Build:reflect changes in Makefile.am
      Add DefaultHandlerConfiguration.cpp, FilesystemSessionCache.cpp to build
      Add AbstractRemotingService.h
      Move date.f to the impl tree
---
 Projects/vc22/shibsp.vcxproj         |  3 +++
 Projects/vc22/shibsp.vcxproj.filters | 15 ++++++++++++---
 2 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/Projects/vc22/shibsp.vcxproj b/Projects/vc22/shibsp.vcxproj
index 6f5105e6..d7e2d9d8 100644
--- a/Projects/vc22/shibsp.vcxproj
+++ b/Projects/vc22/shibsp.vcxproj
@@ -63,6 +63,7 @@
     <ClInclude Include="..\..\shibsp\platform\iis\ModuleConfig.h" />
     <ClInclude Include="..\..\shibsp\remoting\ddf.h" />
     <ClInclude Include="..\..\shibsp\remoting\impl\AbstractHTTPRemotingService.h" />
+    <ClInclude Include="..\..\shibsp\remoting\impl\AbstractRemotingService.h" />
     <ClInclude Include="..\..\shibsp\remoting\RemotingService.h" />
     <ClInclude Include="..\..\shibsp\remoting\SecretSource.h" />
     <ClInclude Include="..\..\shibsp\RequestMapper.h" />
@@ -100,6 +101,7 @@
     <ClCompile Include="..\..\shibsp\handler\impl\AdminLogoutInitiator.cpp" />
     <ClCompile Include="..\..\shibsp\handler\impl\AssertionConsumerService.cpp" />
     <ClCompile Include="..\..\shibsp\handler\impl\AttributeCheckerHandler.cpp" />
+    <ClCompile Include="..\..\shibsp\handler\impl\DefaultHandlerConfiguration.cpp" />
     <ClCompile Include="..\..\shibsp\handler\impl\LocalLogoutInitiator.cpp" />
     <ClCompile Include="..\..\shibsp\handler\impl\LogoutHandler.cpp" />
     <ClCompile Include="..\..\shibsp\handler\impl\LogoutInitiator.cpp" />
@@ -164,6 +166,7 @@
     <ClCompile Include="..\..\shibsp\remoting\impl\RemotingService.cpp" />
     <ClCompile Include="..\..\shibsp\remoting\impl\SecretSource.cpp" />
     <ClCompile Include="..\..\shibsp\session\impl\AbstractSessionCache.cpp" />
+    <ClCompile Include="..\..\shibsp\session\impl\FilesystemSessionCache.cpp" />
     <ClCompile Include="..\..\shibsp\util\BoostPropertySet.cpp" />
     <ClCompile Include="..\..\shibsp\util\CGIParser.cpp" />
     <ClCompile Include="..\..\shibsp\util\IPRange.cpp" />
diff --git a/Projects/vc22/shibsp.vcxproj.filters b/Projects/vc22/shibsp.vcxproj.filters
index eccf12aa..98f68500 100644
--- a/Projects/vc22/shibsp.vcxproj.filters
+++ b/Projects/vc22/shibsp.vcxproj.filters
@@ -156,9 +156,6 @@
     <ClInclude Include="..\..\shibsp\util\CGIParser.h">
       <Filter>Header Files\Util</Filter>
     </ClInclude>
-    <ClInclude Include="..\..\shibsp\util\Date.h">
-      <Filter>Header Files\Util</Filter>
-    </ClInclude>
     <ClInclude Include="..\..\shibsp\util\IPRange.h">
       <Filter>Header Files\Util</Filter>
     </ClInclude>
@@ -240,6 +237,12 @@
     <ClInclude Include="..\..\shibsp\remoting\impl\AbstractHTTPRemotingService.h">
       <Filter>Header Files\Impl</Filter>
     </ClInclude>
+    <ClInclude Include="..\..\shibsp\remoting\impl\AbstractRemotingService.h">
+      <Filter>Header Files\Impl</Filter>
+    </ClInclude>
+    <ClInclude Include="..\..\shibsp\util\Date.h">
+      <Filter>Header Files\Impl</Filter>
+    </ClInclude>
   </ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\shibsp\attribute\Attribute.cpp">
@@ -386,6 +389,12 @@
     <ClCompile Include="..\..\shibsp\logging\impl\WindowsLoggingService.cpp">
       <Filter>Source Files\Logging</Filter>
     </ClCompile>
+    <ClCompile Include="..\..\shibsp\handler\impl\DefaultHandlerConfiguration.cpp">
+      <Filter>Source Files\Handler</Filter>
+    </ClCompile>
+    <ClCompile Include="..\..\shibsp\session\impl\FilesystemSessionCache.cpp">
+      <Filter>Source Files\Session</Filter>
+    </ClCompile>
   </ItemGroup>
   <ItemGroup>
     <ResourceCompile Include="..\..\shibsp\shibsp.rc">

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


More information about the commits mailing list