-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBlogEngine.sln
More file actions
79 lines (79 loc) · 4.08 KB
/
BlogEngine.sln
File metadata and controls
79 lines (79 loc) · 4.08 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlogEngine.Core", "BlogEngine.Core\BlogEngine.Core.csproj", "{9ED9914A-FB6E-4D21-8C71-9122E8C3076B}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "BlogEngine.NET", "BlogEngine.NET", "{B02E9840-1261-47AB-AE40-D333E73BB2C0}"
ProjectSection(WebsiteProperties) = preProject
SccProjectName = ""
SccAuxPath = ""
SccLocalPath = ""
SccProvider = ""
TargetFrameworkMoniker = ".NETFramework,Version%3Dv3.5"
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.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.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "52457"
EndProjectSection
EndProject
Global
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 3
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://tfs02.codeplex.com/
SccLocalPath0 = .
SccProjectUniqueName1 = DotNetSlave.BusinessLogic\\BlogEngine.Core.csproj
SccProjectName1 = DotNetSlave.BusinessLogic
SccLocalPath1 = DotNetSlave.BusinessLogic
SccWebProject2 = true
SccProjectUniqueName2 = BlogEngine.NET
SccProjectName2 = BlogEngine.NET
SccLocalPath2 = BlogEngine.NET
SccProjectEnlistmentChoice2 = 2
EndGlobalSection
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 = Release|Any CPU
{9ED9914A-FB6E-4D21-8C71-9122E8C3076B}.Debug|Mixed Platforms.Build.0 = Release|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
{B02E9840-1261-47AB-AE40-D333E73BB2C0}.Debug|.NET.ActiveCfg = Debug|Any CPU
{B02E9840-1261-47AB-AE40-D333E73BB2C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B02E9840-1261-47AB-AE40-D333E73BB2C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B02E9840-1261-47AB-AE40-D333E73BB2C0}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{B02E9840-1261-47AB-AE40-D333E73BB2C0}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{B02E9840-1261-47AB-AE40-D333E73BB2C0}.Release|.NET.ActiveCfg = Debug|Any CPU
{B02E9840-1261-47AB-AE40-D333E73BB2C0}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{B02E9840-1261-47AB-AE40-D333E73BB2C0}.Release|Any CPU.Build.0 = Debug|Any CPU
{B02E9840-1261-47AB-AE40-D333E73BB2C0}.Release|Mixed Platforms.ActiveCfg = Debug|Any CPU
{B02E9840-1261-47AB-AE40-D333E73BB2C0}.Release|Mixed Platforms.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal