-
-
Notifications
You must be signed in to change notification settings - Fork 58
/
TwoFactorAuth.Net.sln
67 lines (67 loc) · 4.27 KB
/
TwoFactorAuth.Net.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
59
60
61
62
63
64
65
66
67
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32519.379
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9E8DC588-CB19-4BD3-AE12-1EE8B9FCBD87}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
logo.png = logo.png
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TwoFactorAuth.Net", "TwoFactorAuth.Net\TwoFactorAuth.Net.csproj", "{97D727F6-BE64-4C2D-98EE-A2CB2868E578}"
EndProject
Project("{7CF6DF6D-3B04-46F8-A40B-537D21BCA0B4}") = "TwoFactorAuth.Net.Documentation", "TwoFactorAuth.Net.Documentation\TwoFactorAuth.Net.Documentation.shfbproj", "{7BA8061F-0BF1-4B16-B32B-92E6CA5EAFE5}"
ProjectSection(ProjectDependencies) = postProject
{27D322AA-FE45-4E0B-ADBF-74D6AD0DCBF7} = {27D322AA-FE45-4E0B-ADBF-74D6AD0DCBF7}
{97D727F6-BE64-4C2D-98EE-A2CB2868E578} = {97D727F6-BE64-4C2D-98EE-A2CB2868E578}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TwoFactorAuth.Net.QRCoder", "TwoFactorAuth.Net.QRCoder\TwoFactorAuth.Net.QRCoder.csproj", "{27D322AA-FE45-4E0B-ADBF-74D6AD0DCBF7}"
ProjectSection(ProjectDependencies) = postProject
{97D727F6-BE64-4C2D-98EE-A2CB2868E578} = {97D727F6-BE64-4C2D-98EE-A2CB2868E578}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TwoFactorAuth.Net.Tests", "TwoFactorAuth.Net.Tests\TwoFactorAuth.Net.Tests.csproj", "{028BEDA6-4F58-429E-8253-4FE011AC650C}"
ProjectSection(ProjectDependencies) = postProject
{97D727F6-BE64-4C2D-98EE-A2CB2868E578} = {97D727F6-BE64-4C2D-98EE-A2CB2868E578}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
ReleaseWithDocumentation|Any CPU = ReleaseWithDocumentation|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{97D727F6-BE64-4C2D-98EE-A2CB2868E578}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97D727F6-BE64-4C2D-98EE-A2CB2868E578}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97D727F6-BE64-4C2D-98EE-A2CB2868E578}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97D727F6-BE64-4C2D-98EE-A2CB2868E578}.Release|Any CPU.Build.0 = Release|Any CPU
{97D727F6-BE64-4C2D-98EE-A2CB2868E578}.ReleaseWithDocumentation|Any CPU.ActiveCfg = ReleaseWithDocumentation|Any CPU
{97D727F6-BE64-4C2D-98EE-A2CB2868E578}.ReleaseWithDocumentation|Any CPU.Build.0 = ReleaseWithDocumentation|Any CPU
{7BA8061F-0BF1-4B16-B32B-92E6CA5EAFE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BA8061F-0BF1-4B16-B32B-92E6CA5EAFE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BA8061F-0BF1-4B16-B32B-92E6CA5EAFE5}.ReleaseWithDocumentation|Any CPU.ActiveCfg = ReleaseWithDocumentation|Any CPU
{7BA8061F-0BF1-4B16-B32B-92E6CA5EAFE5}.ReleaseWithDocumentation|Any CPU.Build.0 = ReleaseWithDocumentation|Any CPU
{27D322AA-FE45-4E0B-ADBF-74D6AD0DCBF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27D322AA-FE45-4E0B-ADBF-74D6AD0DCBF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27D322AA-FE45-4E0B-ADBF-74D6AD0DCBF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27D322AA-FE45-4E0B-ADBF-74D6AD0DCBF7}.Release|Any CPU.Build.0 = Release|Any CPU
{27D322AA-FE45-4E0B-ADBF-74D6AD0DCBF7}.ReleaseWithDocumentation|Any CPU.ActiveCfg = ReleaseWithDocumentation|Any CPU
{27D322AA-FE45-4E0B-ADBF-74D6AD0DCBF7}.ReleaseWithDocumentation|Any CPU.Build.0 = ReleaseWithDocumentation|Any CPU
{028BEDA6-4F58-429E-8253-4FE011AC650C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{028BEDA6-4F58-429E-8253-4FE011AC650C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{028BEDA6-4F58-429E-8253-4FE011AC650C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{028BEDA6-4F58-429E-8253-4FE011AC650C}.Release|Any CPU.Build.0 = Release|Any CPU
{028BEDA6-4F58-429E-8253-4FE011AC650C}.ReleaseWithDocumentation|Any CPU.ActiveCfg = ReleaseWithDocumentation|Any CPU
{028BEDA6-4F58-429E-8253-4FE011AC650C}.ReleaseWithDocumentation|Any CPU.Build.0 = ReleaseWithDocumentation|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FFBC04B5-4F5F-45AD-8246-763E22F6A18E}
EndGlobalSection
EndGlobal