This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathStackTraceExplorer.sln
37 lines (37 loc) · 2.17 KB
/
StackTraceExplorer.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 15
VisualStudioVersion = 15.0.27004.2008
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Terrajobst.StackTraceExplorer", "src\Terrajobst.StackTraceExplorer\Terrajobst.StackTraceExplorer.csproj", "{7BD4BA8A-B0E0-42DB-A035-C57C9430B447}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Terrajobst.StackTraces", "src\Terrajobst.StackTraces\Terrajobst.StackTraces.csproj", "{E82F0CB5-DF4C-4842-8307-0769537EB098}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Terrajobst.StackTraces.Tests", "src\Terrajobst.StackTraces.Tests\Terrajobst.StackTraces.Tests.csproj", "{BF9A27C2-0CEB-4505-8483-3C5E965C6F49}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7BD4BA8A-B0E0-42DB-A035-C57C9430B447}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BD4BA8A-B0E0-42DB-A035-C57C9430B447}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BD4BA8A-B0E0-42DB-A035-C57C9430B447}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BD4BA8A-B0E0-42DB-A035-C57C9430B447}.Release|Any CPU.Build.0 = Release|Any CPU
{E82F0CB5-DF4C-4842-8307-0769537EB098}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E82F0CB5-DF4C-4842-8307-0769537EB098}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E82F0CB5-DF4C-4842-8307-0769537EB098}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E82F0CB5-DF4C-4842-8307-0769537EB098}.Release|Any CPU.Build.0 = Release|Any CPU
{BF9A27C2-0CEB-4505-8483-3C5E965C6F49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF9A27C2-0CEB-4505-8483-3C5E965C6F49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF9A27C2-0CEB-4505-8483-3C5E965C6F49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF9A27C2-0CEB-4505-8483-3C5E965C6F49}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0E77C69C-33C2-4D33-8A50-1762875C3650}
EndGlobalSection
EndGlobal