-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathCommunity.AspNetCore.sln
57 lines (57 loc) · 3.78 KB
/
Community.AspNetCore.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 15
VisualStudioVersion = 15.0.27428.2015
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Community.AspNetCore.ExceptionHandling", "Community.AspNetCore.ExceptionHandling\Community.AspNetCore.ExceptionHandling.csproj", "{97ECCF71-494E-48FA-995A-AB1F13975A61}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Community.AspNetCore.ExceptionHandling.Integration", "Community.AspNetCore.ExceptionHandling.Integration\Community.AspNetCore.ExceptionHandling.Integration.csproj", "{393C6033-4255-43C3-896D-BFE30E264E4A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C825A429-B51F-4E5D-BC78-5E0A390D0C38}"
ProjectSection(SolutionItems) = preProject
build.ps1 = build.ps1
README.md = README.md
Transitions.png = Transitions.png
Transitions.vsdx = Transitions.vsdx
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Community.AspNetCore.ExceptionHandling.Mvc", "Community.AspNetCore.ExceptionHandling.Mvc\Community.AspNetCore.ExceptionHandling.Mvc.csproj", "{0D080E5A-9500-43AC-88CD-069947CFA5EF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Community.AspNetCore.ExceptionHandling.NewtonsoftJson", "Community.AspNetCore.ExceptionHandling.NewtonsoftJson\Community.AspNetCore.ExceptionHandling.NewtonsoftJson.csproj", "{B3BAD0B5-15BC-46EE-A224-9DAF10376B81}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Community.AspNetCore.ExceptionHandling.Tests", "Community.AspNetCore.ExceptionHandling.Tests\Community.AspNetCore.ExceptionHandling.Tests.csproj", "{79A8C692-8B6B-4238-80C1-3F52AB6712C4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{97ECCF71-494E-48FA-995A-AB1F13975A61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97ECCF71-494E-48FA-995A-AB1F13975A61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97ECCF71-494E-48FA-995A-AB1F13975A61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97ECCF71-494E-48FA-995A-AB1F13975A61}.Release|Any CPU.Build.0 = Release|Any CPU
{393C6033-4255-43C3-896D-BFE30E264E4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{393C6033-4255-43C3-896D-BFE30E264E4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{393C6033-4255-43C3-896D-BFE30E264E4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{393C6033-4255-43C3-896D-BFE30E264E4A}.Release|Any CPU.Build.0 = Release|Any CPU
{0D080E5A-9500-43AC-88CD-069947CFA5EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D080E5A-9500-43AC-88CD-069947CFA5EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D080E5A-9500-43AC-88CD-069947CFA5EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D080E5A-9500-43AC-88CD-069947CFA5EF}.Release|Any CPU.Build.0 = Release|Any CPU
{B3BAD0B5-15BC-46EE-A224-9DAF10376B81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3BAD0B5-15BC-46EE-A224-9DAF10376B81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3BAD0B5-15BC-46EE-A224-9DAF10376B81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3BAD0B5-15BC-46EE-A224-9DAF10376B81}.Release|Any CPU.Build.0 = Release|Any CPU
{79A8C692-8B6B-4238-80C1-3F52AB6712C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79A8C692-8B6B-4238-80C1-3F52AB6712C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79A8C692-8B6B-4238-80C1-3F52AB6712C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79A8C692-8B6B-4238-80C1-3F52AB6712C4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {18E2D6C5-7E06-4096-843F-534B6D926BE4}
EndGlobalSection
EndGlobal