-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEnterwell.Exceptions.sln
37 lines (37 loc) · 2.17 KB
/
Enterwell.Exceptions.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 Version 16
VisualStudioVersion = 16.0.29721.120
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Enterwell.Exceptions", "Enterwell.Exceptions\Enterwell.Exceptions.csproj", "{80D84777-76E7-40DE-AD83-75411472BD65}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Enterwell.Exceptions.Standard", "Enterwell.Exceptions.Standard\Enterwell.Exceptions.Standard.csproj", "{84428228-BA6B-43C2-AFF3-E56E445C0BBE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Enterwell.Exceptions.Standard.Web", "Enterwell.Exceptions.Standard.Web\Enterwell.Exceptions.Standard.Web.csproj", "{DCF6BE22-71AE-4162-868F-1B55524359D4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{80D84777-76E7-40DE-AD83-75411472BD65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80D84777-76E7-40DE-AD83-75411472BD65}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80D84777-76E7-40DE-AD83-75411472BD65}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80D84777-76E7-40DE-AD83-75411472BD65}.Release|Any CPU.Build.0 = Release|Any CPU
{84428228-BA6B-43C2-AFF3-E56E445C0BBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84428228-BA6B-43C2-AFF3-E56E445C0BBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84428228-BA6B-43C2-AFF3-E56E445C0BBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84428228-BA6B-43C2-AFF3-E56E445C0BBE}.Release|Any CPU.Build.0 = Release|Any CPU
{DCF6BE22-71AE-4162-868F-1B55524359D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCF6BE22-71AE-4162-868F-1B55524359D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCF6BE22-71AE-4162-868F-1B55524359D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCF6BE22-71AE-4162-868F-1B55524359D4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3F327FDD-B9D5-44D4-8424-1FE8432403D9}
EndGlobalSection
EndGlobal