Skip to content

Commit bd9c763

Browse files
Update SLN
1 parent ae23c2a commit bd9c763

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

SimpleIdServer.FastFed.sln

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleIdServer.FastFed.Prov
6565
EndProject
6666
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleIdServer.OpenIdConnect", "src\IdServer\SimpleIdServer.OpenIdConnect\SimpleIdServer.OpenIdConnect.csproj", "{CEB19494-415B-41D5-8602-68FACF09584A}"
6767
EndProject
68+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleIdServer.FastFed.ApplicationProvider.Authentication.Saml", "src\FastFed\SimpleIdServer.FastFed.ApplicationProvider.Authentication.Saml\SimpleIdServer.FastFed.ApplicationProvider.Authentication.Saml.csproj", "{D32DC695-25A0-4B76-A70D-585F516E052E}"
69+
EndProject
70+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleIdServer.FastFed.Authentication.Saml", "src\FastFed\SimpleIdServer.FastFed.Authentication.Saml\SimpleIdServer.FastFed.Authentication.Saml.csproj", "{419C42B1-6A41-4A43-AA46-379C336B3097}"
71+
EndProject
72+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleIdServer.FastFed.IdentityProvider.Authentication.Saml", "src\FastFed\SimpleIdServer.FastFed.IdentityProvider.Authentication.Saml\SimpleIdServer.FastFed.IdentityProvider.Authentication.Saml.csproj", "{72BAA8FC-8418-41EA-9F12-F1ABC8C7F7A5}"
73+
EndProject
74+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleIdServer.IdServer.Saml.Sp", "src\IdServer\SimpleIdServer.IdServer.Saml.Sp\SimpleIdServer.IdServer.Saml.Sp.csproj", "{4104E18C-467E-4BA0-B8AE-925E37AEBF22}"
75+
EndProject
6876
Global
6977
GlobalSection(SolutionConfigurationPlatforms) = preSolution
7078
Debug|Any CPU = Debug|Any CPU
@@ -167,6 +175,22 @@ Global
167175
{CEB19494-415B-41D5-8602-68FACF09584A}.Debug|Any CPU.Build.0 = Debug|Any CPU
168176
{CEB19494-415B-41D5-8602-68FACF09584A}.Release|Any CPU.ActiveCfg = Release|Any CPU
169177
{CEB19494-415B-41D5-8602-68FACF09584A}.Release|Any CPU.Build.0 = Release|Any CPU
178+
{D32DC695-25A0-4B76-A70D-585F516E052E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
179+
{D32DC695-25A0-4B76-A70D-585F516E052E}.Debug|Any CPU.Build.0 = Debug|Any CPU
180+
{D32DC695-25A0-4B76-A70D-585F516E052E}.Release|Any CPU.ActiveCfg = Release|Any CPU
181+
{D32DC695-25A0-4B76-A70D-585F516E052E}.Release|Any CPU.Build.0 = Release|Any CPU
182+
{419C42B1-6A41-4A43-AA46-379C336B3097}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
183+
{419C42B1-6A41-4A43-AA46-379C336B3097}.Debug|Any CPU.Build.0 = Debug|Any CPU
184+
{419C42B1-6A41-4A43-AA46-379C336B3097}.Release|Any CPU.ActiveCfg = Release|Any CPU
185+
{419C42B1-6A41-4A43-AA46-379C336B3097}.Release|Any CPU.Build.0 = Release|Any CPU
186+
{72BAA8FC-8418-41EA-9F12-F1ABC8C7F7A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
187+
{72BAA8FC-8418-41EA-9F12-F1ABC8C7F7A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
188+
{72BAA8FC-8418-41EA-9F12-F1ABC8C7F7A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
189+
{72BAA8FC-8418-41EA-9F12-F1ABC8C7F7A5}.Release|Any CPU.Build.0 = Release|Any CPU
190+
{4104E18C-467E-4BA0-B8AE-925E37AEBF22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
191+
{4104E18C-467E-4BA0-B8AE-925E37AEBF22}.Debug|Any CPU.Build.0 = Debug|Any CPU
192+
{4104E18C-467E-4BA0-B8AE-925E37AEBF22}.Release|Any CPU.ActiveCfg = Release|Any CPU
193+
{4104E18C-467E-4BA0-B8AE-925E37AEBF22}.Release|Any CPU.Build.0 = Release|Any CPU
170194
EndGlobalSection
171195
GlobalSection(SolutionProperties) = preSolution
172196
HideSolutionNode = FALSE
@@ -198,6 +222,10 @@ Global
198222
{2901CE30-D083-467C-BF98-2420BBDDCC83} = {8F53AA7D-1C00-47B7-8D30-3288FE4991E3}
199223
{2B8866B4-2180-47F8-B7FD-273AA1B3EA8B} = {CDB564B6-1FB0-4F6C-87FE-FF79A6FDFF64}
200224
{CEB19494-415B-41D5-8602-68FACF09584A} = {CC647F05-F14B-4D2C-84ED-E8E76EA6EFE1}
225+
{D32DC695-25A0-4B76-A70D-585F516E052E} = {F627344E-4F16-4556-B987-82B37B5CB7B0}
226+
{419C42B1-6A41-4A43-AA46-379C336B3097} = {CDB564B6-1FB0-4F6C-87FE-FF79A6FDFF64}
227+
{72BAA8FC-8418-41EA-9F12-F1ABC8C7F7A5} = {E7858D10-1FFB-4682-98E1-DA5DBD40BC17}
228+
{4104E18C-467E-4BA0-B8AE-925E37AEBF22} = {CC647F05-F14B-4D2C-84ED-E8E76EA6EFE1}
201229
EndGlobalSection
202230
GlobalSection(ExtensibilityGlobals) = postSolution
203231
SolutionGuid = {AFEA5C5B-33EB-4AEC-BB66-20E5AD9C228D}

0 commit comments

Comments
 (0)