-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathAspNetCore.ReCaptcha.sln
49 lines (49 loc) · 3.02 KB
/
AspNetCore.ReCaptcha.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29609.76
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore.ReCaptcha", "AspNetCore.ReCaptcha\AspNetCore.ReCaptcha.csproj", "{7D4989AC-7626-43CD-A6F8-67B36FD16611}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{64E8F22C-ECE7-463C-A4FA-4C38E46712CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetCore.ReCaptcha.Tests", "AspNetCore.ReCaptcha.Tests\AspNetCore.ReCaptcha.Tests.csproj", "{505186CC-E3F9-4BDB-8C94-49BC27DAC9FF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetCore.ReCaptcha.Mvc", "Samples\AspNetCore.ReCaptcha.Mvc\AspNetCore.ReCaptcha.Mvc.csproj", "{918695CD-B55A-4892-824A-79B36A751167}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetCore.ReCaptcha.RazorPages", "Samples\AspNetCore.ReCaptcha.RazorPages\AspNetCore.ReCaptcha.RazorPages.csproj", "{10CD5D28-F5EE-40A6-B3D2-111D40B1B058}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7D4989AC-7626-43CD-A6F8-67B36FD16611}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D4989AC-7626-43CD-A6F8-67B36FD16611}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D4989AC-7626-43CD-A6F8-67B36FD16611}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D4989AC-7626-43CD-A6F8-67B36FD16611}.Release|Any CPU.Build.0 = Release|Any CPU
{505186CC-E3F9-4BDB-8C94-49BC27DAC9FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{505186CC-E3F9-4BDB-8C94-49BC27DAC9FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{505186CC-E3F9-4BDB-8C94-49BC27DAC9FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{505186CC-E3F9-4BDB-8C94-49BC27DAC9FF}.Release|Any CPU.Build.0 = Release|Any CPU
{918695CD-B55A-4892-824A-79B36A751167}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{918695CD-B55A-4892-824A-79B36A751167}.Debug|Any CPU.Build.0 = Debug|Any CPU
{918695CD-B55A-4892-824A-79B36A751167}.Release|Any CPU.ActiveCfg = Release|Any CPU
{918695CD-B55A-4892-824A-79B36A751167}.Release|Any CPU.Build.0 = Release|Any CPU
{10CD5D28-F5EE-40A6-B3D2-111D40B1B058}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10CD5D28-F5EE-40A6-B3D2-111D40B1B058}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10CD5D28-F5EE-40A6-B3D2-111D40B1B058}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10CD5D28-F5EE-40A6-B3D2-111D40B1B058}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{918695CD-B55A-4892-824A-79B36A751167} = {64E8F22C-ECE7-463C-A4FA-4C38E46712CB}
{10CD5D28-F5EE-40A6-B3D2-111D40B1B058} = {64E8F22C-ECE7-463C-A4FA-4C38E46712CB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {409CE661-9EE4-4E88-AB83-CD606C9171E6}
EndGlobalSection
EndGlobal