-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMR.AspNetCore.NestedRouting.sln
62 lines (62 loc) · 2.99 KB
/
MR.AspNetCore.NestedRouting.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
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28531.58
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{08D46BCF-89FB-45B9-955B-4797B30732B7}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{1576D584-A0C8-4DB4-BAA4-3217AEB807B0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FF3A41F3-5DB9-472A-9965-883B51328A32}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{7970E45A-5789-4A3E-9E00-3B38258780D9}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
build.cake = build.cake
build.sh = build.sh
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
build\version.props = build\version.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MR.AspNetCore.NestedRouting", "src\MR.AspNetCore.NestedRouting\MR.AspNetCore.NestedRouting.csproj", "{9A6D0A85-3DCE-4EC0-8FAB-D16F0B8E77A7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{7EE64D25-81D1-4001-BEC7-A92C61CA5D0F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Basic", "samples\Basic\Basic.csproj", "{D7ED5194-CE54-47F8-9765-E987D98F669B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9A6D0A85-3DCE-4EC0-8FAB-D16F0B8E77A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A6D0A85-3DCE-4EC0-8FAB-D16F0B8E77A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A6D0A85-3DCE-4EC0-8FAB-D16F0B8E77A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A6D0A85-3DCE-4EC0-8FAB-D16F0B8E77A7}.Release|Any CPU.Build.0 = Release|Any CPU
{D7ED5194-CE54-47F8-9765-E987D98F669B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7ED5194-CE54-47F8-9765-E987D98F669B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7ED5194-CE54-47F8-9765-E987D98F669B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7ED5194-CE54-47F8-9765-E987D98F669B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9A6D0A85-3DCE-4EC0-8FAB-D16F0B8E77A7} = {08D46BCF-89FB-45B9-955B-4797B30732B7}
{D7ED5194-CE54-47F8-9765-E987D98F669B} = {7EE64D25-81D1-4001-BEC7-A92C61CA5D0F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {08F94695-2E44-4DAA-BC67-63665EBEC191}
EndGlobalSection
EndGlobal