forked from BrandonPotter/GoogleAuthenticator
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTwoFactorAuthenticator.sln
87 lines (87 loc) · 5.59 KB
/
TwoFactorAuthenticator.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2019
VisualStudioVersion = 16.0
MinimumVisualStudioVersion = 15.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TwoFactorAuthenticator", "TwoFactorAuthenticator\TwoFactorAuthenticator.csproj", "{3D92DE47-0AB8-466F-9083-AF65D865E4BE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TwoFactorAuthenticator.WinformsExample", "TwoFactorAuthenticator.WinformsExample\TwoFactorAuthenticator.WinformsExample.csproj", "{C2B44C17-B77B-4DA8-B924-96B28B50D198}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TwoFactorAuthenticator.WebSample", "TwoFactorAuthenticator.WebSample\TwoFactorAuthenticator.WebSample.csproj", "{21A63F79-D85F-4FE7-AC74-5171FAC0DCBF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TwoFactorAuthenticator.Tests", "TwoFactorAuthenticator.Tests\TwoFactorAuthenticator.Tests.csproj", "{5671E1C5-7CD0-4F42-8FFD-33879A9663DA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TwoFactorAuthenticator.QrCoder", "TwoFactorAuthenticator.QrCoder\TwoFactorAuthenticator.QrCoder.csproj", "{CE91EBFB-BC47-42D5-9538-38DCF5C0BE12}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TwoFactorAuthenticator.WpfExample", "TwoFactorAuthenticator.WpfExample\TwoFactorAuthenticator.WpfExample.csproj", "{3F2BF9CE-EBEA-43C2-9BCA-21D50CD53CA6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TwoFactorAuthenticator.WinForms", "TwoFactorAuthenticator.WinForms\TwoFactorAuthenticator.WinForms.csproj", "{030F3A5F-B1BF-41BD-A1C0-261441242B28}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{F478C880-CD6D-4FFE-A258-FC48B47D674D}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 6
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://x9tech.visualstudio.com/defaultcollection
SccLocalPath0 = .
SccProjectUniqueName1 = Google.Authenticator\\Google.Authenticator.csproj
SccProjectName1 = Google.Authenticator
SccLocalPath1 = Google.Authenticator
SccProjectUniqueName2 = Google.Authenticator.WinTest\\Google.Authenticator.WinTest.csproj
SccProjectName2 = Google.Authenticator.WinTest
SccLocalPath2 = Google.Authenticator.WinTest
SccProjectUniqueName3 = Google.Authenticator.WebSample\\Google.Authenticator.WebSample.csproj
SccProjectName3 = Google.Authenticator.WebSample
SccLocalPath3 = Google.Authenticator.WebSample
SccProjectUniqueName4 = Google.Authenticator.Tests\\Google.Authenticator.Tests.csproj
SccProjectName4 = Google.Authenticator.Tests
SccLocalPath4 = Google.Authenticator.Tests
SccProjectUniqueName5 = OTPCycler\\OTPCycler.csproj
SccProjectName5 = OTPCycler
SccLocalPath5 = OTPCycler
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3D92DE47-0AB8-466F-9083-AF65D865E4BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D92DE47-0AB8-466F-9083-AF65D865E4BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D92DE47-0AB8-466F-9083-AF65D865E4BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D92DE47-0AB8-466F-9083-AF65D865E4BE}.Release|Any CPU.Build.0 = Release|Any CPU
{C2B44C17-B77B-4DA8-B924-96B28B50D198}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2B44C17-B77B-4DA8-B924-96B28B50D198}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2B44C17-B77B-4DA8-B924-96B28B50D198}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2B44C17-B77B-4DA8-B924-96B28B50D198}.Release|Any CPU.Build.0 = Release|Any CPU
{21A63F79-D85F-4FE7-AC74-5171FAC0DCBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21A63F79-D85F-4FE7-AC74-5171FAC0DCBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21A63F79-D85F-4FE7-AC74-5171FAC0DCBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21A63F79-D85F-4FE7-AC74-5171FAC0DCBF}.Release|Any CPU.Build.0 = Release|Any CPU
{5671E1C5-7CD0-4F42-8FFD-33879A9663DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5671E1C5-7CD0-4F42-8FFD-33879A9663DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5671E1C5-7CD0-4F42-8FFD-33879A9663DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5671E1C5-7CD0-4F42-8FFD-33879A9663DA}.Release|Any CPU.Build.0 = Release|Any CPU
{CE91EBFB-BC47-42D5-9538-38DCF5C0BE12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE91EBFB-BC47-42D5-9538-38DCF5C0BE12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE91EBFB-BC47-42D5-9538-38DCF5C0BE12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE91EBFB-BC47-42D5-9538-38DCF5C0BE12}.Release|Any CPU.Build.0 = Release|Any CPU
{3F2BF9CE-EBEA-43C2-9BCA-21D50CD53CA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F2BF9CE-EBEA-43C2-9BCA-21D50CD53CA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F2BF9CE-EBEA-43C2-9BCA-21D50CD53CA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F2BF9CE-EBEA-43C2-9BCA-21D50CD53CA6}.Release|Any CPU.Build.0 = Release|Any CPU
{030F3A5F-B1BF-41BD-A1C0-261441242B28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{030F3A5F-B1BF-41BD-A1C0-261441242B28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{030F3A5F-B1BF-41BD-A1C0-261441242B28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{030F3A5F-B1BF-41BD-A1C0-261441242B28}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A4B0F582-7831-4BFD-825C-64153E7E2138} = {AEA3C33C-6FF6-447C-AB2A-97E39AD97441}
EndGlobalSection
EndGlobal