[cpp-sp] branch main updated: Fix solution files.
Scott Cantor
cantor.2 at osu.edu
Thu Oct 16 18:19:33 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=52924d40b9fc02df3d4d349058ffbdf23d8225c5
The following commit(s) were added to refs/heads/main by this push:
new 52924d40 Fix solution files.
52924d40 is described below
commit 52924d40b9fc02df3d4d349058ffbdf23d8225c5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 16 14:19:22 2025 -0400
Fix solution files.
---
Projects/vc22/shibsp.vcxproj | 9 +--------
Projects/vc22/shibsp.vcxproj.filters | 2 +-
2 files changed, 2 insertions(+), 9 deletions(-)
diff --git a/Projects/vc22/shibsp.vcxproj b/Projects/vc22/shibsp.vcxproj
index 99e6d41f..37ac2db7 100644
--- a/Projects/vc22/shibsp.vcxproj
+++ b/Projects/vc22/shibsp.vcxproj
@@ -98,13 +98,6 @@
<ClCompile Include="..\..\shibsp\handler\impl\AttributeCheckerHandler.cpp" />
<ClCompile Include="..\..\shibsp\handler\impl\DefaultHandlerConfiguration.cpp" />
<ClCompile Include="..\..\shibsp\handler\impl\MetadataGenerator.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\SecuredHandler.cpp" />
<ClCompile Include="..\..\shibsp\handler\impl\SessionHandler.cpp" />
<ClCompile Include="..\..\shibsp\handler\impl\SessionInitiator.cpp" />
@@ -426,4 +419,4 @@ rc.exe /D _UNICODE /D UNICODE /l"0x0409" /nologo /fo"$(IntDir)\%(Filename).res"
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project>
+</Project>
\ No newline at end of file
diff --git a/Projects/vc22/shibsp.vcxproj.filters b/Projects/vc22/shibsp.vcxproj.filters
index 11acf236..5403fe1d 100644
--- a/Projects/vc22/shibsp.vcxproj.filters
+++ b/Projects/vc22/shibsp.vcxproj.filters
@@ -400,4 +400,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