-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMVC.Boilerplate.sln
39 lines (39 loc) · 2.08 KB
/
MVC.Boilerplate.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32319.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MVC.Boilerplate", "src\MVC\MVC.Boilerplate\MVC.Boilerplate.csproj", "{FC96CF37-77CD-4C9F-9209-1D03C21AE68A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Common", "Common", "{FFDD5600-0654-456B-8C87-6802FA2804E0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MVC.Boilerplate.Common", "src\Common\MVC.Boilerplate.Common\MVC.Boilerplate.Common.csproj", "{D100D550-1A9C-448D-9EF6-C1125DB20EC5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MVC", "MVC", "{63D204EE-ECAE-4580-84B2-850142D2A594}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FC96CF37-77CD-4C9F-9209-1D03C21AE68A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC96CF37-77CD-4C9F-9209-1D03C21AE68A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC96CF37-77CD-4C9F-9209-1D03C21AE68A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC96CF37-77CD-4C9F-9209-1D03C21AE68A}.Release|Any CPU.Build.0 = Release|Any CPU
{D100D550-1A9C-448D-9EF6-C1125DB20EC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D100D550-1A9C-448D-9EF6-C1125DB20EC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D100D550-1A9C-448D-9EF6-C1125DB20EC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D100D550-1A9C-448D-9EF6-C1125DB20EC5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FC96CF37-77CD-4C9F-9209-1D03C21AE68A} = {63D204EE-ECAE-4580-84B2-850142D2A594}
{D100D550-1A9C-448D-9EF6-C1125DB20EC5} = {FFDD5600-0654-456B-8C87-6802FA2804E0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7A4BC837-2EA7-4E09-8CED-483E55C7B92F}
EndGlobalSection
EndGlobal