This repository has been archived by the owner on Sep 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
BlogEngine.sln
126 lines (126 loc) · 8.09 KB
/
BlogEngine.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlogEngine.Core", "DotNetSlave.BusinessLogic\BlogEngine.Core.csproj", "{9ED9914A-FB6E-4D21-8C71-9122E8C3076B}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "localhost", "http://localhost:38932", "{8AB22CFB-CBDD-4D3A-A987-8BFDB2180026}"
ProjectSection(WebsiteProperties) = preProject
SccProjectName = ""
SccAuxPath = ""
SccLocalPath = ""
SccProvider = ""
UseIISExpress = "true"
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
ProjectReferences = "{9ED9914A-FB6E-4D21-8C71-9122E8C3076B}|BlogEngine.Core.dll;"
Debug.AspNetCompiler.VirtualPath = "/BlogEngine.NET"
Debug.AspNetCompiler.PhysicalPath = "BlogEngine.NET\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\BlogEngine.NET\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.KeyFile = "DotNetSlave.BusinessLogic\key.snk"
Debug.AspNetCompiler.DelaySign = "false"
Debug.AspNetCompiler.AllowPartiallyTrustedCallers = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/BlogEngine.NET"
Release.AspNetCompiler.PhysicalPath = "BlogEngine.NET\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\BlogEngine.NET\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.KeyFile = "DotNetSlave.BusinessLogic\key.snk"
Release.AspNetCompiler.DelaySign = "false"
Release.AspNetCompiler.AllowPartiallyTrustedCallers = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
SlnRelativePath = "BlogEngine.NET\"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlogEngine.MVC", "BlogEngine.MVC\BlogEngine.MVC.csproj", "{CA0F451C-2E36-440A-9987-4E22B05B35B6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlogEngine.MVC.Tests", "BlogEngine.MVC.Tests\BlogEngine.MVC.Tests.csproj", "{AAAA76E4-4365-4C3B-8D37-516B54D24434}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlogEngine.Admin", "BlogEngine.MVC\Administration\BlogEngine.Admin.csproj", "{CC8C216E-A921-45DC-9369-14543442D277}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MVC", "MVC", "{5814002E-2573-471B-9BF6-3112D563D55E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{8CA4C1F1-5B87-4FC7-A2CC-6824F6D9D990}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{4CEB8599-BE15-4E5E-8E5C-75B2327E795F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Original", "Original", "{94838213-321E-4909-960F-EE8B2ED7E013}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|.NET = Debug|.NET
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Release|.NET = Release|.NET
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9ED9914A-FB6E-4D21-8C71-9122E8C3076B}.Debug|.NET.ActiveCfg = Debug|Any CPU
{9ED9914A-FB6E-4D21-8C71-9122E8C3076B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9ED9914A-FB6E-4D21-8C71-9122E8C3076B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9ED9914A-FB6E-4D21-8C71-9122E8C3076B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{9ED9914A-FB6E-4D21-8C71-9122E8C3076B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{9ED9914A-FB6E-4D21-8C71-9122E8C3076B}.Release|.NET.ActiveCfg = Release|Any CPU
{9ED9914A-FB6E-4D21-8C71-9122E8C3076B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9ED9914A-FB6E-4D21-8C71-9122E8C3076B}.Release|Any CPU.Build.0 = Release|Any CPU
{9ED9914A-FB6E-4D21-8C71-9122E8C3076B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{9ED9914A-FB6E-4D21-8C71-9122E8C3076B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{8AB22CFB-CBDD-4D3A-A987-8BFDB2180026}.Debug|.NET.ActiveCfg = Debug|Any CPU
{8AB22CFB-CBDD-4D3A-A987-8BFDB2180026}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8AB22CFB-CBDD-4D3A-A987-8BFDB2180026}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8AB22CFB-CBDD-4D3A-A987-8BFDB2180026}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{8AB22CFB-CBDD-4D3A-A987-8BFDB2180026}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{8AB22CFB-CBDD-4D3A-A987-8BFDB2180026}.Release|.NET.ActiveCfg = Debug|Any CPU
{8AB22CFB-CBDD-4D3A-A987-8BFDB2180026}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{8AB22CFB-CBDD-4D3A-A987-8BFDB2180026}.Release|Any CPU.Build.0 = Debug|Any CPU
{8AB22CFB-CBDD-4D3A-A987-8BFDB2180026}.Release|Mixed Platforms.ActiveCfg = Debug|Any CPU
{8AB22CFB-CBDD-4D3A-A987-8BFDB2180026}.Release|Mixed Platforms.Build.0 = Debug|Any CPU
{CA0F451C-2E36-440A-9987-4E22B05B35B6}.Debug|.NET.ActiveCfg = Debug|Any CPU
{CA0F451C-2E36-440A-9987-4E22B05B35B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA0F451C-2E36-440A-9987-4E22B05B35B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA0F451C-2E36-440A-9987-4E22B05B35B6}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{CA0F451C-2E36-440A-9987-4E22B05B35B6}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{CA0F451C-2E36-440A-9987-4E22B05B35B6}.Release|.NET.ActiveCfg = Release|Any CPU
{CA0F451C-2E36-440A-9987-4E22B05B35B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA0F451C-2E36-440A-9987-4E22B05B35B6}.Release|Any CPU.Build.0 = Release|Any CPU
{CA0F451C-2E36-440A-9987-4E22B05B35B6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{CA0F451C-2E36-440A-9987-4E22B05B35B6}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{AAAA76E4-4365-4C3B-8D37-516B54D24434}.Debug|.NET.ActiveCfg = Debug|Any CPU
{AAAA76E4-4365-4C3B-8D37-516B54D24434}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAAA76E4-4365-4C3B-8D37-516B54D24434}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAAA76E4-4365-4C3B-8D37-516B54D24434}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{AAAA76E4-4365-4C3B-8D37-516B54D24434}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{AAAA76E4-4365-4C3B-8D37-516B54D24434}.Release|.NET.ActiveCfg = Release|Any CPU
{AAAA76E4-4365-4C3B-8D37-516B54D24434}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAAA76E4-4365-4C3B-8D37-516B54D24434}.Release|Any CPU.Build.0 = Release|Any CPU
{AAAA76E4-4365-4C3B-8D37-516B54D24434}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{AAAA76E4-4365-4C3B-8D37-516B54D24434}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{CC8C216E-A921-45DC-9369-14543442D277}.Debug|.NET.ActiveCfg = Debug|Any CPU
{CC8C216E-A921-45DC-9369-14543442D277}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC8C216E-A921-45DC-9369-14543442D277}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC8C216E-A921-45DC-9369-14543442D277}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{CC8C216E-A921-45DC-9369-14543442D277}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{CC8C216E-A921-45DC-9369-14543442D277}.Release|.NET.ActiveCfg = Release|Any CPU
{CC8C216E-A921-45DC-9369-14543442D277}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC8C216E-A921-45DC-9369-14543442D277}.Release|Any CPU.Build.0 = Release|Any CPU
{CC8C216E-A921-45DC-9369-14543442D277}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{CC8C216E-A921-45DC-9369-14543442D277}.Release|Mixed Platforms.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CC8C216E-A921-45DC-9369-14543442D277} = {5814002E-2573-471B-9BF6-3112D563D55E}
{CA0F451C-2E36-440A-9987-4E22B05B35B6} = {5814002E-2573-471B-9BF6-3112D563D55E}
{9ED9914A-FB6E-4D21-8C71-9122E8C3076B} = {8CA4C1F1-5B87-4FC7-A2CC-6824F6D9D990}
{AAAA76E4-4365-4C3B-8D37-516B54D24434} = {4CEB8599-BE15-4E5E-8E5C-75B2327E795F}
{8AB22CFB-CBDD-4D3A-A987-8BFDB2180026} = {94838213-321E-4909-960F-EE8B2ED7E013}
EndGlobalSection
GlobalSection(SpecExplorer.ActivityCompletionStatus) = preSolution
SpecExplorer.ActivityCompletionStatus =
EndGlobalSection
EndGlobal