[cpp-sp] 04/11: Add the handler files to the compile
Rod Widdowson
rdw at steadingsoftware.com
Sat Dec 14 15:42:11 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch dev/vc22-dev
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=06c0c08119cbb5c3b2e7cb8e1e6c93d09513cb95
commit 06c0c08119cbb5c3b2e7cb8e1e6c93d09513cb95
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Dec 6 16:50:57 2024 +0000
Add the handler files to the compile
---
Projects/vc22/shibsp.vcxproj | 41 +++++++++++++++++++++++
Projects/vc22/shibsp.vcxproj.filters | 63 ++++++++++++++++++++++++++++++++++++
2 files changed, 104 insertions(+)
diff --git a/Projects/vc22/shibsp.vcxproj b/Projects/vc22/shibsp.vcxproj
index 52bf5304..c53cc3a2 100644
--- a/Projects/vc22/shibsp.vcxproj
+++ b/Projects/vc22/shibsp.vcxproj
@@ -88,6 +88,47 @@
<ClCompile Include="..\..\shibsp\attribute\BinaryAttribute.cpp" />
<ClCompile Include="..\..\shibsp\attribute\ScopedAttribute.cpp" />
<ClCompile Include="..\..\shibsp\attribute\SimpleAttribute.cpp" />
+ <ClCompile Include="..\..\shibsp\handler\impl\AbstractHandler.cpp">
+ <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">4296;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">4296;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">4296;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">4296;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">4296;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Release|x64'">4296;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ </ClCompile>
+ <ClCompile Include="..\..\shibsp\handler\impl\AdminLogoutInitiator.cpp" />
+ <ClCompile Include="..\..\shibsp\handler\impl\AssertionConsumerService.cpp" />
+ <ClCompile Include="..\..\shibsp\handler\impl\AssertionLookup.cpp" />
+ <ClCompile Include="..\..\shibsp\handler\impl\AttributeCheckerHandler.cpp" />
+ <ClCompile Include="..\..\shibsp\handler\impl\DiscoveryFeed.cpp" />
+ <ClCompile Include="..\..\shibsp\handler\impl\LocalLogoutInitiator.cpp" />
+ <ClCompile Include="..\..\shibsp\handler\impl\LogoutHandler.cpp" />
+ <ClCompile Include="..\..\shibsp\handler\impl\LogoutInitiator.cpp" />
+ <ClCompile Include="..\..\shibsp\handler\impl\MetadataGenerator.cpp" />
+ <ClCompile Include="..\..\shibsp\handler\impl\RemotedHandler.cpp">
+ <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Release|x64'">4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ </ClCompile>
+ <ClCompile Include="..\..\shibsp\handler\impl\SAML2Consumer.cpp" />
+ <ClCompile Include="..\..\shibsp\handler\impl\SAML2Logout.cpp" />
+ <ClCompile Include="..\..\shibsp\handler\impl\SAML2LogoutInitiator.cpp" />
+ <ClCompile Include="..\..\shibsp\handler\impl\SAML2SessionInitiator.cpp" />
+ <ClCompile Include="..\..\shibsp\handler\impl\SAMLDSSessionInitiator.cpp" />
+ <ClCompile Include="..\..\shibsp\handler\impl\SecuredHandler.cpp" />
+ <ClCompile Include="..\..\shibsp\handler\impl\SessionHandler.cpp" />
+ <ClCompile Include="..\..\shibsp\handler\impl\SessionInitiator.cpp" />
+ <ClCompile Include="..\..\shibsp\handler\impl\StatusHandler.cpp">
+ <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Release|x64'">4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ </ClCompile>
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>17.0</VCProjectVersion>
diff --git a/Projects/vc22/shibsp.vcxproj.filters b/Projects/vc22/shibsp.vcxproj.filters
index 74b595c3..5bef0ef6 100644
--- a/Projects/vc22/shibsp.vcxproj.filters
+++ b/Projects/vc22/shibsp.vcxproj.filters
@@ -40,6 +40,9 @@
<Filter Include="Header Files\Logging">
<UniqueIdentifier>{7dd34652-2944-4cca-94a8-f9c7c0067aa0}</UniqueIdentifier>
</Filter>
+ <Filter Include="Source Files\Handler">
+ <UniqueIdentifier>{634b0e6d-5986-46ff-8b39-2b70fcb670a9}</UniqueIdentifier>
+ </Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\shibsp\attribute\Attribute.h">
@@ -221,5 +224,65 @@
<ClCompile Include="..\..\shibsp\attribute\SimpleAttribute.cpp">
<Filter>Source Files\Attribute</Filter>
</ClCompile>
+ <ClCompile Include="..\..\shibsp\handler\impl\AbstractHandler.cpp">
+ <Filter>Source Files\Handler</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\shibsp\handler\impl\AdminLogoutInitiator.cpp">
+ <Filter>Source Files\Handler</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\shibsp\handler\impl\AssertionConsumerService.cpp">
+ <Filter>Source Files\Handler</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\shibsp\handler\impl\AssertionLookup.cpp">
+ <Filter>Source Files\Handler</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\shibsp\handler\impl\AttributeCheckerHandler.cpp">
+ <Filter>Source Files\Handler</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\shibsp\handler\impl\DiscoveryFeed.cpp">
+ <Filter>Source Files\Handler</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\shibsp\handler\impl\LocalLogoutInitiator.cpp">
+ <Filter>Source Files\Handler</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\shibsp\handler\impl\LogoutHandler.cpp">
+ <Filter>Source Files\Handler</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\shibsp\handler\impl\LogoutInitiator.cpp">
+ <Filter>Source Files\Handler</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\shibsp\handler\impl\MetadataGenerator.cpp">
+ <Filter>Source Files\Handler</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\shibsp\handler\impl\RemotedHandler.cpp">
+ <Filter>Source Files\Handler</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\shibsp\handler\impl\SAML2Consumer.cpp">
+ <Filter>Source Files\Handler</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\shibsp\handler\impl\SAML2Logout.cpp">
+ <Filter>Source Files\Handler</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\shibsp\handler\impl\SAML2LogoutInitiator.cpp">
+ <Filter>Source Files\Handler</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\shibsp\handler\impl\SAML2SessionInitiator.cpp">
+ <Filter>Source Files\Handler</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\shibsp\handler\impl\SAMLDSSessionInitiator.cpp">
+ <Filter>Source Files\Handler</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\shibsp\handler\impl\SecuredHandler.cpp">
+ <Filter>Source Files\Handler</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\shibsp\handler\impl\SessionHandler.cpp">
+ <Filter>Source Files\Handler</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\shibsp\handler\impl\SessionInitiator.cpp">
+ <Filter>Source Files\Handler</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\shibsp\handler\impl\StatusHandler.cpp">
+ <Filter>Source Files\Handler</Filter>
+ </ClCompile>
</ItemGroup>
</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