[cpp-sp] 02/02: Rename shibsp-lite as shibsp
Rod Widdowson
rdw at steadingsoftware.com
Thu Oct 31 14:20:55 UTC 2024
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=3ad8023a4ca8ba11212c715b43b253d8203bfee8
commit 3ad8023a4ca8ba11212c715b43b253d8203bfee8
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Oct 31 14:12:33 2024 +0000
Rename shibsp-lite as shibsp
---
Projects/vc15/Shibboleth.sln | 2 +-
Projects/vc15/apache/mod_shib24.vcxproj | 4 ++--
Projects/vc15/iis7_shib/iis7_shib.vcxproj | 4 ++--
Projects/vc15/shibsp/{shibsp-lite.vcxproj => shibsp.vcxproj} | 3 ++-
.../shibsp/{shibsp-lite.vcxproj.filters => shibsp.vcxproj.filters} | 0
5 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/Projects/vc15/Shibboleth.sln b/Projects/vc15/Shibboleth.sln
index 9873d016..75872056 100644
--- a/Projects/vc15/Shibboleth.sln
+++ b/Projects/vc15/Shibboleth.sln
@@ -98,7 +98,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Doc", "Doc", "{6ED5E3E7-1B0
..\..\doc\RELEASE.txt = ..\..\doc\RELEASE.txt
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "shibsp-lite", "shibsp\shibsp-lite.vcxproj", "{81F0F7A6-DC36-46EF-957F-F9E81D4403F7}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "shibsp", "shibsp\shibsp.vcxproj", "{81F0F7A6-DC36-46EF-957F-F9E81D4403F7}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mod_shib_24", "apache\mod_shib24.vcxproj", "{B44C0852-83B8-4FB2-A86E-097C9C8256D1}"
EndProject
diff --git a/Projects/vc15/apache/mod_shib24.vcxproj b/Projects/vc15/apache/mod_shib24.vcxproj
index c6b7b40e..af5166d3 100644
--- a/Projects/vc15/apache/mod_shib24.vcxproj
+++ b/Projects/vc15/apache/mod_shib24.vcxproj
@@ -228,7 +228,7 @@
<ClInclude Include="..\..\..\apache\resource.h" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\..\..\Projects\VC15\shibsp\shibsp-lite.vcxproj">
+ <ProjectReference Include="..\..\..\Projects\VC15\shibsp\shibsp.vcxproj">
<Project>{81f0f7a6-dc36-46ef-957f-f9e81d4403f7}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
@@ -236,4 +236,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project>
\ No newline at end of file
+</Project>
diff --git a/Projects/vc15/iis7_shib/iis7_shib.vcxproj b/Projects/vc15/iis7_shib/iis7_shib.vcxproj
index f29a9730..b19f14ab 100644
--- a/Projects/vc15/iis7_shib/iis7_shib.vcxproj
+++ b/Projects/vc15/iis7_shib/iis7_shib.vcxproj
@@ -214,7 +214,7 @@
</ResourceCompile>
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\..\..\Projects\VC15\shibsp\shibsp-lite.vcxproj">
+ <ProjectReference Include="..\..\..\Projects\VC15\shibsp\shibsp.vcxproj">
<Project>{81f0f7a6-dc36-46ef-957f-f9e81d4403f7}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
@@ -229,4 +229,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project>
\ No newline at end of file
+</Project>
diff --git a/Projects/vc15/shibsp/shibsp-lite.vcxproj b/Projects/vc15/shibsp/shibsp.vcxproj
similarity index 99%
rename from Projects/vc15/shibsp/shibsp-lite.vcxproj
rename to Projects/vc15/shibsp/shibsp.vcxproj
index 84aeb821..29feb793 100644
--- a/Projects/vc15/shibsp/shibsp-lite.vcxproj
+++ b/Projects/vc15/shibsp/shibsp.vcxproj
@@ -20,9 +20,10 @@
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{81F0F7A6-DC36-46EF-957F-F9E81D4403F7}</ProjectGuid>
- <RootNamespace>shibsp-lite</RootNamespace>
+ <RootNamespace>shibsp</RootNamespace>
<Keyword>Win32Proj</Keyword>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
+ <ProjectName>shibsp</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/Projects/vc15/shibsp/shibsp-lite.vcxproj.filters b/Projects/vc15/shibsp/shibsp.vcxproj.filters
similarity index 100%
rename from Projects/vc15/shibsp/shibsp-lite.vcxproj.filters
rename to Projects/vc15/shibsp/shibsp.vcxproj.filters
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list