-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCheckedExceptions.sln
More file actions
54 lines (54 loc) · 3 KB
/
CheckedExceptions.sln
File metadata and controls
54 lines (54 loc) · 3 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CheckedExceptions", "src\CheckedExceptions\CheckedExceptions.csproj", "{ABB99AEF-284C-4C8A-9937-7B9A169F4E6A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CheckedExceptions.Test", "test\CheckedExceptions.Test\CheckedExceptions.Test.csproj", "{C9A59008-6422-4523-891C-EE53EBF15852}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CheckedExceptions.Attributes", "src\CheckedExceptions.Attributes\CheckedExceptions.Attributes.csproj", "{CC4A6B39-59E1-4388-9B21-D57E626CFA8B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D02971E0-C612-4CEF-8E4F-B91DA0D15664}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{02BE66B9-4412-4C34-8105-4B65B2C70449}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C4B57702-7A72-4834-A368-D4603F54038D}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ABB99AEF-284C-4C8A-9937-7B9A169F4E6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABB99AEF-284C-4C8A-9937-7B9A169F4E6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABB99AEF-284C-4C8A-9937-7B9A169F4E6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABB99AEF-284C-4C8A-9937-7B9A169F4E6A}.Release|Any CPU.Build.0 = Release|Any CPU
{C9A59008-6422-4523-891C-EE53EBF15852}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9A59008-6422-4523-891C-EE53EBF15852}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9A59008-6422-4523-891C-EE53EBF15852}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9A59008-6422-4523-891C-EE53EBF15852}.Release|Any CPU.Build.0 = Release|Any CPU
{CC4A6B39-59E1-4388-9B21-D57E626CFA8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC4A6B39-59E1-4388-9B21-D57E626CFA8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC4A6B39-59E1-4388-9B21-D57E626CFA8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC4A6B39-59E1-4388-9B21-D57E626CFA8B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{ABB99AEF-284C-4C8A-9937-7B9A169F4E6A} = {D02971E0-C612-4CEF-8E4F-B91DA0D15664}
{C9A59008-6422-4523-891C-EE53EBF15852} = {02BE66B9-4412-4C34-8105-4B65B2C70449}
{CC4A6B39-59E1-4388-9B21-D57E626CFA8B} = {D02971E0-C612-4CEF-8E4F-B91DA0D15664}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BA6A8CE6-58B9-4811-B36E-DFEF7233686F}
EndGlobalSection
EndGlobal