-
Notifications
You must be signed in to change notification settings - Fork 603
/
Sustainsys.Saml2.sln
58 lines (58 loc) · 3.24 KB
/
Sustainsys.Saml2.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{92934DC3-A1E1-48D0-BBBF-8499A94EB9DC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Docs", "docs\Docs.csproj", "{4C2AFA12-245B-4ACD-AB92-60EA2317C485}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{67939779-582A-4972-9393-280BB0A6678B}"
ProjectSection(SolutionItems) = preProject
CONTRIBUTING.md = CONTRIBUTING.md
src\exclusion.dic = src\exclusion.dic
LICENSE = LICENSE
README.md = README.md
SECURITY.md = SECURITY.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sustainsys.Saml2", "src\Sustainsys.Saml2\Sustainsys.Saml2.csproj", "{A5EEC055-2C50-4E34-98D4-A2B5B1CB0F8D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApplication", "src\Tests\WebApplication\WebApplication.csproj", "{A03937C8-9CBA-4B60-8116-4EFF2531DF0A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sustainsys.Saml2.Tests", "src\Tests\Sustainsys.Saml2.Tests\Sustainsys.Saml2.Tests.csproj", "{F4B928E9-9E1D-4760-BA36-91BA46C2AA33}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4C2AFA12-245B-4ACD-AB92-60EA2317C485}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C2AFA12-245B-4ACD-AB92-60EA2317C485}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C2AFA12-245B-4ACD-AB92-60EA2317C485}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C2AFA12-245B-4ACD-AB92-60EA2317C485}.Release|Any CPU.Build.0 = Release|Any CPU
{A5EEC055-2C50-4E34-98D4-A2B5B1CB0F8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5EEC055-2C50-4E34-98D4-A2B5B1CB0F8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5EEC055-2C50-4E34-98D4-A2B5B1CB0F8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5EEC055-2C50-4E34-98D4-A2B5B1CB0F8D}.Release|Any CPU.Build.0 = Release|Any CPU
{A03937C8-9CBA-4B60-8116-4EFF2531DF0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A03937C8-9CBA-4B60-8116-4EFF2531DF0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A03937C8-9CBA-4B60-8116-4EFF2531DF0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A03937C8-9CBA-4B60-8116-4EFF2531DF0A}.Release|Any CPU.Build.0 = Release|Any CPU
{F4B928E9-9E1D-4760-BA36-91BA46C2AA33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4B928E9-9E1D-4760-BA36-91BA46C2AA33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4B928E9-9E1D-4760-BA36-91BA46C2AA33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4B928E9-9E1D-4760-BA36-91BA46C2AA33}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A03937C8-9CBA-4B60-8116-4EFF2531DF0A} = {92934DC3-A1E1-48D0-BBBF-8499A94EB9DC}
{F4B928E9-9E1D-4760-BA36-91BA46C2AA33} = {92934DC3-A1E1-48D0-BBBF-8499A94EB9DC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6B39DC3D-AD4E-4DC4-A9BC-74CF3F38E9CC}
EndGlobalSection
EndGlobal