forked from PandaWood/ExceptionReporter.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExceptionReporter.NET-traditional.sln
More file actions
70 lines (69 loc) · 4.24 KB
/
ExceptionReporter.NET-traditional.sln
File metadata and controls
70 lines (69 loc) · 4.24 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
64
65
66
67
68
69
70
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2000
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo.WinForms", "src\Demos\WinForms\Demo.WinForms.csproj", "{2FC9BAC6-3AC4-43C2-A8E2-C9655446531E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.ExceptionReporter.NET", "src\Tests\Tests.ExceptionReporter.NET.csproj", "{38C592CC-F774-4A0F-95FA-318AB0DDB476}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExceptionReporter.NET", "src\ExceptionReporting\ExceptionReporter.NET.csproj", "{C49896A3-C0DA-45C4-B30E-4D17E548DBF6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo.WebService", "src\Demos\WebService\Demo.WebService.csproj", "{A706007B-840D-40FC-B609-EC3BCEB9A646}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2FC9BAC6-3AC4-43C2-A8E2-C9655446531E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FC9BAC6-3AC4-43C2-A8E2-C9655446531E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FC9BAC6-3AC4-43C2-A8E2-C9655446531E}.Debug|x86.ActiveCfg = Debug|Any CPU
{2FC9BAC6-3AC4-43C2-A8E2-C9655446531E}.Debug|x86.Build.0 = Debug|Any CPU
{2FC9BAC6-3AC4-43C2-A8E2-C9655446531E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FC9BAC6-3AC4-43C2-A8E2-C9655446531E}.Release|Any CPU.Build.0 = Release|Any CPU
{2FC9BAC6-3AC4-43C2-A8E2-C9655446531E}.Release|x86.ActiveCfg = Release|Any CPU
{2FC9BAC6-3AC4-43C2-A8E2-C9655446531E}.Release|x86.Build.0 = Release|Any CPU
{38C592CC-F774-4A0F-95FA-318AB0DDB476}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38C592CC-F774-4A0F-95FA-318AB0DDB476}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38C592CC-F774-4A0F-95FA-318AB0DDB476}.Debug|x86.ActiveCfg = Debug|Any CPU
{38C592CC-F774-4A0F-95FA-318AB0DDB476}.Debug|x86.Build.0 = Debug|Any CPU
{38C592CC-F774-4A0F-95FA-318AB0DDB476}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38C592CC-F774-4A0F-95FA-318AB0DDB476}.Release|Any CPU.Build.0 = Release|Any CPU
{38C592CC-F774-4A0F-95FA-318AB0DDB476}.Release|x86.ActiveCfg = Release|Any CPU
{38C592CC-F774-4A0F-95FA-318AB0DDB476}.Release|x86.Build.0 = Release|Any CPU
{C49896A3-C0DA-45C4-B30E-4D17E548DBF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C49896A3-C0DA-45C4-B30E-4D17E548DBF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C49896A3-C0DA-45C4-B30E-4D17E548DBF6}.Debug|x86.ActiveCfg = Debug|Any CPU
{C49896A3-C0DA-45C4-B30E-4D17E548DBF6}.Debug|x86.Build.0 = Debug|Any CPU
{C49896A3-C0DA-45C4-B30E-4D17E548DBF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C49896A3-C0DA-45C4-B30E-4D17E548DBF6}.Release|Any CPU.Build.0 = Release|Any CPU
{C49896A3-C0DA-45C4-B30E-4D17E548DBF6}.Release|x86.ActiveCfg = Release|Any CPU
{C49896A3-C0DA-45C4-B30E-4D17E548DBF6}.Release|x86.Build.0 = Release|Any CPU
{A706007B-840D-40FC-B609-EC3BCEB9A646}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A706007B-840D-40FC-B609-EC3BCEB9A646}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A706007B-840D-40FC-B609-EC3BCEB9A646}.Debug|x86.ActiveCfg = Debug|Any CPU
{A706007B-840D-40FC-B609-EC3BCEB9A646}.Debug|x86.Build.0 = Debug|Any CPU
{A706007B-840D-40FC-B609-EC3BCEB9A646}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A706007B-840D-40FC-B609-EC3BCEB9A646}.Release|Any CPU.Build.0 = Release|Any CPU
{A706007B-840D-40FC-B609-EC3BCEB9A646}.Release|x86.ActiveCfg = Release|Any CPU
{A706007B-840D-40FC-B609-EC3BCEB9A646}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A41916D2-4760-445D-A8C7-B3058A358266}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.TextStylePolicy = $4
$0.StandardHeader = $5
version = 4.0.3
description = ExceptionReporter is a .NET component which shows an interface and gathers detailed informaton on an Exception and the application/system running it
EndGlobalSection
EndGlobal