-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAspNetCore.ProblemDetails.sln
57 lines (57 loc) · 3.21 KB
/
AspNetCore.ProblemDetails.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32414.318
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".items", ".items", "{24143346-BEA0-4E8E-9249-17FF05C9772F}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{EDEC7D8F-4C6F-4DE3-8022-17A2A23AB18B}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{24F9EFE8-010B-48D9-B5D2-EF194BDEAC31}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{9BE8804F-BCC0-48CF-9AEC-ED97414B0C78}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore.ProblemDetails", "src\AspNetCore.ProblemDetails\AspNetCore.ProblemDetails.csproj", "{34690458-D9F2-4458-8B07-1593D93DB16A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore.ProblemDetails.Demo", "samples\AspNetCore.ProblemDetails.Demo\AspNetCore.ProblemDetails.Demo.csproj", "{1B48CAB0-0189-42D4-8F11-F5CE1C4FA347}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore.ProblemDetails.UnitTests", "tests\AspNetCore.ProblemDetails.UnitTests\AspNetCore.ProblemDetails.UnitTests.csproj", "{BE218920-DF2B-4C27-A23B-F307D79ADF0E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{34690458-D9F2-4458-8B07-1593D93DB16A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34690458-D9F2-4458-8B07-1593D93DB16A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34690458-D9F2-4458-8B07-1593D93DB16A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34690458-D9F2-4458-8B07-1593D93DB16A}.Release|Any CPU.Build.0 = Release|Any CPU
{1B48CAB0-0189-42D4-8F11-F5CE1C4FA347}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B48CAB0-0189-42D4-8F11-F5CE1C4FA347}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B48CAB0-0189-42D4-8F11-F5CE1C4FA347}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B48CAB0-0189-42D4-8F11-F5CE1C4FA347}.Release|Any CPU.Build.0 = Release|Any CPU
{BE218920-DF2B-4C27-A23B-F307D79ADF0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE218920-DF2B-4C27-A23B-F307D79ADF0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE218920-DF2B-4C27-A23B-F307D79ADF0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE218920-DF2B-4C27-A23B-F307D79ADF0E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{34690458-D9F2-4458-8B07-1593D93DB16A} = {EDEC7D8F-4C6F-4DE3-8022-17A2A23AB18B}
{1B48CAB0-0189-42D4-8F11-F5CE1C4FA347} = {24F9EFE8-010B-48D9-B5D2-EF194BDEAC31}
{BE218920-DF2B-4C27-A23B-F307D79ADF0E} = {9BE8804F-BCC0-48CF-9AEC-ED97414B0C78}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A52A2019-EEE6-4DAB-B111-C10693C9E03B}
EndGlobalSection
EndGlobal