-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathVerificationCode.sln
75 lines (75 loc) · 5.18 KB
/
VerificationCode.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YeeTech.VerificationCode", "src\YeeTech.VerificationCode\YeeTech.VerificationCode.csproj", "{F637076B-8586-4A52-AB3A-17EDC2BBA529}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YeeTech.VerificationCode.Image", "src\YeeTech.VerificationCode.Image\YeeTech.VerificationCode.Image.csproj", "{8ED7CDE2-E28F-48B8-BFBA-7038F60BBC97}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YeeTech.VerificationCode.Mail", "src\YeeTech.VerificationCode.Mail\YeeTech.VerificationCode.Mail.csproj", "{6F82E451-9F4B-4D47-B46E-888CC9B024FC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YeeTech.VerificationCode.Twilio", "src\YeeTech.VerificationCode.Twilio\YeeTech.VerificationCode.Twilio.csproj", "{BBB54B55-156E-4C64-B7D8-5F915937AC57}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{0276FC20-B6FC-44B3-A483-E3DAC6758764}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VerificationCode.Tests", "tests\VerificationCode.Tests\VerificationCode.Tests.csproj", "{123F9250-53C3-4E87-9D97-F816B89EA7BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CheckWeb.Mvc", "tests\CheckWeb.Mvc\CheckWeb.Mvc.csproj", "{7D5A6E52-E850-46EB-AE66-2DD10E0218D1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CheckWeb.AspNet", "tests\CheckWeb.AspNet\CheckWeb.AspNet.csproj", "{2C1FB546-53C6-420F-B7FB-FE820CC3FF58}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CheckWeb.NetCore", "tests\CheckWeb.NetCore\CheckWeb.NetCore.csproj", "{7AA955B0-716D-49C7-B5A6-DF6F548027D1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F637076B-8586-4A52-AB3A-17EDC2BBA529}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F637076B-8586-4A52-AB3A-17EDC2BBA529}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F637076B-8586-4A52-AB3A-17EDC2BBA529}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F637076B-8586-4A52-AB3A-17EDC2BBA529}.Release|Any CPU.Build.0 = Release|Any CPU
{8ED7CDE2-E28F-48B8-BFBA-7038F60BBC97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8ED7CDE2-E28F-48B8-BFBA-7038F60BBC97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8ED7CDE2-E28F-48B8-BFBA-7038F60BBC97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8ED7CDE2-E28F-48B8-BFBA-7038F60BBC97}.Release|Any CPU.Build.0 = Release|Any CPU
{6F82E451-9F4B-4D47-B46E-888CC9B024FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F82E451-9F4B-4D47-B46E-888CC9B024FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F82E451-9F4B-4D47-B46E-888CC9B024FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F82E451-9F4B-4D47-B46E-888CC9B024FC}.Release|Any CPU.Build.0 = Release|Any CPU
{BBB54B55-156E-4C64-B7D8-5F915937AC57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBB54B55-156E-4C64-B7D8-5F915937AC57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBB54B55-156E-4C64-B7D8-5F915937AC57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBB54B55-156E-4C64-B7D8-5F915937AC57}.Release|Any CPU.Build.0 = Release|Any CPU
{123F9250-53C3-4E87-9D97-F816B89EA7BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{123F9250-53C3-4E87-9D97-F816B89EA7BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{123F9250-53C3-4E87-9D97-F816B89EA7BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{123F9250-53C3-4E87-9D97-F816B89EA7BB}.Release|Any CPU.Build.0 = Release|Any CPU
{7D5A6E52-E850-46EB-AE66-2DD10E0218D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D5A6E52-E850-46EB-AE66-2DD10E0218D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D5A6E52-E850-46EB-AE66-2DD10E0218D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D5A6E52-E850-46EB-AE66-2DD10E0218D1}.Release|Any CPU.Build.0 = Release|Any CPU
{2C1FB546-53C6-420F-B7FB-FE820CC3FF58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C1FB546-53C6-420F-B7FB-FE820CC3FF58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C1FB546-53C6-420F-B7FB-FE820CC3FF58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C1FB546-53C6-420F-B7FB-FE820CC3FF58}.Release|Any CPU.Build.0 = Release|Any CPU
{7AA955B0-716D-49C7-B5A6-DF6F548027D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7AA955B0-716D-49C7-B5A6-DF6F548027D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7AA955B0-716D-49C7-B5A6-DF6F548027D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7AA955B0-716D-49C7-B5A6-DF6F548027D1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{123F9250-53C3-4E87-9D97-F816B89EA7BB} = {0276FC20-B6FC-44B3-A483-E3DAC6758764}
{7D5A6E52-E850-46EB-AE66-2DD10E0218D1} = {0276FC20-B6FC-44B3-A483-E3DAC6758764}
{2C1FB546-53C6-420F-B7FB-FE820CC3FF58} = {0276FC20-B6FC-44B3-A483-E3DAC6758764}
{7AA955B0-716D-49C7-B5A6-DF6F548027D1} = {0276FC20-B6FC-44B3-A483-E3DAC6758764}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ABEBA5EE-CAFF-4CA6-9194-1330535FBE9A}
EndGlobalSection
EndGlobal