-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMVCBlog.sln
More file actions
55 lines (55 loc) · 3.31 KB
/
MVCBlog.sln
File metadata and controls
55 lines (55 loc) · 3.31 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
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MVCBlog.Web", "MVCBlog.Web\MVCBlog.Web.csproj", "{591F0A38-5843-40A8-9A83-380F67750D70}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MVCBlog.Data", "MVCBlog.Data\MVCBlog.Data.csproj", "{8E19D2BA-8B61-4421-B68A-B9AF4C52F389}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MVCBlog.Business", "MVCBlog.Business\MVCBlog.Business.csproj", "{2AACAD4F-F892-4F10-9DD6-DFD85BBEB7DE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MVCBlog.Localization", "MVCBlog.Localization\MVCBlog.Localization.csproj", "{AC21889E-1831-4BA0-9F24-2912AA6395DA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MVCBlog.Business.Test", "MVCBlog.Business.Test\MVCBlog.Business.Test.csproj", "{C8E361FC-8D8B-42DA-9A4A-280082EEE12A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DCD70966-21FC-4CC5-8838-3329CE8BEA11}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
stylecop.ruleset = stylecop.ruleset
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{591F0A38-5843-40A8-9A83-380F67750D70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{591F0A38-5843-40A8-9A83-380F67750D70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{591F0A38-5843-40A8-9A83-380F67750D70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{591F0A38-5843-40A8-9A83-380F67750D70}.Release|Any CPU.Build.0 = Release|Any CPU
{8E19D2BA-8B61-4421-B68A-B9AF4C52F389}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E19D2BA-8B61-4421-B68A-B9AF4C52F389}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E19D2BA-8B61-4421-B68A-B9AF4C52F389}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E19D2BA-8B61-4421-B68A-B9AF4C52F389}.Release|Any CPU.Build.0 = Release|Any CPU
{2AACAD4F-F892-4F10-9DD6-DFD85BBEB7DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AACAD4F-F892-4F10-9DD6-DFD85BBEB7DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AACAD4F-F892-4F10-9DD6-DFD85BBEB7DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AACAD4F-F892-4F10-9DD6-DFD85BBEB7DE}.Release|Any CPU.Build.0 = Release|Any CPU
{AC21889E-1831-4BA0-9F24-2912AA6395DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC21889E-1831-4BA0-9F24-2912AA6395DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC21889E-1831-4BA0-9F24-2912AA6395DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC21889E-1831-4BA0-9F24-2912AA6395DA}.Release|Any CPU.Build.0 = Release|Any CPU
{C8E361FC-8D8B-42DA-9A4A-280082EEE12A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8E361FC-8D8B-42DA-9A4A-280082EEE12A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8E361FC-8D8B-42DA-9A4A-280082EEE12A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8E361FC-8D8B-42DA-9A4A-280082EEE12A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6A3674C5-C9EE-4BAA-A1AC-AB6A1767781C}
EndGlobalSection
EndGlobal