-
Notifications
You must be signed in to change notification settings - Fork 1
/
CustomExceptionMiddleware.sln
49 lines (49 loc) · 3.08 KB
/
CustomExceptionMiddleware.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 16
VisualStudioVersion = 16.0.31624.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CustomExceptionMiddleware.WebAppTest", "samples\CustomExceptionMiddleware.WebAppTest\CustomExceptionMiddleware.WebAppTest.csproj", "{48587F17-C991-471E-BA1E-0001C81E57FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CustomExceptionMiddleware.WebAppTest.Custom", "samples\CustomExceptionMiddleware.WebAppTest.Custom\CustomExceptionMiddleware.WebAppTest.Custom.csproj", "{656FEEE7-5325-48B9-9FC1-B56816366C05}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CustomExceptionMiddleware", "src\CustomExceptionMiddleware.csproj", "{90802F9F-8E08-45A0-A14C-7C006E9C2C62}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CustomExceptionMiddleware.Tests", "tests\CustomExceptionMiddleware.Tests.csproj", "{1B7AB5C1-BA64-4FC5-90F6-22A7223337E9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{A9C92CF7-AFEE-4C37-91F4-6FE6DA714D10}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{48587F17-C991-471E-BA1E-0001C81E57FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48587F17-C991-471E-BA1E-0001C81E57FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48587F17-C991-471E-BA1E-0001C81E57FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48587F17-C991-471E-BA1E-0001C81E57FF}.Release|Any CPU.Build.0 = Release|Any CPU
{656FEEE7-5325-48B9-9FC1-B56816366C05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{656FEEE7-5325-48B9-9FC1-B56816366C05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{656FEEE7-5325-48B9-9FC1-B56816366C05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{656FEEE7-5325-48B9-9FC1-B56816366C05}.Release|Any CPU.Build.0 = Release|Any CPU
{90802F9F-8E08-45A0-A14C-7C006E9C2C62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90802F9F-8E08-45A0-A14C-7C006E9C2C62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90802F9F-8E08-45A0-A14C-7C006E9C2C62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90802F9F-8E08-45A0-A14C-7C006E9C2C62}.Release|Any CPU.Build.0 = Release|Any CPU
{1B7AB5C1-BA64-4FC5-90F6-22A7223337E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B7AB5C1-BA64-4FC5-90F6-22A7223337E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B7AB5C1-BA64-4FC5-90F6-22A7223337E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B7AB5C1-BA64-4FC5-90F6-22A7223337E9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{48587F17-C991-471E-BA1E-0001C81E57FF} = {A9C92CF7-AFEE-4C37-91F4-6FE6DA714D10}
{656FEEE7-5325-48B9-9FC1-B56816366C05} = {A9C92CF7-AFEE-4C37-91F4-6FE6DA714D10}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {955BC60C-26D7-4726-BAC5-0B90F771D94D}
EndGlobalSection
EndGlobal