-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathErrorHandlingBlazorServerNET6.sln
37 lines (37 loc) · 2.09 KB
/
ErrorHandlingBlazorServerNET6.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GlobalErrorCatching", "GlobalErrorCatching\GlobalErrorCatching.csproj", "{6F5BCCB4-20B0-4B4A-801C-F4D06218CA2D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CatchingErrorFromLayout", "CatchingErrorFromLayout\CatchingErrorFromLayout.csproj", "{0FCBB7CE-389B-46FB-9251-CBC7FEDDEBD9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ErrorHandling", "ErrorHandling\ErrorHandling.csproj", "{EDCDC246-7ECF-4755-88FA-64D3B711860C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6F5BCCB4-20B0-4B4A-801C-F4D06218CA2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F5BCCB4-20B0-4B4A-801C-F4D06218CA2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F5BCCB4-20B0-4B4A-801C-F4D06218CA2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F5BCCB4-20B0-4B4A-801C-F4D06218CA2D}.Release|Any CPU.Build.0 = Release|Any CPU
{0FCBB7CE-389B-46FB-9251-CBC7FEDDEBD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FCBB7CE-389B-46FB-9251-CBC7FEDDEBD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FCBB7CE-389B-46FB-9251-CBC7FEDDEBD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FCBB7CE-389B-46FB-9251-CBC7FEDDEBD9}.Release|Any CPU.Build.0 = Release|Any CPU
{EDCDC246-7ECF-4755-88FA-64D3B711860C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDCDC246-7ECF-4755-88FA-64D3B711860C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDCDC246-7ECF-4755-88FA-64D3B711860C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDCDC246-7ECF-4755-88FA-64D3B711860C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FB5CFD91-A836-418A-883D-41928873FD6A}
EndGlobalSection
EndGlobal