This repository was archived by the owner on Sep 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathReusableMvc.sln
50 lines (50 loc) · 2.8 KB
/
ReusableMvc.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{ED400B4C-9B62-4A71-A36F-766283D74AF5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9579D63C-5E63-4AD5-BAB4-41486A5A2616}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{8F91CADF-4840-4353-B0A0-5888A2CD6642}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LazyMortal.ReusableMvc", "src\LazyMortal.ReusableMvc\LazyMortal.ReusableMvc.csproj", "{4D7626CE-DB92-4F74-80DD-5AC907AE1756}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.Web", "samples\Sample.Web\Sample.Web.csproj", "{E5555CA8-F2ED-4E32-B110-E2614918A2D5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LazyMortal.Multipipeline", "..\Multipipeline\src\LazyMortal.Multipipeline\LazyMortal.Multipipeline.csproj", "{28C27F83-63A7-481E-AC39-CC7BE7FED1ED}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4D7626CE-DB92-4F74-80DD-5AC907AE1756}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D7626CE-DB92-4F74-80DD-5AC907AE1756}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D7626CE-DB92-4F74-80DD-5AC907AE1756}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D7626CE-DB92-4F74-80DD-5AC907AE1756}.Release|Any CPU.Build.0 = Release|Any CPU
{E5555CA8-F2ED-4E32-B110-E2614918A2D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5555CA8-F2ED-4E32-B110-E2614918A2D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5555CA8-F2ED-4E32-B110-E2614918A2D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5555CA8-F2ED-4E32-B110-E2614918A2D5}.Release|Any CPU.Build.0 = Release|Any CPU
{28C27F83-63A7-481E-AC39-CC7BE7FED1ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28C27F83-63A7-481E-AC39-CC7BE7FED1ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28C27F83-63A7-481E-AC39-CC7BE7FED1ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28C27F83-63A7-481E-AC39-CC7BE7FED1ED}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4D7626CE-DB92-4F74-80DD-5AC907AE1756} = {ED400B4C-9B62-4A71-A36F-766283D74AF5}
{E5555CA8-F2ED-4E32-B110-E2614918A2D5} = {8F91CADF-4840-4353-B0A0-5888A2CD6642}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BDD8913D-A58F-4F49-87C0-26CD19501696}
EndGlobalSection
EndGlobal