-
Notifications
You must be signed in to change notification settings - Fork 8
/
BlazorCaptcha.sln
49 lines (49 loc) · 2.91 KB
/
BlazorCaptcha.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 17
VisualStudioVersion = 17.0.31710.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorCaptcha", "BlazorCaptcha\BlazorCaptcha.csproj", "{C7C98B4F-68A4-40B4-A1BA-A095AB20DB07}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blazor-Wasm-Captcha-Test", "Samples\BlazorWebAssembly\Blazor-Wasm-Captcha-Test\Blazor-Wasm-Captcha-Test.csproj", "{FC94674E-B253-4A80-B0A4-04E18430CC3D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorCaptchaTest", "Samples\BlazorServer\BlazorCaptchaTest\BlazorCaptchaTest.csproj", "{9D60396B-4540-4133-ACDE-4C1335572DF2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{00BC20B9-76F9-4AF1-9D77-18602D3ECC09}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BlazorServer", "BlazorServer", "{9E2D3C1A-4199-4EED-8CF0-C2DDA72DB6D3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BlazorWebAssembly", "BlazorWebAssembly", "{2FCE373F-EAA9-4874-BB77-D8E04014F80F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C7C98B4F-68A4-40B4-A1BA-A095AB20DB07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7C98B4F-68A4-40B4-A1BA-A095AB20DB07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7C98B4F-68A4-40B4-A1BA-A095AB20DB07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7C98B4F-68A4-40B4-A1BA-A095AB20DB07}.Release|Any CPU.Build.0 = Release|Any CPU
{FC94674E-B253-4A80-B0A4-04E18430CC3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC94674E-B253-4A80-B0A4-04E18430CC3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC94674E-B253-4A80-B0A4-04E18430CC3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC94674E-B253-4A80-B0A4-04E18430CC3D}.Release|Any CPU.Build.0 = Release|Any CPU
{9D60396B-4540-4133-ACDE-4C1335572DF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D60396B-4540-4133-ACDE-4C1335572DF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D60396B-4540-4133-ACDE-4C1335572DF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D60396B-4540-4133-ACDE-4C1335572DF2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FC94674E-B253-4A80-B0A4-04E18430CC3D} = {2FCE373F-EAA9-4874-BB77-D8E04014F80F}
{9D60396B-4540-4133-ACDE-4C1335572DF2} = {9E2D3C1A-4199-4EED-8CF0-C2DDA72DB6D3}
{9E2D3C1A-4199-4EED-8CF0-C2DDA72DB6D3} = {00BC20B9-76F9-4AF1-9D77-18602D3ECC09}
{2FCE373F-EAA9-4874-BB77-D8E04014F80F} = {00BC20B9-76F9-4AF1-9D77-18602D3ECC09}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BF5DBA06-12CD-4D0D-86A6-0B940B186EA0}
EndGlobalSection
EndGlobal