-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCoreSharp.EnhancedStackTrace.sln
More file actions
63 lines (63 loc) · 3.78 KB
/
Copy pathCoreSharp.EnhancedStackTrace.sln
File metadata and controls
63 lines (63 loc) · 3.78 KB
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
58
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35303.130
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AC7D71C9-56C1-4DC3-B184-31ADBF02D038}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
finecodecoverage-settings.xml = finecodecoverage-settings.xml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreSharp.EnhancedStackTrace", "CoreSharp.EnhancedStackTrace\CoreSharp.EnhancedStackTrace.csproj", "{10A3B353-344B-4668-871F-91F616C265DF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreSharp.EnhancedStackTrace.Tests", "CoreSharp.EnhancedStackTrace.Tests\CoreSharp.EnhancedStackTrace.Tests.csproj", "{8101C2E8-5FA2-4470-8491-E99052E2ACDE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreSharp.EnhancedStackTrace.App", "CoreSharp.EnhancedStackTrace.App\CoreSharp.EnhancedStackTrace.App.csproj", "{8542CE82-948C-448E-BA73-4E227CE89BE9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8B3752E1-40E3-4C80-A63D-0BE2910737F2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{139860F4-A68E-489F-9728-69A7C67971C7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests.Common", "Tests.Common\Tests.Common.csproj", "{6794A691-48FD-4C20-8240-C6C0F8097A2A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{301C5E49-4C28-4121-BB90-6633C5F6F851}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{10A3B353-344B-4668-871F-91F616C265DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10A3B353-344B-4668-871F-91F616C265DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10A3B353-344B-4668-871F-91F616C265DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10A3B353-344B-4668-871F-91F616C265DF}.Release|Any CPU.Build.0 = Release|Any CPU
{8101C2E8-5FA2-4470-8491-E99052E2ACDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8101C2E8-5FA2-4470-8491-E99052E2ACDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8101C2E8-5FA2-4470-8491-E99052E2ACDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8101C2E8-5FA2-4470-8491-E99052E2ACDE}.Release|Any CPU.Build.0 = Release|Any CPU
{8542CE82-948C-448E-BA73-4E227CE89BE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8542CE82-948C-448E-BA73-4E227CE89BE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8542CE82-948C-448E-BA73-4E227CE89BE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8542CE82-948C-448E-BA73-4E227CE89BE9}.Release|Any CPU.Build.0 = Release|Any CPU
{6794A691-48FD-4C20-8240-C6C0F8097A2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6794A691-48FD-4C20-8240-C6C0F8097A2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6794A691-48FD-4C20-8240-C6C0F8097A2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6794A691-48FD-4C20-8240-C6C0F8097A2A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{10A3B353-344B-4668-871F-91F616C265DF} = {8B3752E1-40E3-4C80-A63D-0BE2910737F2}
{8101C2E8-5FA2-4470-8491-E99052E2ACDE} = {139860F4-A68E-489F-9728-69A7C67971C7}
{8542CE82-948C-448E-BA73-4E227CE89BE9} = {301C5E49-4C28-4121-BB90-6633C5F6F851}
{6794A691-48FD-4C20-8240-C6C0F8097A2A} = {139860F4-A68E-489F-9728-69A7C67971C7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A6379308-1B80-4B67-90B7-91E291C379FA}
EndGlobalSection
EndGlobal