[cpp-sp] branch main updated: Add new sources to Windows project.
Scott Cantor
cantor.2 at osu.edu
Mon May 5 19:59:22 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor 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=5bc69e02b36f95aefbcfb68cd29cdba8b3997e66
The following commit(s) were added to refs/heads/main by this push:
new 5bc69e02 Add new sources to Windows project.
5bc69e02 is described below
commit 5bc69e02b36f95aefbcfb68cd29cdba8b3997e66
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon May 5 15:59:18 2025 -0400
Add new sources to Windows project.
---
Projects/vc22/shibsp.vcxproj | 2 ++
Projects/vc22/shibsp.vcxproj.filters | 6 ++++++
2 files changed, 8 insertions(+)
diff --git a/Projects/vc22/shibsp.vcxproj b/Projects/vc22/shibsp.vcxproj
index fce607e8..5bc447f6 100644
--- a/Projects/vc22/shibsp.vcxproj
+++ b/Projects/vc22/shibsp.vcxproj
@@ -47,6 +47,7 @@
<ClInclude Include="..\..\shibsp\impl\XMLApplication.h" />
<ClInclude Include="..\..\shibsp\impl\XMLServiceProvider.h" />
<ClInclude Include="..\..\shibsp\internal.h" />
+ <ClInclude Include="..\..\shibsp\io\CookieManager.h" />
<ClInclude Include="..\..\shibsp\io\GenericRequest.h" />
<ClInclude Include="..\..\shibsp\io\GenericResponse.h" />
<ClInclude Include="..\..\shibsp\io\HTTPRequest.h" />
@@ -126,6 +127,7 @@
<ClCompile Include="..\..\shibsp\impl\DefaultAgent.cpp" />
<ClCompile Include="..\..\shibsp\impl\XMLAccessControl.cpp" />
<ClCompile Include="..\..\shibsp\impl\XMLRequestMapper.cpp" />
+ <ClCompile Include="..\..\shibsp\io\impl\CookieManager.cpp" />
<ClCompile Include="..\..\shibsp\io\impl\HTTPRequest.cpp" />
<ClCompile Include="..\..\shibsp\io\impl\HTTPResponse.cpp" />
<ClCompile Include="..\..\shibsp\logging\impl\AbstractLoggingService.cpp" />
diff --git a/Projects/vc22/shibsp.vcxproj.filters b/Projects/vc22/shibsp.vcxproj.filters
index 2b8edf71..b6111bda 100644
--- a/Projects/vc22/shibsp.vcxproj.filters
+++ b/Projects/vc22/shibsp.vcxproj.filters
@@ -129,6 +129,9 @@
<ClInclude Include="..\..\shibsp\handler\SecuredHandler.h">
<Filter>Header Files\Handler</Filter>
</ClInclude>
+ <ClInclude Include="..\..\shibsp\io\CookieManager.h">
+ <Filter>Header Files\IO</Filter>
+ </ClInclude>
<ClInclude Include="..\..\shibsp\io\GenericRequest.h">
<Filter>Header Files\IO</Filter>
</ClInclude>
@@ -329,6 +332,9 @@
<ClCompile Include="..\..\shibsp\util\URLEncoder.cpp">
<Filter>Source Files\Util</Filter>
</ClCompile>
+ <ClCompile Include="..\..\shibsp\io\impl\CookieManager.cpp">
+ <Filter>Source Files\Io</Filter>
+ </ClCompile>
<ClCompile Include="..\..\shibsp\io\impl\HTTPRequest.cpp">
<Filter>Source Files\Io</Filter>
</ClCompile>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list