-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMR.AspNetCore.MvcPack.sln
75 lines (75 loc) · 3.77 KB
/
MR.AspNetCore.MvcPack.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
63
64
65
66
67
68
69
70
71
72
73
74
75
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30709.132
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{DC4718A7-3225-4C9A-9ECF-96384FAAD67D}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "global", "global", "{FFF2D640-DBF3-4B93-A242-06E94A80F0FF}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
global.json = global.json
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{E243B2DB-11C1-4924-99A7-75D5A7B6F6A4}"
ProjectSection(SolutionItems) = preProject
build.cake = build.cake
build.ps1 = build.ps1
build.sh = build.sh
build\common.props = build\common.props
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
build\index.cake = build\index.cake
build\util.cake = build\util.cake
build\version.cake = build\version.cake
build\version.props = build\version.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{A991AD56-2D17-4401-BFF2-A73B1190E31D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{DF5967DF-3FA0-4BD3-B2B8-D2058CB6D689}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MR.AspNetCore.MvcPack", "src\MR.AspNetCore.MvcPack\MR.AspNetCore.MvcPack.csproj", "{B6D96953-8B24-4E0B-B54E-C0517B3A14B4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MR.AspNetCore.MvcPack.Tests", "test\MR.AspNetCore.MvcPack.Tests\MR.AspNetCore.MvcPack.Tests.csproj", "{95AE9F90-35AD-4E2E-BBA4-8F5F32D3C190}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Basic", "samples\Basic\Basic.csproj", "{0653B2EE-5CF7-4166-8B93-A83C30603BE0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B6D96953-8B24-4E0B-B54E-C0517B3A14B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6D96953-8B24-4E0B-B54E-C0517B3A14B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6D96953-8B24-4E0B-B54E-C0517B3A14B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6D96953-8B24-4E0B-B54E-C0517B3A14B4}.Release|Any CPU.Build.0 = Release|Any CPU
{95AE9F90-35AD-4E2E-BBA4-8F5F32D3C190}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95AE9F90-35AD-4E2E-BBA4-8F5F32D3C190}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95AE9F90-35AD-4E2E-BBA4-8F5F32D3C190}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95AE9F90-35AD-4E2E-BBA4-8F5F32D3C190}.Release|Any CPU.Build.0 = Release|Any CPU
{0653B2EE-5CF7-4166-8B93-A83C30603BE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0653B2EE-5CF7-4166-8B93-A83C30603BE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0653B2EE-5CF7-4166-8B93-A83C30603BE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0653B2EE-5CF7-4166-8B93-A83C30603BE0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B6D96953-8B24-4E0B-B54E-C0517B3A14B4} = {DC4718A7-3225-4C9A-9ECF-96384FAAD67D}
{95AE9F90-35AD-4E2E-BBA4-8F5F32D3C190} = {A991AD56-2D17-4401-BFF2-A73B1190E31D}
{0653B2EE-5CF7-4166-8B93-A83C30603BE0} = {DF5967DF-3FA0-4BD3-B2B8-D2058CB6D689}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1822A6AB-24D8-40CC-B874-A140F7FFC244}
EndGlobalSection
EndGlobal