-
Notifications
You must be signed in to change notification settings - Fork 3
/
Toolbelt.Blazor.Gamepad.sln
82 lines (82 loc) · 5.24 KB
/
Toolbelt.Blazor.Gamepad.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31612.314
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Toolbelt.Blazor.Gamepad", "Toolbelt.Blazor.Gamepad\Toolbelt.Blazor.Gamepad.csproj", "{08325354-D515-4D91-A2F2-7A353B8CF516}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "README", "README", "{C6C622E0-163D-45B0-BA4A-100542A05CD9}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
RELEASE-NOTES.txt = RELEASE-NOTES.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SampleSites", "SampleSites", "{2F68DF90-123D-4252-AA47-0AD9CA7E247F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleSite.Components", "SampleSites\Components\SampleSite.Components.csproj", "{C7775C3C-8105-47E4-877F-44E3B491065B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleSite.Client", "SampleSites\Client\SampleSite.Client.csproj", "{097644C8-640F-4FB6-9AD5-53A44A4BFD0C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleSite.Host", "SampleSites\Host\SampleSite.Host.csproj", "{F5083603-64A6-4501-83BE-5E69B3D60205}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleSite.Server", "SampleSites\Server\SampleSite.Server.csproj", "{C2E8DC92-E36D-4272-93A4-B006F2AD02F2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub Actions", "GitHub Actions", "{7D027525-8AFB-48D9-B79B-91E34B8F3F76}"
ProjectSection(SolutionItems) = preProject
.github\workflows\gh-pages.yml = .github\workflows\gh-pages.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleSite.Web.Client", "SampleSites\Web.Client\SampleSite.Web.Client.csproj", "{4D959979-9E2A-4866-AFF6-E4A2992EC94A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleSite.Web", "SampleSites\Web\SampleSite.Web.csproj", "{108E837A-6E9C-4ADD-A58C-981387F5877E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{08325354-D515-4D91-A2F2-7A353B8CF516}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08325354-D515-4D91-A2F2-7A353B8CF516}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08325354-D515-4D91-A2F2-7A353B8CF516}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08325354-D515-4D91-A2F2-7A353B8CF516}.Release|Any CPU.Build.0 = Release|Any CPU
{C7775C3C-8105-47E4-877F-44E3B491065B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7775C3C-8105-47E4-877F-44E3B491065B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7775C3C-8105-47E4-877F-44E3B491065B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7775C3C-8105-47E4-877F-44E3B491065B}.Release|Any CPU.Build.0 = Release|Any CPU
{097644C8-640F-4FB6-9AD5-53A44A4BFD0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{097644C8-640F-4FB6-9AD5-53A44A4BFD0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{097644C8-640F-4FB6-9AD5-53A44A4BFD0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{097644C8-640F-4FB6-9AD5-53A44A4BFD0C}.Release|Any CPU.Build.0 = Release|Any CPU
{F5083603-64A6-4501-83BE-5E69B3D60205}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5083603-64A6-4501-83BE-5E69B3D60205}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5083603-64A6-4501-83BE-5E69B3D60205}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5083603-64A6-4501-83BE-5E69B3D60205}.Release|Any CPU.Build.0 = Release|Any CPU
{C2E8DC92-E36D-4272-93A4-B006F2AD02F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2E8DC92-E36D-4272-93A4-B006F2AD02F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2E8DC92-E36D-4272-93A4-B006F2AD02F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2E8DC92-E36D-4272-93A4-B006F2AD02F2}.Release|Any CPU.Build.0 = Release|Any CPU
{4D959979-9E2A-4866-AFF6-E4A2992EC94A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D959979-9E2A-4866-AFF6-E4A2992EC94A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D959979-9E2A-4866-AFF6-E4A2992EC94A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D959979-9E2A-4866-AFF6-E4A2992EC94A}.Release|Any CPU.Build.0 = Release|Any CPU
{108E837A-6E9C-4ADD-A58C-981387F5877E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{108E837A-6E9C-4ADD-A58C-981387F5877E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{108E837A-6E9C-4ADD-A58C-981387F5877E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{108E837A-6E9C-4ADD-A58C-981387F5877E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C7775C3C-8105-47E4-877F-44E3B491065B} = {2F68DF90-123D-4252-AA47-0AD9CA7E247F}
{097644C8-640F-4FB6-9AD5-53A44A4BFD0C} = {2F68DF90-123D-4252-AA47-0AD9CA7E247F}
{F5083603-64A6-4501-83BE-5E69B3D60205} = {2F68DF90-123D-4252-AA47-0AD9CA7E247F}
{C2E8DC92-E36D-4272-93A4-B006F2AD02F2} = {2F68DF90-123D-4252-AA47-0AD9CA7E247F}
{4D959979-9E2A-4866-AFF6-E4A2992EC94A} = {2F68DF90-123D-4252-AA47-0AD9CA7E247F}
{108E837A-6E9C-4ADD-A58C-981387F5877E} = {2F68DF90-123D-4252-AA47-0AD9CA7E247F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {62E30C2E-4DE2-4F3F-8344-05ACD9C5C6C2}
EndGlobalSection
EndGlobal