-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNancy.CustomErrors.sln
More file actions
47 lines (47 loc) · 2.53 KB
/
Nancy.CustomErrors.sln
File metadata and controls
47 lines (47 loc) · 2.53 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.CustomErrors", "Nancy.CustomErrors\Nancy.CustomErrors.csproj", "{CD7A7211-6563-499B-913D-8E5AF649BFE7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{56730B51-095D-4010-B942-DCB2696540C0}"
ProjectSection(SolutionItems) = preProject
build.ps1 = build.ps1
default.ps1 = default.ps1
Readme.md = Readme.md
version.json = version.json
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.CustomErrors.Tests", "Nancy.CustomErrors.Tests\Nancy.CustomErrors.Tests.csproj", "{F1930050-9A83-42BB-9E14-1D5D7C6F255B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.CustomErrors.Example", "Nancy.CustomErrors.Example\Nancy.CustomErrors.Example.csproj", "{5A8E7514-E653-4C00-8623-1E71D7DCE6C5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{1831399C-85E4-4E38-893C-F85DB092CB04}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CD7A7211-6563-499B-913D-8E5AF649BFE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD7A7211-6563-499B-913D-8E5AF649BFE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD7A7211-6563-499B-913D-8E5AF649BFE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD7A7211-6563-499B-913D-8E5AF649BFE7}.Release|Any CPU.Build.0 = Release|Any CPU
{F1930050-9A83-42BB-9E14-1D5D7C6F255B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1930050-9A83-42BB-9E14-1D5D7C6F255B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1930050-9A83-42BB-9E14-1D5D7C6F255B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1930050-9A83-42BB-9E14-1D5D7C6F255B}.Release|Any CPU.Build.0 = Release|Any CPU
{5A8E7514-E653-4C00-8623-1E71D7DCE6C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A8E7514-E653-4C00-8623-1E71D7DCE6C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A8E7514-E653-4C00-8623-1E71D7DCE6C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A8E7514-E653-4C00-8623-1E71D7DCE6C5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal