-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNET-Web-Authentication-Extensions.sln
More file actions
84 lines (84 loc) · 4.76 KB
/
NET-Web-Authentication-Extensions.sln
File metadata and controls
84 lines (84 loc) · 4.76 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34525.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".root", ".root", "{11402557-CA24-4A83-BE7F-E88F242BAA07}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Version.props = Directory.Version.props
License = License
NuGet.config = NuGet.config
ReadMe.md = ReadMe.md
StrongName.Development.snk = StrongName.Development.snk
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{87E72CD1-DCE7-433D-83AD-45A6DC1FF3AB}"
ProjectSection(SolutionItems) = preProject
Samples\Directory.Build.props = Samples\Directory.Build.props
Samples\Directory.Build.targets = Samples\Directory.Build.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{F3AFF728-E77E-43E4-B31D-FEC669E52DAB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{BD932090-BBDD-468D-990C-4425B779A1FD}"
ProjectSection(SolutionItems) = preProject
Tests\.editorconfig = Tests\.editorconfig
Tests\Directory.Build.props = Tests\Directory.Build.props
Tests\Directory.Build.targets = Tests\Directory.Build.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Application", "Samples\Application\Application.csproj", "{DAE38783-4C02-42E1-898A-4A14D0D98C9B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Project", "Source\Project\Project.csproj", "{0D572A03-B6BB-467B-A7DF-23DD2506EB85}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Integration-tests", "Tests\Integration-tests\Integration-tests.csproj", "{16598E18-E593-4C45-88FA-21A648D2A4A3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test-helpers", "Tests\Test-helpers\Test-helpers.csproj", "{291BADEB-DE89-4F61-AE6A-B28D938E51CD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unit-tests", "Tests\Unit-tests\Unit-tests.csproj", "{3ED78059-9F54-4511-8A4F-D0DDF380EC0A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DAE38783-4C02-42E1-898A-4A14D0D98C9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DAE38783-4C02-42E1-898A-4A14D0D98C9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DAE38783-4C02-42E1-898A-4A14D0D98C9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DAE38783-4C02-42E1-898A-4A14D0D98C9B}.Release|Any CPU.Build.0 = Release|Any CPU
{16598E18-E593-4C45-88FA-21A648D2A4A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16598E18-E593-4C45-88FA-21A648D2A4A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16598E18-E593-4C45-88FA-21A648D2A4A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16598E18-E593-4C45-88FA-21A648D2A4A3}.Release|Any CPU.Build.0 = Release|Any CPU
{291BADEB-DE89-4F61-AE6A-B28D938E51CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{291BADEB-DE89-4F61-AE6A-B28D938E51CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{291BADEB-DE89-4F61-AE6A-B28D938E51CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{291BADEB-DE89-4F61-AE6A-B28D938E51CD}.Release|Any CPU.Build.0 = Release|Any CPU
{3ED78059-9F54-4511-8A4F-D0DDF380EC0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3ED78059-9F54-4511-8A4F-D0DDF380EC0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3ED78059-9F54-4511-8A4F-D0DDF380EC0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3ED78059-9F54-4511-8A4F-D0DDF380EC0A}.Release|Any CPU.Build.0 = Release|Any CPU
{0D572A03-B6BB-467B-A7DF-23DD2506EB85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D572A03-B6BB-467B-A7DF-23DD2506EB85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D572A03-B6BB-467B-A7DF-23DD2506EB85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D572A03-B6BB-467B-A7DF-23DD2506EB85}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DAE38783-4C02-42E1-898A-4A14D0D98C9B} = {87E72CD1-DCE7-433D-83AD-45A6DC1FF3AB}
{16598E18-E593-4C45-88FA-21A648D2A4A3} = {BD932090-BBDD-468D-990C-4425B779A1FD}
{291BADEB-DE89-4F61-AE6A-B28D938E51CD} = {BD932090-BBDD-468D-990C-4425B779A1FD}
{3ED78059-9F54-4511-8A4F-D0DDF380EC0A} = {BD932090-BBDD-468D-990C-4425B779A1FD}
{0D572A03-B6BB-467B-A7DF-23DD2506EB85} = {F3AFF728-E77E-43E4-B31D-FEC669E52DAB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9D7A5EBB-83F7-4E96-9BFA-4FC6B4C3856E}
EndGlobalSection
EndGlobal