-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathBlazorTurnstile.sln
46 lines (46 loc) · 2.28 KB
/
BlazorTurnstile.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33815.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorTurnstile", "src\BlazorTurnstile\BlazorTurnstile.csproj", "{11ED01E3-13FF-4CD9-AC42-1F8C0C472D2B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CCBFA76A-6F1C-4707-8424-77DCD36BAE1E}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.github\workflows\ci-main.yml = .github\workflows\ci-main.yml
.github\workflows\ci-pr.yml = .github\workflows\ci-pr.yml
global.json = global.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{0C00FBA8-0C21-43E5-AA2F-88754D087503}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorWebAssembly", "samples\BlazorWebAssembly\BlazorWebAssembly.csproj", "{88185F43-375F-4D3B-B720-70C4C6487DD8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{11ED01E3-13FF-4CD9-AC42-1F8C0C472D2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11ED01E3-13FF-4CD9-AC42-1F8C0C472D2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11ED01E3-13FF-4CD9-AC42-1F8C0C472D2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11ED01E3-13FF-4CD9-AC42-1F8C0C472D2B}.Release|Any CPU.Build.0 = Release|Any CPU
{88185F43-375F-4D3B-B720-70C4C6487DD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88185F43-375F-4D3B-B720-70C4C6487DD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88185F43-375F-4D3B-B720-70C4C6487DD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88185F43-375F-4D3B-B720-70C4C6487DD8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{88185F43-375F-4D3B-B720-70C4C6487DD8} = {0C00FBA8-0C21-43E5-AA2F-88754D087503}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {507D9EF3-12D1-4F96-8EB1-6D5330A63FCC}
EndGlobalSection
EndGlobal