16 | An unhandled error has occurred.
17 |
Reload
18 |
🗙
19 |
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/BlazorTemplate.Wasm.sln:
--------------------------------------------------------------------------------
1 | Microsoft Visual Studio Solution File, Format Version 12.00
2 | # Visual Studio Version 17
3 | VisualStudioVersion = 17.1.31903.286
4 | MinimumVisualStudioVersion = 10.0.40219.1
5 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorTemplate.Wasm", "BlazorTemplate.Wasm\BlazorTemplate.Wasm.csproj", "{C75997E2-33B1-41A7-9BD1-F0982B9E2D51}"
6 | EndProject
7 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorTemplate", "BlazorTemplate\BlazorTemplate.csproj", "{24B69370-D783-4A94-ACD1-76E21107AE67}"
8 | EndProject
9 | Global
10 | GlobalSection(SolutionConfigurationPlatforms) = preSolution
11 | Debug|Any CPU = Debug|Any CPU
12 | Release|Any CPU = Release|Any CPU
13 | EndGlobalSection
14 | GlobalSection(ProjectConfigurationPlatforms) = postSolution
15 | {C75997E2-33B1-41A7-9BD1-F0982B9E2D51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16 | {C75997E2-33B1-41A7-9BD1-F0982B9E2D51}.Debug|Any CPU.Build.0 = Debug|Any CPU
17 | {C75997E2-33B1-41A7-9BD1-F0982B9E2D51}.Release|Any CPU.ActiveCfg = Release|Any CPU
18 | {C75997E2-33B1-41A7-9BD1-F0982B9E2D51}.Release|Any CPU.Build.0 = Release|Any CPU
19 | {24B69370-D783-4A94-ACD1-76E21107AE67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
20 | {24B69370-D783-4A94-ACD1-76E21107AE67}.Debug|Any CPU.Build.0 = Debug|Any CPU
21 | {24B69370-D783-4A94-ACD1-76E21107AE67}.Release|Any CPU.ActiveCfg = Release|Any CPU
22 | {24B69370-D783-4A94-ACD1-76E21107AE67}.Release|Any CPU.Build.0 = Release|Any CPU
23 | EndGlobalSection
24 | GlobalSection(SolutionProperties) = preSolution
25 | HideSolutionNode = FALSE
26 | EndGlobalSection
27 | GlobalSection(ExtensibilityGlobals) = postSolution
28 | SolutionGuid = {85A6C315-A033-45D6-8825-9CED8F58C998}
29 | EndGlobalSection
30 | EndGlobal
31 |
--------------------------------------------------------------------------------
/BlazorTemplate.Wasm/BlazorTemplate.Wasm.csproj:
--------------------------------------------------------------------------------
1 |