-
Notifications
You must be signed in to change notification settings - Fork 0
/
DotNetBlog.sln
82 lines (82 loc) · 4.18 KB
/
DotNetBlog.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
76
77
78
79
80
81
82
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30309.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9728357A-237B-4337-A648-6F56FE479A6F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNetBlog.Web", "src\DotNetBlog.Web\DotNetBlog.Web.csproj", "{89F9B8C8-2F34-41CF-B39E-C23935AFADC8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNetBlog.Core", "src\DotNetBlog.Core\DotNetBlog.Core.csproj", "{89065586-C5EF-4EF4-BCD5-63D47E6E3816}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "DotNetBlog.Admin", "src\DotNetBlog.Admin\", "{D2657CFC-8E57-49BB-9BE9-4FE37599F0E3}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/localhost_57806"
Debug.AspNetCompiler.PhysicalPath = "src\DotNetBlog.Admin\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_57806\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_57806"
Release.AspNetCompiler.PhysicalPath = "src\DotNetBlog.Admin\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_57806\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "57806"
SlnRelativePath = "src\DotNetBlog.Admin\"
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "files", "files", "{02C7FD13-EC96-4951-A672-8791CDF11331}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
publish.ps1 = publish.ps1
publish.sh = publish.sh
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{23C6DF76-262C-48C2-AA49-B2DFBFEEDB45}"
ProjectSection(SolutionItems) = preProject
build\Base.props = build\Base.props
build\BuildTarget.props = build\BuildTarget.props
build\CommonDependencies.props = build\CommonDependencies.props
build\Definitions.props = build\Definitions.props
build\Library.props = build\Library.props
build\LibraryBuildTarget.props = build\LibraryBuildTarget.props
build\Web.props = build\Web.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{89F9B8C8-2F34-41CF-B39E-C23935AFADC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89F9B8C8-2F34-41CF-B39E-C23935AFADC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89F9B8C8-2F34-41CF-B39E-C23935AFADC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89F9B8C8-2F34-41CF-B39E-C23935AFADC8}.Release|Any CPU.Build.0 = Release|Any CPU
{89065586-C5EF-4EF4-BCD5-63D47E6E3816}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89065586-C5EF-4EF4-BCD5-63D47E6E3816}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89065586-C5EF-4EF4-BCD5-63D47E6E3816}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89065586-C5EF-4EF4-BCD5-63D47E6E3816}.Release|Any CPU.Build.0 = Release|Any CPU
{D2657CFC-8E57-49BB-9BE9-4FE37599F0E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2657CFC-8E57-49BB-9BE9-4FE37599F0E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2657CFC-8E57-49BB-9BE9-4FE37599F0E3}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{D2657CFC-8E57-49BB-9BE9-4FE37599F0E3}.Release|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{89F9B8C8-2F34-41CF-B39E-C23935AFADC8} = {9728357A-237B-4337-A648-6F56FE479A6F}
{89065586-C5EF-4EF4-BCD5-63D47E6E3816} = {9728357A-237B-4337-A648-6F56FE479A6F}
{D2657CFC-8E57-49BB-9BE9-4FE37599F0E3} = {9728357A-237B-4337-A648-6F56FE479A6F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A8BDBED8-2603-4771-8572-3EBAA91BF2E5}
EndGlobalSection
EndGlobal